FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Playlist Debugging › Reply To: Playlist Debugging
10/03/2006 at 7:56 AM
#4087
rpedde
Participant
it’s in the playlists table, in the “items” column.
foo@bar:~$ sqlite3 /path/to/songs3.db
sqlite> select name, items from playlists;
Library|0
Some playlist|20
Some other playlist|50
— Ron
p.s. if you are using sqlite2, then it’s “sqlite /path/to/songs.db”