![]() |
|
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, please?
So I am working with BMT today. I read that BMT doesn't work well with (<year>) for TV show names and I read all the docs on MediaTitles.xml. So I am working with a test case right now "Archer (2009)".
My files are arranged like: \\<server name>\media\TV\Animated\Archer (2009)\Season 01\Archer (2009) - S01E01 - Mole Hunt.mkv (import path is \\<server name>\media) Here is what I tried so far: 1) Manually created MediaTitles.xml and put it in userdata\Phoenix\scrapers\ it looks like this: Code:
<titles> <match> <regex>[\\/]Archer (2009)[\\/]</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> 1b) Then I navigate to the Archer folder via vfs ("Sage Video Imports by folder"). I am looking at folders Season 01, Season 02, Season 03, and Specials. 1c) I hit the update metadata button chose: scan all subfolders and update metadata (only these 2) 1d) A little window opens up on the bottom left, its scanning. When its done I get total failed 37. I click that and it lists out every episode that failed which is all of them. 1e) There are no new properties files created (I have this option enabled). Its just not matching. 2) Try the above again, this time with MediaTitles: Code:
<titles> <match> <regex>[\\/]Archer (2009) - S</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> Code:
<titles> <match> <regex>[\\/]Archer </regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE titles> <titles> <match> <regex>[\\/]Archer (2009) - S</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> 5) Tried: Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE titles> <titles> <match> <regex>[\\/]Archer </regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE titles> <titles> <match> <regex>[\\/]Archer (2009)[\\/]</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> Thanks! Last edited by silkshadow; 10-21-2012 at 12:09 AM. |
#2
|
||||
|
||||
You've done everything that I would have asked you to do, and then some
![]()
__________________
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
|
||||
|
||||
So, your first instinct was right
Code:
<titles> <match> <regex>[\\/]Archer (2009)[\\/]</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> Code:
<titles> <match> <regex>[\\/]Archer \(2009\)[\\/]</regex> <metadata type="TV" name="tvdb">110381</metadata> </match> </titles> ![]()
__________________
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 |
#4
|
||||
|
||||
Thank you again, so much! I knew my brain was missing something dumb
![]() |
#5
|
||||
|
||||
Quote:
![]()
__________________
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 |
#6
|
||||
|
||||
Quote:
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
MediaTitles not Working | wmstonetn | Batch Metadata Tools | 9 | 07-08-2015 02:15 AM |
MediaTitles.xml and how to read it | razrsharpe | Batch Metadata Tools | 28 | 01-22-2011 07:57 AM |
MediaTitles.xml failed, how do I see what went wrong? | davidk21770 | Batch Metadata Tools | 5 | 09-28-2010 11:47 AM |
Quick MediaTitles.xml question | davidk21770 | Batch Metadata Tools | 3 | 09-24-2010 01:48 PM |
Problem with MediaTitles.xml | cmaloney | Batch Metadata Tools | 12 | 08-17-2010 07:44 PM |