Where are web interface generated "Smart Playlists&quot

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Where are web interface generated "Smart Playlists&quot

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2212
    Anonymous
    Inactive

    Firefly is running well and currently I checking how to make backup of the system, so I can update to a newer Firefly version, without loosing my “Smart Playlistsâ€

    #16265
    sonichouse
    Participant

    Smart playlists are stored in the database… either songs.db or songs3.db

    #16266
    rpedde
    Participant

    @sonichouse wrote:

    Smart playlists are stored in the database… either songs.db or songs3.db

    Or, if you just want the contents of the playlists (like the queries, etc), you can do:

    sqlite3 /path/to/songs3.db “.dump playlists” > playlists.sql

    and restore them later with:

    sqlite3 /path/to/songs3.db < playlists.sql

    – Ron

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.