Possible to clear number of times a song is played?

General discussions.

Moderator: moderators

Possible to clear number of times a song is played?

Postby borchgrevink » Sat Jan 12, 2013 1:00 pm

Possible to clear number of times a song is played? How?

Thanks.
borchgrevink
 
Posts: 12
Joined: Mon Jan 07, 2013 9:43 am

Re: Possible to clear number of times a song is played?

Postby borchgrevink » Tue Jul 02, 2013 8:58 pm

Problem solved, thanks to Sindre:

Go to http://localhost:4040/db.view (where server is installed):

Run SQL commands

select * from media_file where play_count > 0
select * from album where play_count > 0

update media_file set play_count = 0 where play_count > 0
update album set play_count = 0 where play_count > 0

Christian
borchgrevink
 
Posts: 12
Joined: Mon Jan 07, 2013 9:43 am

Re: Possible to clear number of times a song is played?

Postby degan6 » Mon Sep 16, 2013 7:59 am

I would love to able to do this, could you give some more detail?
degan6
 
Posts: 27
Joined: Sun Dec 23, 2012 1:17 am


Return to General

Who is online

Users browsing this forum: No registered users and 14 guests