v1.3.1
A mistake made when creating the release package 1.3.0 broke the application pretty badly. This version is a new attempt with the same content.
Added
- Scrolling to the album by clicking the album name or image on the album details pane
- Scrolling to the artist by clicking the artist name or image on the artist details pane
- Support for podcasts
#875- Dedicated view on the web UI
- Check for new episodes manually or automatically on the background by schedule
- Details pane for podcast channels and episodes
- Searching/filtering in the podcasts view by channel and episode titles
- Subsonic API including methods
getPodcasts
,getNewestPodcasts
,refreshPodcasts
,createPodcastChannel
,deletePodcastChannel
- Ampache API including methods
podcasts
,podcast
,podcast_create
,podcast_delete
,podcast_episodes
,podcast_episode
,update_podcast
occ
commandsmusic:podcast-add
,music:podcast-reset
,music:podcast-update
- Subsonic method
getTopSongs
Changed
- Show the play icon overlay on album cover also in the Albums compact layout while in search mode
- Show icon also for the playlists in the navigation pane
- Excluded folder picker UI is launched with the music library path set as the base path (requires NC16+)
#876 - Limit all Ampache results to maximum of 5000 entries to follow the API specification
- Subsonic/Ampache: On fuzzy search, match each whitespace-separated substring separately unless quotation marks used
- Among other things, this fixes the search on Substreamer which implicitly adds the quotation
- Subsonic API version updated to 1.13.0
- Ampache API version updated to 4.4.0 (aka 440000)
- Updated getID3 library to the version 1.9.20-202107131440
Fixed
- Performance problem on Subsonic actions
getAlbumList
andgetAlbumList2
with huge libraries
#873 - Last.fm details view not showing the tag correctly if the track/album/artist has only one tag
- Ampache client AmpacheAlbumPlayer being incompatible
- Continuing playback from the same offset when moving from Files to Music (broken since 1.0.0)
- Misleading error message shown when viewing details for an album not found from Last.fm