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-1.2.2
This release mostly adds Docker support. This support is still incomplete, as the way sound is managed with Docker isn't very straightforward, more test is needed.
Overall, changes made are still quite experimental, but I needed to release it to be able to conduct further tests.
The README.md
has been updated
Changelog
- Adds
Dockerfile
, to build an image from the application - Adds
docker-compose.yml
to deploy the image - Removes Alsa dependency : the volume is now managed by mpv. This is also still a bit rough, as volume is reset whenever mpv is reset, which means between every track.
MkIII-1.2.1
Changelog
- Fix error if
NAV_LINKS
not specified inconfig.py
.
MkIII-1.2.0
- Adds parameter
NAV_LINKS
to theconfig.py
Warning : if this is not specified, the jukebox may crash. Version 1.2.1 will correct this.
MkIII-1.1.0
Changelog
- Adds a red and black theme
MkIII-1.0.1
Changelog
- Adds Digimon theme
- Updates README
- Modifies the order of track displayed on the statistics page
MkIII-1.0.0
Warning : you will need to alter the database to run the version 1.0.0.
$ sqlite3 jukebox.sqlite3
> ALTER TABLE track_info ADD COLUMN obsolete BOOLEAN DEFAULT 0;
Changelog
- Adds a statistics page (#61)
- Handle outdated tracks (#63) : they won't be displayed in the suggestions. Track gets outdated if they come from Youtube, and Youtube returns a
ERROR: This video is unavailable.
. - Adds a /status path, returning a JSON containing the status of the application.
- Fix #71 : Stop using temporary JSON files when doing song searches.
- Minor bug fixes.
- Cleaning of main.js
MkIII-0.8.4
Changelog
- Adds a My Little Pony theme thanks to Fabien
- Subsequently modifies the way theme work
- Fix #68 : Parsing of Youtube duration is wrong
MkIII-0.8.3
Changelog
- Fixes #65 : Youtube iframe didn't work
MkIII-0.8.2
Changelog
- Adds a Twitch search backend. The Jukebox still doesn't display the video, but the ound works at least.