-
-
Notifications
You must be signed in to change notification settings - Fork 80
Comparing changes
Open a pull request
base repository: azlux/botamusique
base: 7.2.3
head repository: azlux/botamusique
compare: master
- 19 commits
- 21 files changed
- 10 contributors
Commits on Jun 25, 2023
-
Fix YouTube package update logic
As of now, the update command fails with an IndexError using current versions of pip. If a package is already of the latest version, there is no "Requirement already up-to-date" line present anymore. And since nothing is installed, there is no "Successfully installed" string either, so it fails later. So now it checks, that "Collecting yt-dlp" line is missing instead. This works in older versions of pip as well. Another issue is that since botamusique uses yt-dlp now instead of youtube-dl, it was trying to update the wrong package. So the package name was extracted as a constant and was changed to yt-dlp. Additional minor fix in the output message. Before there was no spacing between the botamusique version message and the YouTube package one. Now it starts on a separate line.
Configuration menu - View commit details
-
Copy full SHA for 8c9bfd0 - Browse repository at this point
Copy the full SHA 8c9bfd0View commit details
Commits on Jul 3, 2023
-
Add bots option to exclude other bot users from autoplay logic (#301)
* Add bots option to exclude other bot users from autoplay logic * Refactor get_user_count_in_channel to make it more readable * Remove commandline option and rename config key for "bots" * Remove --bots from argparse * Correct when_nobody_in_channel_ignore config read typo * Fix when_nobody_in_channel_ignore configuration read order
Configuration menu - View commit details
-
Copy full SHA for bb179eb - Browse repository at this point
Copy the full SHA bb179ebView commit details -
Merge pull request #366 from Eswcvlad/master
Fix YouTube package update logic
Configuration menu - View commit details
-
Copy full SHA for 9f032c3 - Browse repository at this point
Copy the full SHA 9f032c3View commit details
Commits on Jul 4, 2023
-
Traduora Bot committed
Jul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ea66ba - Browse repository at this point
Copy the full SHA 3ea66baView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07ac401 - Browse repository at this point
Copy the full SHA 07ac401View commit details
Commits on Jul 18, 2023
-
use cover.jpg in folder if present
Merge pull request #369 from duarm/master
Configuration menu - View commit details
-
Copy full SHA for 52b1b18 - Browse repository at this point
Copy the full SHA 52b1b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970d936 - Browse repository at this point
Copy the full SHA 970d936View commit details
Commits on Jul 31, 2023
-
Fix `ytsearch -n' next page issue (#373) (#374)
* Fix `ytsearch -n' next page issue (#373) Fix an issue which caused the `ytsearch' to improperly fill the shortlist when used with `-p' to query the next search page. * Fix code syntax Add empty line removed in the previous commit.
Configuration menu - View commit details
-
Copy full SHA for f67e837 - Browse repository at this point
Copy the full SHA f67e837View commit details -
Configuration menu - View commit details
-
Copy full SHA for f046a3c - Browse repository at this point
Copy the full SHA f046a3cView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3204ff - Browse repository at this point
Copy the full SHA a3204ffView commit details
Commits on Oct 17, 2023
-
Fix thumbnail and add flac metadata capabilities (#380)
* fix thumbnail * add flac cover capabilities
Configuration menu - View commit details
-
Copy full SHA for 6e5e21b - Browse repository at this point
Copy the full SHA 6e5e21bView commit details
Commits on Oct 24, 2023
-
https://docs.python.org/3.12/library/ssl.html#ssl.wrap_socket Fonction removed into python 3.12, todo
Configuration menu - View commit details
-
Copy full SHA for cc8fd9c - Browse repository at this point
Copy the full SHA cc8fd9cView commit details -
Fix the web interface & update the Dockerfile (#378)
* fix: update paths * fix: change path * fix: build the full image in one step --------- Co-authored-by: knoflook <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d145a0 - Browse repository at this point
Copy the full SHA 2d145a0View commit details -
Removed since there are no node build for armv6 anymore
Configuration menu - View commit details
-
Copy full SHA for c590ab8 - Browse repository at this point
Copy the full SHA c590ab8View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 010907f - Browse repository at this point
Copy the full SHA 010907fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c87a0 - Browse repository at this point
Copy the full SHA c7c87a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d47d7 - Browse repository at this point
Copy the full SHA 97d47d7View commit details
Commits on May 13, 2024
-
improve documentation in example configuration file (#386)
Improve sentence structure, general grammar, consistency and correct some incorrect setting names. Also wrap lines at roughly 82 columns for easier viewing.
Configuration menu - View commit details
-
Copy full SHA for 0977b56 - Browse repository at this point
Copy the full SHA 0977b56View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2760a14 - Browse repository at this point
Copy the full SHA 2760a14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2.3...master