|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Sample MediaTitles.xml Files
I would love to see examples of people's MediaTitles.xml files posted somewhere. Is there such a repository of such sample files, or could people post their successes here in this thread? I'd like to avoid reinventing the wheel to fix issues with various shows like The Office, V, Human Target, and so on when I know plenty of people have already done so.
Thanks, -Randy |
#2
|
|||
|
|||
Code:
<titles> <match> <regex>[\\/]Castle-.*</regex> <title>Castle</title> <year>2009</year> <metadata type="tv" name="tvdb">83462</metadata> </match> <match> <regex>[\\/]Parenthood-.*</regex> <title>Parenthood</title> <year>2010</year> <metadata type="tv" name="tvdb">94551</metadata> </match> <match> <regex>[\\/]TheGoodGuys-.*</regex> <title>The Good Guys</title> <year>2010</year> <metadata type="tv" name="tvdb">140101</metadata> </match> <match> <regex>[\\/]TheDefenders-.*</regex> <title>The Defenders</title> <year>2010</year> <metadata type="tv" name="tvdb">140101</metadata> </match> <match> <regex>[\\/]HawaiiFive0-.*</regex> <title>Hawaii Five-0</title> <year>2010</year> <metadata type="tv" name="tvdb">164541</metadata> </match> <match> <regex>[\\/]Shameless-.*</regex> <title>Shameless</title> <year>2011</year> <metadata type="tv" name="tvdb">161511</metadata> </match> <match> <regex>[\\/]TheCape-.*</regex> <title>The Cape</title> <year>2011</year> <metadata type="tv" name="tvdb">160671</metadata> </match> <match> <regex>[\\/]MrSunshine-.*</regex> <title>Mr. Sunshine</title> <year>2011</year> <metadata type="tv" name="tvdb">164481</metadata> </match> </titles>
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer Last edited by stuckless; 03-06-2011 at 12:00 PM. |
#3
|
|||
|
|||
Thanks, razrsharpe. This helps a lot.
|
#4
|
|||
|
|||
randyth,
Thanks for posting this I was getting ready to ask the same question. One more thing I put the mediatitles.xml in the Sagetv main directory is that where it goes?
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#5
|
||||
|
||||
Quote:
I;ve also updated the userguide to include a complete MediaTitles.xml sample and I updated the documentation to reflect the new location of where MediaTitles.xml should be located.
__________________
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
|
|||
|
|||
ok I had to create the scrapers subdirectory.
Thanks
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#7
|
|||
|
|||
no prob I like the idea of a "repository of sorts"... as more people post samples in this thread maybe you want to keep the first post updated for everyone?
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#8
|
|||
|
|||
Yes, hopefully more people post theirs and we can create an "master file" that has entries for practically every show currently on the air. :-)
|
#9
|
|||
|
|||
Quote:
<match> <regex>[\\/]TheAmazingRace</regex> <title>The Amazing Race</title> <metadata type="tv" name="tvdb">77666</metadata> </match> Thanks again for your hard work on BMT and all your support.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD |
#10
|
||||
|
||||
Quote:
It's highly unlikely that the media titles is causing the lockup... especially since bmt is only run once the recording is complete. Read the section in the user guide (From the web ui, Help -> User Guide), and if you are still having issues, then let me know
__________________
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 |
#11
|
|||
|
|||
Quote:
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD |
#12
|
|||
|
|||
Quote:
Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#13
|
||||
|
||||
No, the - should not be required. Just another character to match against.
While I was playing around, learning, I tried with MediaTitles.xml in both locations you mentioned and once I got it working, it worked from either location. Did not try with 2 different MediaTitles.xml in the different locations, nor even having it in both, to see what would happen. |
#14
|
||||
|
||||
Quote:
The userdata area is new (but documented in that section of the user guide). Users should never touch files under the STVs/Phoenix area, since they WILL get overwritten. So the userdata was created to allow users to override core phoenix configurations. Quote:
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
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.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 |