[mythtv-commits] Ticket #12135: MXML: not adding seasons/episode info from file

MythTV noreply at mythtv.org
Sat May 3 23:48:11 UTC 2014


#12135: MXML: not adding seasons/episode info from file
---------------------------------------------+-------------------------
     Reporter:  slackerlinux85@…             |      Owner:
         Type:  Bug Report - General         |     Status:  new
     Priority:  minor                        |  Milestone:  unknown
    Component:  MythTV - Mythmetadatalookup  |    Version:  Unspecified
     Severity:  low                          |   Keywords:
Ticket locked:  0                            |
---------------------------------------------+-------------------------
 i have a script that generated for me some mxml files but season/episode
 was never used in those files. it can be fixed by passing false as an
 argument at the end of readmxml in handle movies. i did a little more and
 moved all the mxml code into metadatadownload::run because i think that
 those files should override other metadata sources(not really needed but
 if you take time to create them my guess is they are more correct then the
 grabbers)

 patch lightly tested was only created a week ago

 mxml template used:
 {{{
 <?xml version='1.0' encoding='UTF-8'?>
 <metadata>
   <item>
     <title>Awesome Games Done Quick</title>
     <subtitle>EPISODEDESC</subtitle>
     <language>en</language>
     <description>EPISODEDESC</description>
     <season>2014</season>
     <episode>EPISODENUM</episode>
     <year>2014</year>
     <categories>
       <category type="genre" name="Gaming Speed Run"/>
     </categories>
 <homepage>https://archive.org/details/AwesomeGamesDoneQuick2014</homepage>
   </item>
 </metadata>
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12135>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list