Re: [Banshee-List] Scoring question



Is there a way to do this, but only for songs with a certain number of plays?
I want to set all songs with >=1 play and a score of 0,  to 100.

(I have zero score for many songs with a high count of plays, which is
screwing things up)


Freddy-N wrote:
> 
> At first close Banshee and make a copy of your database
> ~/.config/banshee-1/banshee.db
> 
> Then make sure you have 'sqlite3 command line tool' installed. In a
> terminal you can reset rating, score and 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-tp3497316p3509281.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]