Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Releases: matthias4217/jukebox-ultra-nrv

MkIII-1.2.2

26 Feb 21:13
Compare
Choose a tag to compare
MkIII-1.2.2 Pre-release
Pre-release

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

18 Oct 21:52
Compare
Choose a tag to compare

Changelog

  • Fix error if NAV_LINKS not specified in config.py.

MkIII-1.2.0

18 Oct 21:43
Compare
Choose a tag to compare
MkIII-1.2.0 Pre-release
Pre-release
  • Adds parameter NAV_LINKS to the config.py

Warning : if this is not specified, the jukebox may crash. Version 1.2.1 will correct this.

MkIII-1.1.0

25 Sep 15:47
Compare
Choose a tag to compare

Changelog

  • Adds a red and black theme

MkIII-1.0.1

25 Sep 15:48
Compare
Choose a tag to compare

Changelog

  • Adds Digimon theme
  • Updates README
  • Modifies the order of track displayed on the statistics page

MkIII-1.0.0

17 Jun 20:55
Compare
Choose a tag to compare

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

12 Jun 20:26
Compare
Choose a tag to compare

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

30 May 12:04
Compare
Choose a tag to compare

Changelog

  • Fixes #65 : Youtube iframe didn't work

MkIII-0.8.2

29 May 13:18
Compare
Choose a tag to compare

Changelog

  • Adds a Twitch search backend. The Jukebox still doesn't display the video, but the ound works at least.

MkIII-0.8.1

29 May 13:17
Compare
Choose a tag to compare

Changelog

  • Adds a Smash theme, thanks to @Cyxo
  • Fixes #66: Wrong size of thumbnails

(also : doesn't display the right version in the help)