Skip to content

Releases: thijzert/speeldoos

v0.5.0

14 Feb 19:08
Compare
Choose a tag to compare

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

22 Dec 10:04
Compare
Choose a tag to compare

Bug fixes:

  • Fixed too many open files error in sd check

v0.4.0

20 Dec 10:55
Compare
Choose a tag to compare

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

19 Dec 10:49
Compare
Choose a tag to compare

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

01 Nov 19:59
Compare
Choose a tag to compare

Changes of note:

  • Fancier multitasking
  • Removed dependence on ffmpeg

v0.1.0: Initial release.

15 Dec 13:13
Compare
Choose a tag to compare
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.)