spezifisch / stmps

Subsonic Terminal Music Player S
GNU General Public License v3.0
19 stars 6 forks source link

Global playlists are fetched; user playlists are not #51

Closed xxxserxxx closed 1 month ago

xxxserxxx commented 1 month ago

Note that this may be an issue specific to gonic.

The SubSonic /getPlaylists API call takes an optional username. Gonic returns only the "shared", global playlists if this username isn't present. If the user name is present, gonic returns only the user playlists.

stmps should show all playlists available to the user.

xxxserxxx commented 1 month ago

Nevermind. It was an issue with the version of gonic that I was using. Unfortunately, upstream gonic has wonky playlist handling (there are several old playlist-related PRs, and a number of tickets), and so this is always going to be an issue. However, it's nothing that can be worked around in stmps, so I'm closing this.