![]() |
|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Help with MediaTitles.xml
I'm trying to use MediaTitles.xml as per the documentation and have placed a copy of the sample in the correct location and removed the "sample" from the filename. I see it already contains an entry for Hawaii Five-0 (2010) so I assumed it would work for my Hawaii Five-0 media. Nope. My media is like this:
Hawaii Five-O (2010) Season 01 Hawaii Five-0 S01E01.mkv Hawaii Five-0 S01E02.mkv Hawaii Five-0 S01E03.mkv etc... Season 02Any idea why the default settings in the supplied sample file wouldn't work? And, yes, I did reload the MediaTitles.xml file from the BMT web interface. Thanks, RLW |
#2
|
||||
|
||||
The matcher
Code:
<match> <regex>[\\/]HawaiiFive0-.*</regex> <title>Hawaii Five-0</title> <year>2010</year> <metadata type="tv" name="tvdb">164541</metadata> </match> You might need something like... Code:
<match> <regex>[\\/]Hawaii Five-O.*</regex> <title>Hawaii Five-0</title> <year>2010</year> <metadata type="tv" name="tvdb">164541</metadata> </match>
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
|||
|
|||
Thanks Sean. Now I feel foolish - that's a pretty simple, and obvious, fix.
So in order to match my imported Hawaii Five-0 data I create a new entry as you suggested, but leave the existing entry alone for any future recordings of that show, correct? RLW |
#4
|
||||
|
||||
Yeah, it won't hurt having the extra one there, especially if you are recording those shows.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
A few hints needed for MediaTitles.xml | davidk21770 | Batch Metadata Tools | 47 | 07-26-2016 11:00 AM |
MediaTitles not Working | wmstonetn | Batch Metadata Tools | 9 | 07-08-2015 02:15 AM |
Help with mediatitles.xml, please? | silkshadow | Batch Metadata Tools | 5 | 10-22-2012 08:26 AM |
MediaTitles.xml and how to read it | razrsharpe | Batch Metadata Tools | 28 | 01-22-2011 07:57 AM |
Problem with MediaTitles.xml | cmaloney | Batch Metadata Tools | 12 | 08-17-2010 07:44 PM |