|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
I'm having a problem with shows that are preceded by an unrelated show of the same name decades earlier. For instance, The Defenders and Chase. Here is the filename Code:
\\WHS\SageTV\TheDefenders-Pilot-3367519-0.mkv Code:
<titles> <match> <regex>[\\/]TheDefenders.*</regex> <title>The Defenders (2010)</title> </match> </titles> Code:
2010-12-26 21:32:00,700 - ERROR; \\WHS\SageTV\TheDefenders-Pilot-3367519-0.mkv; The Defenders; 3438975; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Pilot,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-09-22,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,737 - ERROR; \\WHS\SageTV\TheDefenders-LasVegasvReid-3395236-0.mkv; The Defenders; 3449383; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Las Vegas v. Reid,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-09-29,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,775 - ERROR; \\WHS\SageTV\TheDefenders-NevadavCarter-3405545-0.mkv; The Defenders; 3473876; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Nevada v. Carter,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-10-06,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,813 - ERROR; \\WHS\SageTV\TheDefenders-NevadavCerbone-3416743-0.mkv; The Defenders; 3483559; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Nevada v. Cerrato,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-10-13,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,850 - ERROR; \\WHS\SageTV\TheDefenders-NevadavRodgers-3446478-0.mkv; The Defenders; 3506013; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Nevada v. Rodgers,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-10-27,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,889 - ERROR; \\WHS\SageTV\TheDefenders-LasVegasvBlackBetty-3469654-0.mkv; The Defenders; 3533906; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Las Vegas v. Black Betty,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-11-03,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,926 - ERROR; \\WHS\SageTV\TheDefenders-NevadavKillaDiz-3498078-0.mkv; The Defenders; 3542892; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Nevada v. Killa Diz,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-11-10,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] 2010-12-26 21:32:00,982 - ERROR; \\WHS\SageTV\TheDefenders-WhittenvFenlee-3499796-0.mkv; The Defenders; 3554152; Failed while parsing series: MediaSearchResult [extraArgs={CLEAN_TITLE: The Defenders,YEAR: 0,EPISODE_TITLE: Whitten v. Fenlee,RAW_TITLE: The Defenders,EPISODE_DATE: 2010-11-17,}, id=73282, imdbId=null, metadata=null, providerId=tvdb, score=1.0, title=The Defenders, type=TV, url=73282, year=1961] Code:
<titles> <match> <regex>[\\/]TheDefenders.*</regex> <metadata type="tv" name="tvdb">164521</metadata> </match> </titles>
__________________
Server: WHS with 11TB of storage Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD Tuners: 1) HD-Homerun 2) Avermedia USB ATSC Twitter: ohpleaseno |
#22
|
||||
|
||||
After you changed the mediatitles.xml, did you reload the mediatitles? The changes are not picked up until a server restart or if you reload the file using the bmt web ui.
__________________
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 |
#23
|
|||
|
|||
Then it seems that "Refresh MediaTitles.xml" is broken. I made an adjustment to the .xml file, reloaded it in the WebUI and the adjustment wasn't picked up. A restart of the Sage service picked up the change and it worked.
__________________
Server: WHS with 11TB of storage Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD Tuners: 1) HD-Homerun 2) Avermedia USB ATSC Twitter: ohpleaseno |
#24
|
||||
|
||||
Ok... I'll add a bug for that, so that I can fix it in a future build.
__________________
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 |
#25
|
||||
|
||||
so, technically a V9 question, but as BMT is still currently v7 I think , this works as a good thread for a Mediatitles.xml question...
so, technically I had all this working and life was good... then I broke my setup, trashed everything and restarted from scratch... unlike the first time around this time is a real PITA... I do not understand why... I did convert my TV episodes (dvd rips) to MKV's just seemed like the thing to do really... VIDEO_TS had its day... time to move on... 1st off, BMT refuses to import my TV shows as TV shows... it insists that they are movies... I would guess its a meta data thing... so I tried making some matchers... for example: Code:
<match> <regex>[\\/]Chuck</regex> <metadata type="TV" name="TVDB">80348</metadata> </match> <match> <regex>[\\/]Chuck-*</regex> <metadata type="TV" name="TVDB">80348</metadata> </match> anyway it still no worky but the thing that really confuses me is this: Code:
2016-07-20 20:53:29,282 - ERROR; /unraid/TV/Chuck/Chuck-s01e01/CHUCK-S01E01.mkv; CHUCK-S01E01; 454541; Invalid Search Result: MediaSearchResult [extraArgs={RAW_TITLE: C H U C K,EPISODE: 01,PROVIDER: TVDB,CLEAN_TITLE: C H U C K,EPISODE_DATE: 2016-07-16,ID: 80348,FILE: /unraid/TV/Chuck/Chuck-s01e01/CHUCK-S01E01.mkv,SEASON: 01,}, id=80348, imdbId=tt1035912, metadata=sagex.phoenix.metadata.proxy.MetadataProxy, providerId=TVDB, score=1.0, title=Chuck, type=TV, url=80348, year=0]
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#26
|
|||
|
|||
So if you view a show that is incorrectly identified as a movie in the BMT browser, what does it indicate as the source of the metadata? Is it IMDB or TheTVDB? It could be that your TV Metadata provider is configured incorrectly.
|
#27
|
||||
|
||||
The all come up as having no Metadata. Essentially blank, just with the filename as the title.
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#28
|
||||
|
||||
My guess is that there is some other error in the logs/phoenix.log that might shed some light on this.
__________________
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 |
#29
|
||||
|
||||
Since I'm not a programmer, but I've done QA testing, I ran some scenarios on your file naming.
Doesn't work: /*/Chuck/Chuck-s01e01/CHUCK-S01E01.mkv /*/Chuck/CHUCK-S01E01.mkv /*/Chuck/Chuck-s01e01/CHUCK-S01E01-CHUCK VERSUS THE INTERSECT.MKV Works: /*/Chuck/Chuck-s01e01/CHUCK - S01E01.MKV That led me to the TV Title Mask option in BMT, which, on mine, shows: ${Title} - S${SeasonNumber:java.text.DecimalFormat:00}E${EpisodeNumber:java.text.DecimalFormat:00} - ${EpisodeName} That led me to try this (removing the spaces surrounding the dashes): ${Title}-S${SeasonNumber:java.text.DecimalFormat:00}E${EpisodeNumber:java.text.DecimalFormat:00}-${EpisodeName} But, that didn't help either. It may be a limitation in whatever coding BMT uses. Stuckless might be able to answer why the above doesn't work. But, either way, adding spaces between the dashes in the filename will certainly fix the issue.
__________________
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 |
#30
|
||||
|
||||
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 |
#31
|
||||
|
||||
so, I tried adding spaces, didn't help, which is odd, because by all accounts it looked exactly like the kind of thing that would of...
but then since this started, I have done all sorts of 'bad' stuff to my meta data, I clicked on the batch "import everything as recordings" which oddly enough did not work on anything that should be a "recording", but did work on all the movies that had missing metadata (the view at the time)... so, seems like it might be time to start fresh on the metadata front, clean slate and all that... what is the best way to do that? remove the wiz.bin? I just got all my tuners installed and happy (again), so I really don't want to do a fresh sage install (unless I really need to)... but metadata, I have not successfully worked on yet, so, a wiping it clean and starting fresh doesn't really bother me...
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#32
|
||||
|
||||
You might want to go back to what stuckless originally said and post more of your log file, so he can take a look and perhaps tell you what's going on.
__________________
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 |
#33
|
||||
|
||||
Quote:
just thinking starting from scratch may be easier? and don't want to waste stuckless's time debugging stuff, when I want the new stuff he is working on to be released asap...
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#34
|
||||
|
||||
shut down your server.... then delete logs/*.log and sagetv_*.txt... then restart the server, do the lookup, and then the logs will small
__________________
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 |
#35
|
||||
|
||||
I admit the chances are slim and I suspect the issue is isolated to your system, but you MAY have found a bug. If so, it should at least be noted so that the next version doesn't have a similar bug.
__________________
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 |
#36
|
||||
|
||||
well they are still ungodly large logs... but if you think its better then just starting fresh, here you go...
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#37
|
||||
|
||||
Admittedly, I'm really not the one to be going over these logs, but I took a quick look at them anyway because I was curious. Hopefully stuckless will get a chance to look at them and give you a real answer.
However, I did notice this: 2016-07-22 17:43:04,095 [Thread-106] WARN sagex.phoenix.metadata.MetadataManager - Mising or Unknown Provider: TVDB I glanced over my phoenix.log and saw no such warnings, so I don't THINK that's an expected message. Is TVDB listed as a provider in BMT?
__________________
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 |
#38
|
||||
|
||||
Quote:
Quote:
I can't figure out why a MediaTitles.xml would not solve this, since it should. But, both of these types of files were added to the test cases for the new filename parser... and they both failed... but I've fixed it. So, hopefully when the next phoenix ships it will better process these files.
__________________
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 |
#39
|
||||
|
||||
well, over the weekend I started fresh with a new wiz.bin, Walking dead was a simple MediaTitles.xml now fixed most of my issues...
the last remaining trouble series are: Crusade Dr Who (2005) Dungeons & Dragons Falling Skies Firefly which is odd, they all worked just fine when they were VIDEO_TS, actually, the only one I even needed a 'matcher' for was Dr Who.. but that was a simple fix... wonder why I am having so much issue trouble MKV? as it is 2016, I cant be the first person who has gone from VIDEO_TS -> MKV? as a side note, my VIDEO_TS -> MKV batch process missed a couple of my Falling Skies episodes, and those imported properly, found their metadata, and set them as recordings.... so it really seems to just be an MKV thing?
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
#40
|
||||
|
||||
as a side note, a feature request for BMT 2.0, a better way to deal with genre's like some sort of batch change or something to take care of sci fi vs science fiction, etc...
__________________
NOTE: As one wise professional something once stated, I am ignorant & childish, with a mindset comparable to 9/11 troofers and wackjob conspiracy theorists. so don't take anything I say as advice... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
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 |
Finally Ready to Setup Sage..any hints.. | akenis | General Discussion | 1 | 10-20-2005 02:29 PM |
Building new system... setup hints? | davin | Hardware Support | 4 | 01-24-2005 09:11 PM |