Howdy,
I just released Subsonic 5.3.beta1. Hope you like it!
New: Show top tracks for artist.
New: Improved artist bio design.
New: Redesigned podcast pages.
New: Hide left frame by default, added toggle button.
New: Support custom subsonic.org redirects.
New: Make default album list on home screen configurable.
New: Make play button behaviour configurable (Settings > Personal > Queue following songs on play)
New: Improve UI when no media is found.
New: Updated German translation, courtesy of deejay2302.
New: Show Last.fm info even if artist name is slightly wrong
Bugfix: Ensure correct playback speed for mono and high sample frequency files in jukebox mode.
Bugfix: Grant access to media folders when auto-creating LDAP users.
Bugfix: Improved performance for podcast channels with many (>1000) episodes.
Bugfix: Chromecast stops casting before movie ends.
Bugfix: Expiration date not updated when upgrading from normal to lifetime subscription.
Bugfix: Starred image not shown for videos
Bugfix: "Show artist info" should be turned on by default when creating new users.
Bugfix: Include cover art when downloading whole album.
Bugfix: Downloading png album art doesn't always work.
Bugfix: Limit number of concurrent cover art requests, to avoid out-of-memory.
Security: Fixed some XSS vulnerabilities
Security: Log failed login attempts. Can be used by fail2ban for IP banning.
Sonos: Manage Subsonic playlists from the Sonos controller.
Sonos: Show track numbers
REST: Added more secure authentication scheme.
REST: Added getTopSongs
REST: Consider disc number in sorting for getAlbum
REST: Added original width and height for videos.
REST: Added album rating to getIndexes and getMusicDirectory.
REST: Added maxBitRate to getUser, getUsers and updateUser.
REST: Added license and trial expiration dates in getLicense.
REST: Added cover art (and original image url) for podcast channels.
REST: Support reverse chronological album lists.
REST: Improved metadata updates of ID3 albums, e.g., changing cover art.
REST: Add changed date to playlists.
REST: Avoid duplicate Access-Control-Allow-Origin headers.
Sindre