crustymonkey / py-sonic

A python library to wrap the Subsonic REST API
http://stuffivelearned.org/doku.php?id=programming:python:py-sonic
GNU General Public License v3.0
57 stars 26 forks source link

Get song list from Playlist id #33

Closed blastbeng closed 2 months ago

blastbeng commented 2 months ago

Hello, This project is awesome, I am trying to use it but I haven't found a way to list all the songs contained in a Playlist

The getPlaylist(id) method just returns the Playlist info but not the song list

How to do that?

Thanks

blastbeng commented 2 months ago

I am wrong, i was trying to call getPlaylist on an empty playlist.