[mythtv] Ticket #9395: New system events: watch rec, watch video, listen to music

Chris Pinkham cpinkham at bc2va.org
Wed Mar 21 03:13:08 UTC 2012


* On Tue Mar 20, 2012 at 09:57:05PM -0400, Dave Badia wrote:
> Looks like the system events added in this ticket
> http://code.mythtv.org/trac/ticket/9395 are now commented out in
> master.   Any chance of this feature getting re-enabled prior to the
> .25 release?

Unfortunately not for 0.25 since we're in a feature freeze now and this isn't
technically a bugfix.

If you compile from source, you can uncomment those lines yourself.  To
fix the issue that caused the revert commit, you should be able to uncomment
and add the following before each of the SendSystemEvent lines that are
commented out.

if (QCoreApplication::applicationName() == MYTH_APPNAME_MYTHFRONTEND)

That should cause the system events to only get sent for mythfrontend.  The
reason for the commit revert was that the system events were firing during
mythtv-setup before we even had a DB connection.  I'll reopen the ticket and
reference this test fix in it.  Once we cut 0.25 and release, we can get
something like this back into master.  Sorry I didn't think of this solution
before the freeze.

--
Chris


More information about the mythtv-dev mailing list