[mythtv-commits] Ticket #6678: Additional functions for Python bindings

MythTV mythtv at cvs.mythtv.org
Fri Jul 3 21:21:33 UTC 2009


#6678: Additional functions for Python bindings
---------------------------------------------------+------------------------
 Reporter:  Raymond Wagner <raymond at wagnerrp.com>  |        Owner:  awithers
     Type:  enhancement                            |       Status:  new     
 Priority:  minor                                  |    Milestone:  0.22    
Component:  Bindings - Python                      |      Version:  head    
 Severity:  medium                                 |   Resolution:          
  Mlocked:  0                                      |  
---------------------------------------------------+------------------------

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

 MythTV.getRecordings() is now properly fixed, rather than functioning
 through chance.

 Frontend socket access is now part of MythTV

 MythTV.getFrontends():
     Returns a list of Frontend objects for accessible frontends
 MythTV.getFrontend(hostname):
     Returns a Frontend object for the specified host

 Frontend(hostname, port):
     Returns a Frontend object, throws an exception if cannot connect to
 frontend

 Frontend.getJump():
     Returns a tuple containing available jumppoints
 Frontend.sendJump(jumppoint):
     Sends jumppoint to frontend
 Frontend.getKey():
     Returns a tuple containing available special keys
 Frontend.sendKey():
     Sends keycode to connected frontend
 Frontend.getQuery():
     Returns a tuple containing available queries
 Frontend.sendQuery():
     Returns query from connected frontend
 Frontend.getPlay():
     Returns a tuple containing available playback commands
 Frontend.sendPlay():
     Send playback command to connected frontend

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


More information about the mythtv-commits mailing list