[mythtv-commits] Ticket #5742: MythWeb Music last play filter

MythTV mythtv at cvs.mythtv.org
Thu Sep 25 19:35:28 UTC 2008


#5742: MythWeb Music last play filter
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |        Owner:  xris   
     Type:  patch                 |       Status:  new    
 Priority:  minor                 |    Milestone:  unknown
Component:  mythweb               |      Version:  head   
 Severity:  medium                |   Resolution:         
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by otto at kolsi dot fi):

 If I remember correctly, there was a bug in music scan/import which did
 set the lastplay column in music_songs table to the timestamp of import
 (when it should be NULL).

 If anyone is interested, following SQL statement can be used to fix this
 small issue in DB:

 {{{
 update music_songs set lastplay = NULL where numplays = 0;
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5742#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list