[mythtv-commits] mythtv commit: r16155 - in branches/release-0-21-fixes/mythplugins by paulh

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


      Author: paulh
        Date: 2008-02-19 11:44:35 +0000 (Tue, 19 Feb 2008)
New Revision: 16155
   Changeset: http://cvs.mythtv.org/trac/changeset/16155

Modified:

   branches/release-0-21-fixes/mythplugins/mythbrowser/mythbookmarkmanager/bookmarkmanager.cpp
   branches/release-0-21-fixes/mythplugins/mythnews/mythnews/mythnews.cpp

Log:

Merge mythplugins part of [16153] from trunk.

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.

Closes #4222.




More information about the mythtv-commits mailing list