Skip to content

Releases: linuxserver/docker-daapd

28.10-ls165

16 Oct 08:50
633f5be
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • fix: playlist scanner ignoring lines starting with non-ascii chars
  • fix: last seconds of a track sometimes being skipped
  • fix: Apple Music password-based auth
  • fix: missing file scan when modified multiple times within a second
  • fix: Roku M1001 crash
  • fix: speakers changing IP addresses (error "Got RR type A size 16")
  • fix: playlist rename not registered
  • fix: problems with DAAP and old dates ("Integer value too large")
  • fix: compability with ffmpeg 7 (fixes build error)
  • web UI: many smaller improvements, e.g. sort by release date
  • web UI: traditional Chinese translation
  • new: ALAC transcoding for RSP/DAAP streaming
  • new: ability to save id3 metadata
  • config: change "trusted_networks" to have new value "lan" as default
  • config: new option to announce a MPD httpd plugin (stream from server)
  • config: set ipv6 to disabled by default due to unknown Airplay issue
  • config: deprecate "cache_path", replaced by "cache_dir"
  • dependency: libxml2 instead of mxml

28.10-ls164

02 Oct 08:55
6d81e05
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • fix: playlist scanner ignoring lines starting with non-ascii chars
  • fix: last seconds of a track sometimes being skipped
  • fix: Apple Music password-based auth
  • fix: missing file scan when modified multiple times within a second
  • fix: Roku M1001 crash
  • fix: speakers changing IP addresses (error "Got RR type A size 16")
  • fix: playlist rename not registered
  • fix: problems with DAAP and old dates ("Integer value too large")
  • fix: compability with ffmpeg 7 (fixes build error)
  • web UI: many smaller improvements, e.g. sort by release date
  • web UI: traditional Chinese translation
  • new: ALAC transcoding for RSP/DAAP streaming
  • new: ability to save id3 metadata
  • config: change "trusted_networks" to have new value "lan" as default
  • config: new option to announce a MPD httpd plugin (stream from server)
  • config: set ipv6 to disabled by default due to unknown Airplay issue
  • config: deprecate "cache_path", replaced by "cache_dir"
  • dependency: libxml2 instead of mxml

28.10-ls163

25 Sep 08:50
b4163ec
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • fix: playlist scanner ignoring lines starting with non-ascii chars
  • fix: last seconds of a track sometimes being skipped
  • fix: Apple Music password-based auth
  • fix: missing file scan when modified multiple times within a second
  • fix: Roku M1001 crash
  • fix: speakers changing IP addresses (error "Got RR type A size 16")
  • fix: playlist rename not registered
  • fix: problems with DAAP and old dates ("Integer value too large")
  • fix: compability with ffmpeg 7 (fixes build error)
  • web UI: many smaller improvements, e.g. sort by release date
  • web UI: traditional Chinese translation
  • new: ALAC transcoding for RSP/DAAP streaming
  • new: ability to save id3 metadata
  • config: change "trusted_networks" to have new value "lan" as default
  • config: new option to announce a MPD httpd plugin (stream from server)
  • config: set ipv6 to disabled by default due to unknown Airplay issue
  • config: deprecate "cache_path", replaced by "cache_dir"
  • dependency: libxml2 instead of mxml

28.10-ls162

18 Sep 08:45
fbc1b00
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • fix: playlist scanner ignoring lines starting with non-ascii chars
  • fix: last seconds of a track sometimes being skipped
  • fix: Apple Music password-based auth
  • fix: missing file scan when modified multiple times within a second
  • fix: Roku M1001 crash
  • fix: speakers changing IP addresses (error "Got RR type A size 16")
  • fix: playlist rename not registered
  • fix: problems with DAAP and old dates ("Integer value too large")
  • fix: compability with ffmpeg 7 (fixes build error)
  • web UI: many smaller improvements, e.g. sort by release date
  • web UI: traditional Chinese translation
  • new: ALAC transcoding for RSP/DAAP streaming
  • new: ability to save id3 metadata
  • config: change "trusted_networks" to have new value "lan" as default
  • config: new option to announce a MPD httpd plugin (stream from server)
  • config: set ipv6 to disabled by default due to unknown Airplay issue
  • config: deprecate "cache_path", replaced by "cache_dir"
  • dependency: libxml2 instead of mxml

28.10-ls161

