[mythtv-commits] Re: Ticket #341: Music database update does not reread metadata

MythTV mythtv at cvs.mythtv.org
Wed Oct 26 23:59:26 EDT 2005


#341: Music database update does not reread metadata
------------------------------------+---------------------------------------
 Reporter:  eskil <myth at eskil.org>  |        Owner:  ijr 
     Type:  patch                   |       Status:  new 
 Priority:  minor                   |    Milestone:  0.19
Component:  mythmusic               |      Version:  head
 Severity:  low                     |   Resolution:      
------------------------------------+---------------------------------------
Comment (by eskil <myth at eskil.org>):

 Attached new version of the decoder-refactor patch. I had to replace the
  busy->deleteLater ();
 with
  delete busy;
 to be able to run it on my system, I'm not sure how that deleteLater thing
 works, so feel free to undo that part if I'm completely wrong.

 Also reset counter to 0 before the db update loop, otherwise the
 progressbar is at 100% all the time.

 This patch doesn't add any functionality, it's purely a refactoring thing.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/341>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list