Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azlux/botamusique
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.3
Choose a base ref
...
head repository: azlux/botamusique
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 21 files changed
  • 10 contributors

Commits on Jun 25, 2023

  1. 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.
    Eswcvlad committed Jun 25, 2023
    Copy the full SHA
    8c9bfd0 View commit details

Commits on Jul 3, 2023

  1. 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
    XenonPK authored Jul 3, 2023
    Copy the full SHA
    bb179eb View commit details
  2. Merge pull request #366 from Eswcvlad/master

    Fix YouTube package update logic
    azlux authored Jul 3, 2023
    Copy the full SHA
    9f032c3 View commit details

Commits on Jul 4, 2023

  1. Bot: Update translation

    Traduora Bot committed Jul 4, 2023
    Copy the full SHA
    3ea66ba View commit details

Commits on Jul 17, 2023

  1. Copy the full SHA
    07ac401 View commit details

Commits on Jul 18, 2023

  1. use cover.jpg in folder if present

    Merge pull request #369 from duarm/master
    azlux authored Jul 18, 2023
    Copy the full SHA
    52b1b18 View commit details
  2. Merge pull request #367 from azlux/bot-traduora

    Bot: TRADUORA Update
    azlux authored Jul 18, 2023
    Copy the full SHA
    970d936 View commit details

Commits on Jul 31, 2023

  1. 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.
    luca0N authored Jul 31, 2023
    Copy the full SHA
    f67e837 View commit details
  2. Copy the full SHA
    f046a3c View commit details

Commits on Aug 3, 2023

  1. Bot: TRADUORA Update (#376)

    * Bot: Update translation
    azlux authored Aug 3, 2023
    Copy the full SHA
    a3204ff View commit details

Commits on Oct 17, 2023

  1. Fix thumbnail and add flac metadata capabilities (#380)

    * fix thumbnail
    
    * add flac cover capabilities
    veltlion authored Oct 17, 2023
    Copy the full SHA
    6e5e21b View commit details

Commits on Oct 24, 2023

  1. Update Dockerfile

    azlux authored Oct 24, 2023
    Copy the full SHA
    cc8fd9c View commit details
  2. 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]>
    p00rt and knoflook authored Oct 24, 2023
    Copy the full SHA
    2d145a0 View commit details
  3. Remove arm 32bits build

    Removed since there are no node build for armv6 anymore
    azlux authored Oct 24, 2023
    Copy the full SHA
    c590ab8 View commit details

Commits on Oct 26, 2023

  1. Rollback docker build change

    azlux committed Oct 26, 2023
    Copy the full SHA
    010907f View commit details
  2. fix path

    azlux committed Oct 26, 2023
    Copy the full SHA
    c7c87a0 View commit details
  3. Same python3 version

    azlux authored Oct 26, 2023
    Copy the full SHA
    97d47d7 View commit details

Commits on May 13, 2024

  1. 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.
    jtbx authored May 13, 2024
    Copy the full SHA
    0977b56 View commit details

Commits on May 14, 2024

  1. Update README.md

    azlux authored May 14, 2024
    Copy the full SHA
    2760a14 View commit details
Loading