You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task spawned from user requests (agersant/polaris-web#58, agersant/polaris-web#67). Both requests asked for the Polaris web client to use song metadata in order to clean/organize the user experience, regardless of the quality of the file names and organization of the collection.
The goal is for clients to be able to implement an interface similar to Columns UI, filtering music by artist, album and genre.
Tentative new endpoints:
Get the collection structure as a tree of genres -> artists -> albums
List songs matching a set of filters allowing a subset of genres, artists and albums. (eg. list all Pop songs, list all Rock or Jazz songs by R.E.M or Casiopea, list all Stratovarius songs on Destiny or Episode)
Special attention should be given to the following details:
Songs with missing metadata (genre, artist, album) should be queriable when there is no corresponding filter
Artists who only appear on songs that they are not the album artist for should not be queriable
Sorting should always prioritize metadata over file system organization (eg. sort albums by year, sort songs by disc/track number)
If possible, albums by multiple artists which are not correctly tagged with Album Artist metadata should not appear as duplicate albums by the individual artists
This task spawned from user requests (agersant/polaris-web#58, agersant/polaris-web#67). Both requests asked for the Polaris web client to use song metadata in order to clean/organize the user experience, regardless of the quality of the file names and organization of the collection.
The goal is for clients to be able to implement an interface similar to Columns UI, filtering music by artist, album and genre.
Tentative new endpoints:
genres
->artists
->albums
Special attention should be given to the following details:
Album Artist
metadata should not appear as duplicate albums by the individual artistsThe text was updated successfully, but these errors were encountered: