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

22 May 16:45
Compare
Choose a tag to compare

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

  • Track tiles have now a recto and a verso, to see more information. (#37) The verso also features a refresh button to update metadata. (#62)
  • Songs can now be moved in the playlist.
  • Fix #35 : If no Youtube API key is specified, go through youtube-dl directly

MkIII-0-7-1

21 May 14:39
Compare
Choose a tag to compare

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

18 May 22:01
Compare
Choose a tag to compare

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 :

  • #20 : Bug when no results from Youtube
  • #45 : Songs missing album make the Jukebox crash
  • #50 : Problem setting and getting sound
  • #57 : No checking upon user registration

MkIII-0.6.9

15 May 12:12
Compare
Choose a tag to compare

This version is stable enough for standard use. There are still bugs but it should cause major problems.

Changelog

  • Fix #53 : Segfaults when removing a track (similar problem as #43)

MkIII-0.6.8

15 May 12:11
Compare
Choose a tag to compare

Changelog

  • Fix #47 : Implements a lock on database access

MkIII-0.6.7

14 May 18:47
1c4c12b
Compare
Choose a tag to compare

Changelog

  • Fix #41 : Sometimes, songs didn't play because a mpv/youtube-dl error. Normally, this shouldn't happen now.

MkIII-0.6.6

14 May 18:45
Compare
Choose a tag to compare

Changelog

  • Fix segfault error might happen between two songs

MkIII-0.6.5

14 May 18:44
Compare
Choose a tag to compare

This release doesn't work properly.

Changelog

  • Attempts to fix a segfault (doesn't work)

MkIII-0.6.4

13 May 15:49
Compare
Choose a tag to compare

Changelog

  • Fix playback position for Youtube iframe

MkIII-0.6.3

09 May 22:09
Compare
Choose a tag to compare

Changelog

  • Fixes #31 : problems with deleting songs
  • Cleans the code (adds a requirement.txt file, and moved some code in new files)