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

MythTV mythtv at cvs.mythtv.org
Tue Jun 30 16:12:29 UTC 2009


#6680: User Job for exporting to MythVideo
---------------------------------------------------+------------------------
 Reporter:  Raymond Wagner <raymond at wagnerrp.com>  |       Owner:  ijr    
     Type:  enhancement                            |      Status:  new    
 Priority:  minor                                  |   Milestone:  0.22   
Component:  MythTV - General                       |     Version:  unknown
 Severity:  low                                    |     Mlocked:  0      
---------------------------------------------------+------------------------
 This is a User Job implementation of the same functionality found in
 #6158, to get around a few of the limitations of the aforementioned patch.
 Namely, it blocks the interface, and assumes local file access.

 This script requires updates to the Python bindings found in #6678.  It
 also requires the TTVDB grabber in #6242 to get the season and episode
 number. While it currently works for me, it is unfinished and likely
 buggy.

 The script is run just like the official jobs, just add a userjob for
 'mythvidexport.py %JOBID%', and limit execution to the backend storing
 your video directory.

 Path and Title are currently statically set to:
 '<base>/TV/<series>/Season <season>/<season>x<episode> - <episode title>'
 and
 '<series> - <season>x<episode> - <episode title>'
 These will be user adjustable from settings in the database in a future
 revision.  Script will use 'Videos' StorageGroup path if available, or
 will otherwise use 'VideoStartupDir' as the base path.

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


More information about the mythtv-commits mailing list