Package Details: botamusique 7.2.3-1

Git Clone URL: https://aur.archlinux.org/botamusique.git (read-only, click to copy)
Package Base: botamusique
Description: Music bot for mumble
Upstream URL: https://github.com/azlux/botamusique
Licenses: MIT
Submitter: lilmike
Maintainer: lilmike (stormdragon2976)
Last Packager: stormdragon2976
Votes: 2
Popularity: 0.000023
First Submitted: 2020-09-10 18:40 (UTC)
Last Updated: 2024-01-10 14:28 (UTC)

Latest Comments

Gert-dev commented on 2020-11-29 20:36 (UTC)

In case this helps anyone, you can update the bot's Python dependencies (including youtube-dl) by executing this command:

sudo /opt/botamusique/.venv/bin/pip install --upgrade -r /opt/botamusique/botamusique/requirements.txt

Be sure to restart the bot afterwards.

Updating youtube-dl in the bot itself didn't always seem to work for me due to no permissions or other failures. This works around that, as youtube-dl updates often to work around YouTube changes, breaking downloads in the bot.