[API Request] Album Collections #73
Replies: 4 comments 12 replies
|
We need to define first the proper API for http POST support. All APIs with large number of parameters via GET are dumb and reach limits easily. |
|
Is the idea for Album Collections to also solve the age old "Box Set" problem? Would there be a way to tie an album collection back to an Artist so it's seen under the Artist view? In the past, I've gotten by with folder browsing so that the Box Set shows up under the Artist and I can browse individual albums when I go into the Box Set. Example below with the Iron Maiden 2017 - The Complete Albums Collection 1990-2015 Box Set |
|
Hey! I've recently posted a similar proposal to the Navidrome board, and then found this discussion here. How can we move the discussion forward? |
|
Ex-Senior-Software-Engineer here! I just wanted to chime in on this and say this is something that's sorely missing. For my use-case, I want to browse my library via album collections - tracks are great, but my music collection is 100% album based. Things I'd love to achieve: 2025 CMA Winning Albums Does that differ from playlists? Yes and no. Playlists are entirely track based, I don't care about tracks in my library as I listen to it as I would to vinyl or CD. The favourites endpoint could be used for this, but would require client-side grouping. The From the API perspective, I imagine this would more readily be integrated into the
I'm happy to draft a PR if that helps? |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Proposal description
Playlists, but with album objects instead of song objects. Plex supports this, and there seems to be user demand for it.
If this is added, do we want to handle it 1:1 exactly like Playlists? Or do we like another structure?
Backward compatibility
API details
createAlbumCollection,deleteAlbumCollection,updateAlbumCollection,getAlbumCollection,getAlbumCollectionsalbumCollection,albumCollections,albumCollectionWithAlbumsAll reactions