[mythtv-commits] Ticket #4222: Update MythMusic to continue playing in the background after exiting it.

MythTV mythtv at cvs.mythtv.org
Tue Feb 19 11:29:44 UTC 2008


#4222: Update MythMusic to continue playing in the background after exiting it.
-------------------------+--------------------------------------------------
 Reporter:  paulh        |        Owner:  paulh
     Type:  enhancement  |       Status:  new  
 Priority:  minor        |    Milestone:  0.21 
Component:  mythmusic    |      Version:  head 
 Severity:  medium       |   Resolution:       
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by paulh):

 (In [16153]) Fix a feature? of the background music player were if an
 external program is
 run like mythbrowser using myth_system() the music will stop at the end of
 the current track and will only resume again when the external program is
 exited.

 To work around this this commit adds an additional flag to myth_system
 that
 allows you to run a command waiting for it to finish but doesn't block the
 parent thread so it can continue dispatching messages etc.

 It also updates MythBrowser and MythNews to call myth_system() with the
 new
 flag and blocks all input while the external program is running.

 Refs #4222.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4222#comment:57>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list