SageTV Community  

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

Notices

Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-16-2016, 12:29 PM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
Show Title field issue

I have the following entry in MediaTitles.xml:

Code:
  <match>
    <regex>[\\/]Last Man Standing \(2011\)[\\/]</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
Trying to figure out why two episodes would have a show name of just "Last Man Standing", but yet have the right episode name, number, and description (i.e. everything else) from TVDB. For some reason, the year is being discarded or something in the Show Title field during the initial import.

If I do a manual refresh of all the metadata (not a manual show lookup) via BMT, it puts the year back in the Show Title field.

Any idea why this might be happening? I didn't catch this when it first happened, so the log file no longer has the info for when the lookup originally took place.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #2  
Old 09-16-2016, 01:04 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Skirge01 View Post
I have the following entry in MediaTitles.xml:

Code:
  <match>
    <regex>[\\/]Last Man Standing \(2011\)[\\/]</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
Trying to figure out why two episodes would have a show name of just "Last Man Standing", but yet have the right episode name, number, and description (i.e. everything else) from TVDB. For some reason, the year is being discarded or something in the Show Title field during the initial import.

If I do a manual refresh of all the metadata (not a manual show lookup) via BMT, it puts the year back in the Show Title field.

Any idea why this might be happening? I didn't catch this when it first happened, so the log file no longer has the info for when the lookup originally took place.
If they are recordings (vs imported from an external source), then it would likely just have the Title without the year, and still have valid season/episode and description.
Reply With Quote
  #3  
Old 09-19-2016, 09:00 AM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
These were imported files.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #4  
Old 10-27-2016, 03:39 PM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
I even tried adding the following entries to MediaTitles.xml, hoping that would cover every situation and place the title from TVDB (which includes the year) into the Sage database, but it's still listing imported files without the year:

Code:
    <regex>[\\/]Last Man Standing \(2011\)[\\/]</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
  <match>
    <regex>[\\/]Last Man Standing \(2011\)</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
  <match>
    <regex>[\\/]Last Man Standing[\\/]</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
  <match>
    <regex>[\\/]Last Man Standing</regex>
    <metadata type="TV" name="tvdb">248834</metadata>
  </match>
What's strange to me is that the lookup is putting the fanart into "Last Man Standing (2011)" and then leaving the show title as just "Last Man Standing". And, as before, if I do a manual "Update Metadata" from BMT, the year gets added to the show title.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
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
Feature Request - Correct Show Title wayner Batch Metadata Tools 1 06-06-2011 07:10 PM
SageTV Show Title Doesn't Match BMT Show/Fanart Title ptzink Batch Metadata Tools 8 03-16-2011 07:50 AM
Fixing Show Title jcato Batch Metadata Tools 17 01-18-2011 06:44 AM
API call to convert show title to file name? Slugger SageTV Studio 5 06-03-2009 02:42 PM
Can anyone twll me what the numbers after the show title mean in the filename? zubblwump SageTV Software 2 02-15-2007 12:25 AM


All times are GMT -6. The time now is 11:24 AM.


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