Resetting ‘Playcount’

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1318
    essbee1964
    Participant

    Hi All,

    I have a Firefly smart playlist named ‘Unplayed’ with the parameter configured as play_count = 0.

    I would like to start my Unplayed list again, how do I reset the database for those songs already played back to 0?

    Cheers
    Shaun

    Edit: Running Firefly on Unslung NLSU2

    #10314
    stretch
    Participant

    easiest would be to delete the database file and let firefly rebuild it.
    the harder way would be to edit the database file.

    the database filename is songs.db and can be found at /opt/var/mt-daapd/

    #10315
    rpedde
    Participant

    @stretch wrote:

    easiest would be to delete the database file and let firefly rebuild it.

    Which you can do by doing the “full scan” from the web interface.

    the harder way would be to edit the database file.

    the database filename is songs.db and can be found at /opt/var/mt-daapd/

    And you can do something like:

    foo@bar$ sqlite /opt/var/mt-daapd/songs.db
    sqlite> update songs set play_count=0;
    sqlite> .quit

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