azlux
azlux
Do you want to make a PR ?
There are many places in the code where the bot need internet access (radio list, youtube requests, youtube api, download, updates....). It's will be hard to fix all of them....
Hi, I'm agree on Terry comments. It's a good option you provide here. Thank a lot. Only "important" commands have CLI parameters, all other are into the config file. If...
Look like as a playlist update issue The server don't expect having no payload to give the playlist : https://github.com/azlux/botamusique/blob/0650e7279f5f777cbeda51b9b40fb4155c60d227/interface.py#L339 But the code requests the `/post` to update the main...
@sethidden is the local dockerfile is working on armv7 (rapsberry 4) ? ```docker build -f Dockerfile.local .``` If yes, I need to work on other integration because of ffmpeg like...
On the way with https://github.com/azlux/botamusique/commit/ff930393457b7f635dfab78793a51c3858f43b29
Can you check the database ? I think It's a meta-data in this case. sqlite> select * from music WHERE id != 'info'; If you have lot of music, the...
This is a mistake of the last update I've done. Sorry for that. I will fix it tomorrow.
quick question, what's your version in line 35 ? https://github.com/azlux/botamusique/blob/c624c327c3e50a36cfff47f362d6aa836325a887/mumbleBot.py#L35 And your target_version on the config file ? I just checked, and I don't think I've forgot something in the...
Not sure it's a good idea. Botamusique isn't a module. I'm wonder how upgrade can be done. Pip isn't the best to auto upgrade. I was thinking about an APT...