musicazoo icon indicating copy to clipboard operation
musicazoo copied to clipboard

Modular media player

Results 16 musicazoo issues
Sort by recently updated
recently updated
newest added

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...

dependencies
python

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 > *...

dependencies

`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.

bug

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...

improvement

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...

bug

Explain how to run Musicazoo in a venv.

improvement

we should pick one and implement it

Stretch Goal

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

improvement