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

MythTV mythtv at cvs.mythtv.org
Wed Aug 26 17:42:52 UTC 2009


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

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

 This one is a big rewrite.  The script should now work with all forms of
 recorded content.  Currently, it understands three types: TV, Movies, and
 Generic.  The difference between a TV show and a movie is whether a
 subtitle exists in the program data.  TV shows use the ttvdb grabber,
 movies use the tmdb grabber, and generic is anything that fails to be
 recognized by those respective grabbers.

 That means... yet one more change to the formatting fields in the database
 (hopefully the last).  The script now uses the following fields and
 defaults[[br]]
 mythvideo.TVexportfmt      -- Television/%TITLE%/Season %SEASON%/%TITLE% -
 S%SEASON%E%EPISODPAD% - %SUBTITLE%
 mythvideo.MOVIEexportfmt   -- Movies/%TITLE%
 mythvideo.GENERICexportfmt -- Videos/%TITLE%

 '--tformat', '--mformat', and '--gformat' will override the default
 formatting for a one time use, or if not given a recording to work with,
 they will update the database to the specified format and exit.

 '--listingonly' disables the grabbers, instead using the program data from
 your listing source.  Note that 'TV' mode still requires the ttvdb grabber
 to find the season and episode number, and in failing to do so, will still
 drop back to 'GENERIC' mode.

 As anon mentioned, this requires #6885.

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


More information about the mythtv-commits mailing list