[mythtv-commits] Ticket #7648: New MythTV.py breaks isRecording

MythTV mythtv at cvs.mythtv.org
Mon Nov 23 19:42:23 UTC 2009


#7648: New MythTV.py breaks isRecording
--------------------------------+-------------------------------------------
 Reporter:  finlay@…            |       Owner:  ijr 
     Type:  defect              |      Status:  new 
 Priority:  major               |   Milestone:  0.22
Component:  MythTV - General    |     Version:  0.22
 Severity:  high                |     Mlocked:  0   
--------------------------------+-------------------------------------------
 The 0.22+ version of the pytohn bindings in MythTV.py the isRecording and
 getCurrentRecording APIs were changed and do not accept the recorder value
 as an int. The earlier bindings were able to accept a recorder value that
 was an int. This looks like it's due to the change to use the BACKEND_SEP
 value instead of hardcoding it. Since getRecorderList returns a list of
 recorders as ints it would seem logical to pass an int value to
 isRecording.

 This bug breaks many programs that use these APIs.

 I will attach a patch to fix the problem.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7648>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list