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

MythTV mythtv at cvs.mythtv.org
Wed Jul 29 07:32:02 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>):

 Patch 9 updates the MythDB.py changes to changeset [21052].

 Also adds the following functions to MythTV.py
 MythTV.deleteRecording(program,force=False)
     deletes recording defined by program instance
     force will force mythtv to delete metadata even if recording file is
 not found
 MythTV.forgetRecording(program)
     allows recording defined by program instance to be re-recorded
 MythTV.getFreeSpace(all=False)
     returns a tuple of information about storage devices on the local
 system
     all returns information about all systems, and a summary line
 MythTV.getFreeSpaceSummary()
     returns summary information of all available storage devices
 MythTV.getLoad()
     returns standard 1/5/15 load averages

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


More information about the mythtv-commits mailing list