Version: 2.0.0
- bugfix: audio files that are already ogg now get correctly converted to mono
- enhancement: added redstone compatibility
- enhancement: added a button to automatically retrieve the song duration of the set url
- enhancement: removed "No Song" hud showing when inserting a custom disc into jukebox
- enhancement: revamped how multiple discs with same url are handled. They now subscribe to the download event
- enhancement: download of a song will only be cancelled if all discs with this song url are extracted
- enhancement: hoppers now dont cancel the downloading process
- breaking change: removed playlist support in favor of vanilla automatic jukeboxes
- breaking change: API stop endpoint now expects a boolean whether to stop the download process
Version: 1.8.0
- enhancement: added progressbar for downloading
- enhancement: discs are now lockable
- enhancement: updated ui
- enhancement: updating executables now shows the newly installed version
- api: the play and stop endpoints now expect a ServerWorld instead of World
Version: 1.7.1
- bugfix: server crashing because of client/server networking code being in one file with client-specific imports
Version: 1.7.0
- bugfix: when the url screen was resized, it didn't save the newly set parameters when closed
- bugfix: active download processes are now terminated when the corresponding music record is removed from the jukebox
- bugfix: starting the same download multiple times caused issues. Now if the same download is requested, it gets canceled
- enhancement: partially downloaded sounds now get deleted
- enhancement: switched to another ffmpeg/ffprobe repository for better compatibility
- enhancement: restructured vinurl folder
- code: refactored code to comply with java conventions
Version: 1.6.2
- fixed hopper taking disc immediately
- fixed hoppered disc still playing audio
- fixed playlist support again (previously max 3 songs worked)
- downloads now get terminated when leaving the world or closing minecraft
Version: 1.6.1
- fixed missing ffprobe (needed for playlist support)