[mythtv-commits] Ticket #6680: User Job for exporting to MythVideo

MythTV mythtv at cvs.mythtv.org
Mon Nov 23 06:44:02 UTC 2009


#6680: User Job for exporting to MythVideo
---------------------------------------------------+------------------------
 Reporter:  Raymond Wagner <raymond@…>             |       Owner:  robertm 
     Type:  enhancement                            |      Status:  assigned
 Priority:  minor                                  |   Milestone:  0.23    
Component:  Contributed Scripts & Apps             |     Version:  head    
 Severity:  low                                    |     Mlocked:  0       
---------------------------------------------------+------------------------

Comment(by Raymond Wagner <raymond@…>):

 It's got nothing to do with the bindings, but rather a reoccurring
 nuisance Doug Vaughan and I have dealing with in relation to UTF8.  Follow
 step 5 at
 'http://www.mythtv.org/wiki/Jamu#This_stupid_thing_does_not_work.21'.  If
 that doesn't solve the problem, please run the following in a python shell
 and paste the result somewhere.

 {{{
 import MythTV
 myth = MythTV.MythTV()
 a = myth.getRecording(<chanid>,<starttime>)
 print a.__dict__
 }}}

 Replace chanid and starttime with the recording that has failed.

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


More information about the mythtv-commits mailing list