spezifisch / stmps

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

Add a --list option that prints out server information #3

Closed xxxserxxx closed 2 months ago

xxxserxxx commented 4 months ago

This is mostly useful for debugging, but it can be handy.

stmps --list will connect to the server and load playlists and songs, and print various server informations on the command line: the current playlist, how many playlists are available, how many song are in each playlist, etc. It can probably use some work -- pretty-fication, more info -- but it's been useful for introspecting what's going on on the server side, as it appears to the client.

spezifisch commented 2 months ago

LGTM, thanks for this!