Reply To: Where are the smart playlists stored?

#18407
fizze
Participant
sqlite /path/to/songs.db

select * from playlists where type = 1

You can also make a backup of your songs.db and use it later with sqlite. It’s really easy.
There is also an add-on for firefox that allows you to manage sqlite databases.