Releases: owntone/owntone-server
Releases · owntone/owntone-server
Version 26.1
- player web interface
- support for Airplay speaker control commands
- add non-library items (e.g. radio stations) to the queue
- fix for keeping connection alive towards some devices e.g. old ApEx's
- extension of the JSON API
- under-the-hood improvements of Spotify integration
- fix for Android "Remote for iTunes"
- fix ffmpeg segfault when jpeg encoding
- performance improvements + misc
Version 26.0
- added web interface
- added JSON API
- new mpd commands (e.g. sticker, urlhandlers, playlistfind)
- support for adding non-library urls to the playback queue
- support for id3 grouping tags
- support for filesystems with ACL's
- use Spotify web api to load all playlists
- improved client authentication options
- only rescan playlists if changed -> faster startup
- fix bug related to dacp/daap client revision number handling
- fix bugs related to import of iTunes XML playlists
- restore ATV4/tvOS11 support by removing requirement for timing_port
- fixes for Hyperfine Remote
- improve database performance
- make sure daemons listen on both ipv4 and ipv6 (for BSD)
- ffmpeg/transcoding refactored for new ffmpeg API
- and more...
Version 25.0
- improved playback resilience
- substitute packet skipping (producing audio "clicks") with start/stop
- support for MacOSX with macports and Bonjour mDNS
- Airplay device verification for Apple TV 4 w/tvOS 10.2 (uses libsodium)
- support for Spotify web api (saved tracks/albums + Discover Weekly)
- automatic playback of pipes + support for Shairport metadata pipes
- added pipe audio output (fifo)
- persistent queues (queue remains across server restart)
- support for browser based clients
- mpd sendmessage: set individual speaker volume, remote pairing
- mpd add http://path-to-radiostream (i.e. add non-library items)
- new options, e.g. exclude speakers from list
- fix for shuffle mode
- fix broken PNG artwork rescaling
- use friendly Chromecast name in speaker list
- support for libav/ffmpeg dual installs
- refactoring - added the input and library interface
- performance improvements
- and other fixing up...