[mythtv-commits] Ticket #6885: Python updates

MythTV mythtv at cvs.mythtv.org
Sat Sep 19 19:03:36 UTC 2009


#6885: Python updates
---------------------------------------------------+------------------------
 Reporter:  Raymond Wagner <raymond at wagnerrp.com>  |        Owner:  awithers
     Type:  enhancement                            |       Status:  new     
 Priority:  minor                                  |    Milestone:  0.22    
Component:  Bindings - Python                      |      Version:  head    
 Severity:  low                                    |   Resolution:          
  Mlocked:  0                                      |  
---------------------------------------------------+------------------------

Comment(by Raymond Wagner <raymond at wagnerrp.com>):

 Patch 6 brings ticket up to dat with 21938.  Also adds requested
 MythTV.lockTuner() and MythTV.freeTuner().  lockTuner() takes an optional
 recorder ID as an argument, and if successful, will add the tuner to a
 list of those currently locked by the instance.  freeTuner() also takes an
 optional ID, and if not given one, will free all tuners in the
 aforementioned list.  This is called automatically in the class
 destructor.

 To facilitate those two commands, the MythTV() constructor now takes an
 optional host argument as an IP or hostname, to allow connection to a
 slave backend.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6885#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list