[mythtv-commits] mythtv commit: r15222 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Dec 23 16:56:43 UTC 2007


      Author: paulh
        Date: 2007-12-23 16:56:42 +0000 (Sun, 23 Dec 2007)
New Revision: 15222
   Changeset: http://cvs.mythtv.org/trac/changeset/15222

Modified:

   trunk/mythplugins/mythmusic/mythmusic/musicplayer.cpp
   trunk/mythplugins/mythmusic/mythmusic/musicplayer.h

Log:

Change the delay before updating the lastplay and playcount to be either half
of the track length or after a set amount of time (default is still 15 
seconds) which ever comes first.

There's no UI to change the setting, I thought that might upset a few people,
so if you need to change the setting you will have to insert it into
the DB by hand like this:-

INSERT INTO settings (value,data,hostname) VALUE('MusicLastPlayDelay', '240', 'HOSTNAME');

That would set a delay of 240 seconds or 50% of the track length which ever
comes first for host HOSTNAME which is apparently what the protocol used to
submit to last.fm says you should use.




More information about the mythtv-commits mailing list