Re: [Banshee-List] Scoring question



At first make a copy of your database ~/.config/banshee-1/banshee.db


Then make shure you have sqlite3 command line tool installed. In a terminal
you can reset rating, score an other values with the 'sqlite3' command


Reset rating:    sqlite3 ~/.config/banshee-1/banshee.db "update CoreTracks
set Rating=0"
Reset score:   sqlite3 ~/.config/banshee-1/banshee.db "update CoreTracks set
Score=0"

Command line is case sensitive and quotes and are mandatory!


Other values are: PlayCount=0 ; SkipCount=0


--
View this message in context: http://banshee-media-player.2283330.n4.nabble.com/Scoring-question-tp3497316p3497920.html
Sent from the Banshee Media Player mailing list archive at Nabble.com.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]