[mythtv-commits] mythtv commit: r21428 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Aug 22 07:10:46 UTC 2009


      Author: cpinkham
        Date: 2009-08-22 07:10:46 +0000 (Sat, 22 Aug 2009)
New Revision: 21428
   Changeset: http://cvs.mythtv.org/trac/changeset/21428

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythbackend/mainserver.h

Log:

Modify the EXECTV menu action and the corresponding LOCK_TUNER backend
command to take an optional cardid.  Several people have requested the
ability to lock a specific tuner for one reason or another.  This patch
enables that ability.

To use EXECTV, just insert the cardid after EXECTV before the command to
run:

	EXECTV 3 /usr/bin/tvtime

The LOCK_TUNER backend command now takes an optional CARDID:

	LOCK_TUNER 3


Closes #3422 using my own patch.






More information about the mythtv-commits mailing list