Added
- Hierarchical tree layout for the Folders view
#742 - Cover art to the playlist details pane
- Subsonic features:
- Support playlist cover art
- Added methods
getAlbumInfo
,getAlbumInfo2
,createInternetRadioStation
,updateInternetRadioStation
,deleteInternetRadioStation
,scrobble
- Support types
frequent
andrecent
in methodsgetAlbumList
andgetAlbumList2
- Ampache features:
- Support playlist cover art
- Added action
record_play
- Support filters
frequent
,recent
, andforgotten
in the actionstats
for tracks, albums, and artists
- Comprehensive translations for the main app for Chinese (China)
#899 @RuofengX
Changed
- Use smaller heading size in the Folders and Genres views
- Show the loading indicator on the web UI while check for new audio files is in progress
- Format dates and times in the details pane according the locale from the user settings
- All alphabetical sorting on the web UI now respects the rules of the locale from the user settings
- Minor optimizations on the scanning speed
- Use HTML5 localStorage instead of cookies to store web UI settings like volume and selected view layouts
- Direct the Subsonic and Ampache base URLs to the Music app front page
- With this, the "Open in browser" buttons found on some clients open the Music app instead of the cloud default view
- Subsonic: When browsing by folders, the main level is now the contents of the library root (previously, a level above was shown with just the one folder)
- Subsonic: When browsing by folders, don't show the folders excluded from the library
- Subsonic: Optimized loading the tracks of long playlists
- Subsonic: API version updated to 1.16.1
- Updated getID3 library to version 1.9.21-202109171300 (contains no relevant changes but this is a release version as opposed to the previously used development versions)
- Updated webpack from v4 to v5 (5.58.1)
Fixed
- Show the German translations added in v1.3.2 also when the selected language variant is "informal: du" or "Austria"
#890 - Deprecated use of ReflectionType on Subsonic and Ampache APIs which broke some API features on PHP8
#896 - Navigation pane auto-collapse on mobile layout not working on recent versions of Nextcloud
- Tracks and podcasts with missing metadata causing page load failure on Ultrasonic
- Small layout issues in the details pane
- "No search results" briefly showing up while the web UI was being loaded
Known issues
- This version broke the compatibility with IE10 and IE11 (fixed in v1.5.0)