This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Releases: matthias4217/jukebox-ultra-nrv
Releases · matthias4217/jukebox-ultra-nrv
MkIII-0.8.0
This updates focuses on some UI enhancements. (#17) The Javascript code managing the playlist has been cleaned, so that the playlist isn't reset every second.
Changelog
MkIII-0-7-1
Warning, the parameter AMIXER_CHANNEL
in the config.py
may now be incorrect. It may not pose problem, as the application can also use a default mixer. However, if you encounter sound problems or want to use a different mixer than the default one, please correct the value in config.py
.
Changelog
- Fix #60 : Allows user to select the mixer they want
MkIII-0.7.0
This update focused on providing stability. Although previous versions had bugs, sometimes disastrous, this one should fix most of them, and thus be usable for an everyday use.
Note : There are still bugs when started as a systemd service.
Changelog :
- Adds support for themes (#29)
- Modify password storage : you will need to recreate users
- Bug fixes
- Uses pyalsaaudio
- Modify backend handling of tracks
Fixes :
MkIII-0.6.9
MkIII-0.6.8
Changelog
- Fix #47 : Implements a lock on database access
MkIII-0.6.7
Changelog
- Fix #41 : Sometimes, songs didn't play because a mpv/youtube-dl error. Normally, this shouldn't happen now.
MkIII-0.6.6
Changelog
- Fix segfault error might happen between two songs
MkIII-0.6.5
This release doesn't work properly.
Changelog
- Attempts to fix a segfault (doesn't work)
MkIII-0.6.4
Changelog
- Fix playback position for Youtube iframe
MkIII-0.6.3
Changelog
- Fixes #31 : problems with deleting songs
- Cleans the code (adds a requirement.txt file, and moved some code in new files)