Hi,
I have an album in my collection that says it has been played 11K+ times. The album only has one song and I feel certain it has not been played that much. Is there a way to reset this?
Thanks,
Joe
Moderator: moderators
select * from album
update album
set play_count = 0
, last_played = null
where path='/path/to/your/album';
update media_file
set play_count = 0
, last_played = null
where path like '/path/to/your/album/%' OR path = '/path/to/your/album';
Users browsing this forum: No registered users and 17 guests