- improvements for the Subsonic API:
- support for the types
alphabeticalByArtist
andnewest
ingetAlbumList
andgetAlbumList2
- add
duration
property toalbum
type response entries - add
duration
,created
, andcomment
properties toplaylist
type response entries - fix a bug in getting tracks/albums for the "unknown genre"
- fix several issues in the track numbering on playlists
- fix response of
getLicense
to conform the Subsonic API specification (#759) - set API version to 1.10.2 (#758)
- support for the types
- improvements for the Ampache API:
- add support for the action
tag
(this was forgotten from v0.14.0 where other tag/genre related actions were added) - add element
total_count
to all responses - add
year
property to allsong
responses - proper error handling when requesting unavailable song/album/artist/etc.
- fix several issues in the track numbering on playlists
- add support for the action
- fix unhandled exception if the web UI is used after the user has been logged out (#682)
- fix 6th track being duplicated in the search mode on albums with exactly 6 tracks
- fix navigation from embedded Files player to the Music app (broken since v0.13.0)
- fix navigation from the search results in the Files app to the Music app
- update AngularJS library to the version 1.7.9
- update js-cookie library to the version 2.2.1