12 Sep 18:32
d566b62
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • fix: playlist scanner ignoring lines starting with non-ascii chars
  • fix: last seconds of a track sometimes being skipped
  • fix: Apple Music password-based auth
  • fix: missing file scan when modified multiple times within a second
  • fix: Roku M1001 crash
  • fix: speakers changing IP addresses (error "Got RR type A size 16")
  • fix: playlist rename not registered
  • fix: problems with DAAP and old dates ("Integer value too large")
  • fix: compability with ffmpeg 7 (fixes build error)
  • web UI: many smaller improvements, e.g. sort by release date
  • web UI: traditional Chinese translation
  • new: ALAC transcoding for RSP/DAAP streaming
  • new: ability to save id3 metadata
  • config: change "trusted_networks" to have new value "lan" as default
  • config: new option to announce a MPD httpd plugin (stream from server)
  • config: set ipv6 to disabled by default due to unknown Airplay issue
  • config: deprecate "cache_path", replaced by "cache_dir"
  • dependency: libxml2 instead of mxml

28.9-ls160

11 Sep 08:47
ed238b6
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • web UI improvements:
    • display lyrics metadata
    • toggle Spotify on/off in some views
    • many minor improvements
  • use compressed ALAC for Airplay for bandwidth + fixes esp32 issue
  • don't merge Spotify albums with local albums
  • handle playlist with Unicode BOM
  • json API add tracks to queue returns info on added tracks
  • replace syscall with gettid, syscall deprecated on MacOS
  • fix issue where m3u genre doesn't override despite m3u_override = true
  • fix possible crash from use-after-free
  • fix FreeBSD possible crash
  • fix crash when keys of incorrect length are used for legacy pairing

28.9-ls159

04 Sep 08:47
ed15e92
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • web UI improvements:
    • display lyrics metadata
    • toggle Spotify on/off in some views
    • many minor improvements
  • use compressed ALAC for Airplay for bandwidth + fixes esp32 issue
  • don't merge Spotify albums with local albums
  • handle playlist with Unicode BOM
  • json API add tracks to queue returns info on added tracks
  • replace syscall with gettid, syscall deprecated on MacOS
  • fix issue where m3u genre doesn't override despite m3u_override = true
  • fix possible crash from use-after-free
  • fix FreeBSD possible crash
  • fix crash when keys of incorrect length are used for legacy pairing

28.9-ls158

27 Aug 15:12
77c4c8a
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

owntone-server Changes:

  • web UI improvements:
    • display lyrics metadata
    • toggle Spotify on/off in some views
    • many minor improvements
  • use compressed ALAC for Airplay for bandwidth + fixes esp32 issue
  • don't merge Spotify albums with local albums
  • handle playlist with Unicode BOM
  • json API add tracks to queue returns info on added tracks
  • replace syscall with gettid, syscall deprecated on MacOS
  • fix issue where m3u genre doesn't override despite m3u_override = true
  • fix possible crash from use-after-free
  • fix FreeBSD possible crash
  • fix crash when keys of incorrect length are used for legacy pairing

28.9-ls157

21 Aug 08:49
a8839ac
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

owntone-server Changes:

  • web UI improvements:
    • display lyrics metadata
    • toggle Spotify on/off in some views
    • many minor improvements
  • use compressed ALAC for Airplay for bandwidth + fixes esp32 issue
  • don't merge Spotify albums with local albums
  • handle playlist with Unicode BOM
  • json API add tracks to queue returns info on added tracks
  • replace syscall with gettid, syscall deprecated on MacOS
  • fix issue where m3u genre doesn't override despite m3u_override = true
  • fix possible crash from use-after-free
  • fix FreeBSD possible crash
  • fix crash when keys of incorrect length are used for legacy pairing

28.9-ls156

31 Jul 08:40
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

owntone-server Changes:

  • web UI improvements:
    • display lyrics metadata
    • toggle Spotify on/off in some views
    • many minor improvements
  • use compressed ALAC for Airplay for bandwidth + fixes esp32 issue
  • don't merge Spotify albums with local albums
  • handle playlist with Unicode BOM
  • json API add tracks to queue returns info on added tracks
  • replace syscall with gettid, syscall deprecated on MacOS
  • fix issue where m3u genre doesn't override despite m3u_override = true
  • fix possible crash from use-after-free
  • fix FreeBSD possible crash
  • fix crash when keys of incorrect length are used for legacy pairing