[mythtv-commits] mythtv/master commit: 52613a0b9 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Thu Jun 30 04:08:40 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-06-29T21:04:57-07:00
   Push Date:  2011/06/29 21:08:32 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  52613a0b9012e4fcbda124c91fb9830b5bd65939
   Changeset:  https://github.com/MythTV/mythtv/commit/52613a0b9

Log:

Metadata: Support import of Myth-format metadata from an external file.

Superior metadata re-import from an external file.  Uses Myth's native metadata XML format.  Looks for a file named the same as the video file, with a .mxml extension.

This supports *all* our metadata natively, will reconnect any downloaded artwork found in the fanart/banner/coverart/etc. directories, and saves us having to do any re-lookup with the metadata source.  If the images go missing but the video files and .mxml files are still present, the images will be redownloaded but that will be the only traffice with the metadata source.

This also allows ambiguous titles to have a perfect match when being removed from and readded to the library.

I'll add support for writing out the .mxml files upon metadata grab soon.

Modified:

   mythtv/libs/libmythmetadata/metadatacommon.cpp
   mythtv/libs/libmythmetadata/metadatadownload.cpp
   mythtv/libs/libmythmetadata/metadatadownload.h



More information about the mythtv-commits mailing list