Opened 11 years ago

Closed 5 years ago

#12135 closed Bug Report - General (Unverified)

MXML: not adding seasons/episode info from file

Reported by: slackerlinux85@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - Mythmetadatalookup Version: Unspecified
Severity: low Keywords:
Cc: Ticket locked: no

Description

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>

Attachments (1)

0001-MXML-handle-season.patch (2.4 KB) - added by slackerlinux85@… 11 years ago.

Download all attachments as: .zip

Change History (2)

Changed 11 years ago by slackerlinux85@…

comment:1 Changed 5 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.