Grouping into single Album
-
Hi
I have recently switched from Clementine to Strawberry and I connect to my music using the Subsonic API (I use Astiga to host my library so that I can play from Wasabi S3)
Really like the application but noticing a huge difference between the way Clementine lists Albums and Strawberry lists them.I have attached some screenshots of what I mean. Basically when I select Album in the Grouping option it displays individual albums per artist. Is there anyway to get it to display the same as Clementine. I have tried many different configurations but am having trouble
Please let me know if you need further information
Strawberry version 1.0.4
Clementine version 1.4.0rc1-826-gbebd0b5d3 -
@beninaus
Strawberry will separate albums with a different album ID returned by the Subsonic server, so the server probably sends a different album ID for songs on the same album. -
@jonas Does Strawberry handle this differently from Clementine?
The only reason I ask is that the two applications are connecting to the same Subsonic server -
@beninaus
The subsonic implementation (like many other things) is written from scratch, no code from Clementine was used so it will probably behave different than Clementine.
This is the first time I've heard about this issue, it's probably specific to the subsonic server or the setup. I suggest that you contact the support for the server software you are using and ask why the album ID's are different, you can do a getAlbumList2 request in the browser to see the result and compare the album ID's. -
@jonas I will try that out
Thank you so very much for your help