musicazoo
musicazoo copied to clipboard
Modular media player
Bumps [supervisor](https://github.com/Supervisor/supervisor) from 3.1 to 3.1.4. Changelog Sourced from supervisor's changelog. 3.1.4 (2017-07-24) Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability was found where an authenticated client can send a...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
`HTTPError: HTTP 400: Bad Request` I think this is due to an API key issue. In any case, youtube search should work out of the box.
There must be some API to a VLC instance that is launched from the shell (cvlc?) It seems that libVLC is annoying to deal with, so we should probably look...
The readme is out of date, you need to run ``` SHMOOZE_SETTINGS=settings.json python -m musicazoo.queue ``` but this is annoying and not very pythonic, so it would be nice if...
testing
Firefox is appending `; charset=UTF-8` to its outgoing Content-Type. (Actually the right Content-Type is `application/json`, not `text/json`, but I’m not going to fix that here.)
Due to keyframe issues due to how we are showing / hiding the video. How to fix: implement something different here: https://github.com/zbanks/musicazoo/blob/102abe9b26f16daa4c1f20570e9932bba2acbfd9/musicazoo/queue/modules/youtube.py#L91-L95