Resetting ‘Playcount’ Post date FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Resetting ‘Playcount’ This topic has 2 replies, 3 voices, and was last updated 17 years, 7 months ago by rpedde. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts 20/04/2007 at 7:36 PM #1318 essbee1964Participant 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 21/04/2007 at 1:01 AM #10314 stretchParticipant 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/ 21/04/2007 at 1:11 AM #10315 rpeddeParticipant @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 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘General Discussion’ is closed to new topics and replies. → Welcome