SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-09-2013, 04:48 PM
bclenney bclenney is offline
Sage Advanced User
 
Join Date: Feb 2005
Posts: 164
Metadata - cannot get it to pull in correct info

I've been looking through all of the threads from the last couple years and have even found the exact show mentioned by other people, but I havent found a solution to my issue.

Merlin Season 5 just came out on DVD and I purchased it. I ripped it and now I'm trying to add it to my SageTV, which I've done many times with other shows. I name the files in this format: Merlin S05E01 Arthurs Bane Part 1.mkv - which has worked in the past, but It keeps coming up with Merlin (1998), which is a movie, not the tv show.

Any ideas what I'm doing wrong or what to look for?

Thank you ahead of time for any assistance,
Brian
Reply With Quote
  #2  
Old 04-09-2013, 04:59 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by bclenney View Post
I've been looking through all of the threads from the last couple years and have even found the exact show mentioned by other people, but I havent found a solution to my issue.

Merlin Season 5 just came out on DVD and I purchased it. I ripped it and now I'm trying to add it to my SageTV, which I've done many times with other shows. I name the files in this format: Merlin S05E01 Arthurs Bane Part 1.mkv - which has worked in the past, but It keeps coming up with Merlin (1998), which is a movie, not the tv show.

Any ideas what I'm doing wrong or what to look for?

Thank you ahead of time for any assistance,
Brian
Assuming your are using Phoenix/BMT, you can use the MediaTitles.xml to force a match.

My SAGE_HOME/userdata/Phoenix/MediaTitles.xml has the following...

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE titles>

<titles>
  <match>
    <regex>[\\/]HawaiiFive0-</regex>
    <metadata type="TV" name="tvdb">164541</metadata>
  </match>
  <match>
    <regex>[\\/]Merlin.*</regex>
    <title>Merlin (2008)</title>
    <year>2008</year>
    <metadata type="TV" name="tvdb">83123</metadata>
  </match>
  <match>
    <regex>[\\/]House-</regex>
    <metadata type="TV" name="tvdb">73255</metadata>
  </match>
  <match>
    <regex>[\\/]Castle[\\/]</regex>
    <metadata type="TV" name="tvdb">83462</metadata>
  </match>
  <match>
    <regex>[\\/]ZeroHour[\\/]</regex>
    <metadata type="TV" name="tvdb">258773</metadata>
  </match>
  <match>
    <regex>[\\/]ZeroHour-</regex>
    <metadata type="TV" name="tvdb">258773</metadata>
  </match>
</titles>
Or, if you are using BMT web ui, you can find metadata for the missing item, and then use the Add Matcher button to add a matcher to mediatitles file based on a filename pattern or directory pattern.
Reply With Quote
  #3  
Old 04-09-2013, 05:04 PM
bclenney bclenney is offline
Sage Advanced User
 
Join Date: Feb 2005
Posts: 164
Thanks Stuckless. The XML sounds like it is exactly what I need.

Brian
Reply With Quote
  #4  
Old 04-09-2013, 07:29 PM
bclenney bclenney is offline
Sage Advanced User
 
Join Date: Feb 2005
Posts: 164
I never could get the xml to work right. But I installed the webui and was able to get it that way. Thanks again!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Correct Way to Get Metadata? Mailman74 Diamond 10 06-08-2011 09:08 PM
Metadata for Diamond Info View? MacDaddy Diamond 1 04-03-2011 09:31 AM
Correct Show Title Requires Manual "Update Metadata" Scan ptzink Batch Metadata Tools 0 09-10-2010 07:52 AM
Recording Details Info not quite correct bsung SageTV Software 0 11-30-2009 08:36 AM
Double Colons in Info bar - is that correct? wayner SageMC Custom Interface 3 10-18-2009 03:17 PM


All times are GMT -6. The time now is 06:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.