Symfonium doesn't sync starred albums from an airsonic-advanced server via getStarred.view

Issue description:

Hi, I installed and paid for the app a few days ago to be able to play the media I have in my airsonic-advanced server (which uses the Subsonic API), and I realised the sync process does not seem to fetch metadata about albums that I starred in the past from the airsonic webUI.

I found this issue when navigating to Library/Albums in Symfonium and filtering by “Only favorites” - the results are empty. It works fine for starred tracks though, I can see them with the same filter from Library/Tracks.

I just wanted to know if that’s a known issue with Symfonium, or if you know if there’s something I’m doing wrong on my side? I couldn’t find any related issue in the forums.

To provide extra information, I have the following settings enabled in the media provider:

  • Compatibility mode
  • Legacy authentication
  • Fetch additional metadata

In case it’s also useful, I can confirm that the following endpoint in my server returns the starred albums correctly:

curl -u username:password “https://my-airsonic-advanced-server.com/rest/getStarred.view?type=album&u=username&p=password

Here’s a sample of the response from that endpoint:

That’s all for now, thank you a lot for providing such a great app! :slight_smile:

Logs:

Upload description: arnau

Additional information:

 

 

Reproduction steps:

 

 

Media provider:

Subsonic

Screenshots:

 

    

Symfonium use getStarred2 and there’s no such thing as a type parameter on either calls :wink:

Interesting! I checked the getStarred2 endpoint in my server and indeed starred albums aren’t returned there - I’ll investigate why is that the case, and whether I need to tweak/update my server.

The thing about the type parameter… that explains why I was also getting stuff that weren’t albums :laughing:

Thanks for the help! I think this can be closed now :folded_hands: (I’ll come back if I’m able to fix it on the server side)

I migrated my server from Airsonic-Advanced to Navidrome and I can now see all starred items: artists, albums, and songs :slight_smile: