update_play_statistics

@accepts(RB.RhythmDB, RB.RhythmDBEntry)
@returns(none)
def update_play_statistics(db, entry)

Updates play count and play time statistics for a database entry. Sources containing entries that do not normally reach EOS should call this for an entry when it is no longer being played.

db :

the RB.RhythmDB instance

entry :

the RB.RhythmDBEntry to update