Releases: thijzert/speeldoos
Releases · thijzert/speeldoos
v0.5.0
Changes of note:
- Separated scheduling new performances to play from buffering the resulting PCM stream
- Separated generating said PCM stream from encoding it to an MP3 stream
- Added streaming of raw WAV files
- Added a player component in the frontend
v0.4.1
Bug fixes:
- Fixed
too many open files
error in sd check
v0.4.0
Changes of note:
- Added a
go.mod
.
- Fixed a bug where a running speeldoos process would eventually keep an open file handle to every file in the library.
- Added a build script.
- The web interface got a lick of paint.
- The web interface now shows what's playing.
v0.3.0
Features added:
- Subcommand
check
that scans your library for common issues
- Subcommand
play
that plays music from your library locally
- Subcommand
server
that streams your library through a web server
v0.2.0
Changes of note:
- Fancier multitasking
- Removed dependence on ffmpeg
v0.1.0: Initial release.
Features include:
* `sd grep`: Search your music collection
* `sd seedvault`: Quickly tag and/or transcode a newly imported album
* `sd init`: Prepopulate an empty xml file for ease of editing
* `sd extract`: Shuffleproof works in your collection by concatenating audio files. (Note: does not work on Windows.)