Might be worth mentioning that this only happens to one of my playlist, which contains 215 tracks. This has been happening since verison 2.0.0 I believe.
Seems Navidrome have a limit on the request size and fails. I’ll probably need to detect this and send multiple queries, but check Navidrome configuration to see if this is not configurable.
Hey @Tolriq , how Symfonium sends the playlist to the server? Navidrome should be able to handle way more than 215 tracks. Are you sending it as a GET or a POST? I know a few clients out there (DSub, play:Sub) communicate with the server as POSTs, never as GETs, probably to avoid any limitations like that.
The API is nowhere documented that it support POST so I went the always working way on all servers.
Identify servers is part of the needs in the future please join Expanding Subsonic API I’ll update the post and ping other major Subsonic actors.
I know it is not documented, but at least play:Sub, one of the oldest clients around, use POSTs (with arguments encoded as a x-www-form-urlencoded payload, so IMHO it is safe to assume it works with all maintained servers. I know for sure that it works with Subsonic, Airsonic(-Advanced) and gonic, besides Navidrome, ofc.
And it makes sense when you have to pass a huge amount of ids for some of the endpoints (ex: updatePlaylist, savePlayQueue).