SageTV Community  

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

Notices

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-30-2017, 07:57 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Complimentary Metadata Tools and Fanart

Hi,

Just finished doing a wipe and brand new install - Sage7 first and then Sage 9.

I installed CMT 3.1.6. It also installed Phoenix Core Services on it's own, as I assume it's a dependency. They are the only plugins I've installed so far.

I'm trying to generate the Fanart for my shows and movies, but it's not working. I see some java exceptions in the logs. Is there something else that needs to be installed that the CMT install didn't install as a dependency?

Tnx!
-Steve
Attached Files
File Type: zip logs.zip (5.2 KB, 170 views)
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #2  
Old 01-31-2017, 10:56 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by SteveW View Post
Hi,

Just finished doing a wipe and brand new install - Sage7 first and then Sage 9.

I installed CMT 3.1.6. It also installed Phoenix Core Services on it's own, as I assume it's a dependency. They are the only plugins I've installed so far.

I'm trying to generate the Fanart for my shows and movies, but it's not working. I see some java exceptions in the logs. Is there something else that needs to be installed that the CMT install didn't install as a dependency?

Tnx!
-Steve
I believe you need a plugin that supports the display of fanart or a theme that does such as Gemstone.... Phoenix or Diamond.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #3  
Old 01-31-2017, 03:37 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by nyplayer View Post
I believe you need a plugin that supports the display of fanart or a theme that does such as Gemstone.... Phoenix or Diamond.
Agreed. At this point tho it's not even generating fan art. The directory is empty and there are Java errors in the log files.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #4  
Old 02-01-2017, 03:56 AM
JREkiwi's Avatar
JREkiwi JREkiwi is offline
Sage Icon
 
Join Date: Jan 2005
Location: Auckland, New Zealand
Posts: 2,132
Looks like there's something not right at the Phoenix level. Probably best to get this somewhere where stuckless will see it. He might have some ideas on how to troubleshoot it

John
Reply With Quote
  #5  
Old 02-01-2017, 05:22 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Based on this entry...

Code:
java.lang.NullPointerException
	at sagex.phoenix.metadata.MetadataManager.getProviderForQuery(MetadataManager.java:214)
	at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:477)
	at sagex.phoenix.metadata.AutomaticMetadataVisitor.visit(AutomaticMetadataVisitor.java:30)
	at sagex.phoenix.vfs.AbstractMediaResource.accept(AbstractMediaResource.java:154)
	at sagex.phoenix.vfs.VirtualMediaFolder.accept(VirtualMediaFolder.java:179)
	at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:123)
	at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)
I would check your Sage.properties and see what it says for

Code:
phoenix/fanart/movieProviders=tmdb
It should be tmdb, and if it's not, then likely that's your issue.
Reply With Quote
  #6  
Old 02-01-2017, 07:26 AM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
Based on this entry...

Code:
java.lang.NullPointerException
    at sagex.phoenix.metadata.MetadataManager.getProviderForQuery(MetadataManager.java:214)
    at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:477)
    at sagex.phoenix.metadata.AutomaticMetadataVisitor.visit(AutomaticMetadataVisitor.java:30)
    at sagex.phoenix.vfs.AbstractMediaResource.accept(AbstractMediaResource.java:154)
    at sagex.phoenix.vfs.VirtualMediaFolder.accept(VirtualMediaFolder.java:179)
    at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:123)
    at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)
I would check your Sage.properties and see what it says for

Code:
phoenix/fanart/movieProviders=tmdb
It should be tmdb, and if it's not, then likely that's your issue.
That's odd. This is a fresh brand new install, and that entry isn't even in my properties file...

I will add it and see what happens... Tnx.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #7  
Old 02-01-2017, 07:50 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by SteveW View Post
That's odd. This is a fresh brand new install, and that entry isn't even in my properties file...

I will add it and see what happens... Tnx.
It could be that somehow BMT populates it, but I didn't think so... but I've never setup sagetv without BMT, so I don't know for sure. But I have setup 100s of fresh installs of sagetv with bmt and phoenix, and I've never had an issue of it not finding fanart.
Reply With Quote
  #8  
Old 02-01-2017, 08:23 AM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Still no go. I see it generated fanart for a couple of TV shows that recorded last night, but when I try to force a scan for existing recordings and blurays/dvds its not working. I've included my properties file.
Attached Files
File Type: zip phoenix.zip (30.6 KB, 157 views)
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #9  
Old 02-01-2017, 09:37 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
It could be that somehow BMT populates it, but I didn't think so... but I've never setup sagetv without BMT, so I don't know for sure. But I have setup 100s of fresh installs of sagetv with bmt and phoenix, and I've never had an issue of it not finding fanart.

Sorry, didn't see your post before I posted my last one. I'll add BMT and see what happens. I'm just adding individual capability in plugins and sorting out issues before the next, so hadn't moved to BMT yet. I'll add it and try it.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #10  
Old 02-02-2017, 05:30 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
It could be that somehow BMT populates it, but I didn't think so... but I've never setup sagetv without BMT, so I don't know for sure. But I have setup 100s of fresh installs of sagetv with bmt and phoenix, and I've never had an issue of it not finding fanart.

So I installed BMT. Same behaviour when I try to get it to scan for metatdate through the Sage Server/Extenders. Null pointer exceptions, saying it can't find a scraper, etc, in the Phoenix log file.

When I go into the BMT web interface, if I go and drill down to a particular movie by browsing, and click "Find Metadata" and choose "Search" - that works - both for movies from TMDB (and TVDB for TV shows). I click "Save", and I can click on the "Fanart" tab and see the fanart, and it is populated in the Fanart directory as it should be.

However, if I'm in the BMT web interface, and say drill into the "Bluray Movie" view, see the list of movies, and rather click on an individual one, at the top choose either "Update Metadata" or "Refresh Fanart" for the group, and say "Yes" to "Update folder and all children", nothing happens. I can go back into the Phoenix log and see 404 errors, null pointer exceptions, comments that it is unable to find a tv scraper or movie scraper, etc, and nothing gets populated to the fanart directory.

So I'm basically at this point stuck going into every single move folder in BMT web and do the search and save of the metadata manually.

I assume the manual process and the batch process are two different processes, and that explains why one works and the other doesn't? I'm at a real loss here to try to fix this.

I've included the phoenix log again if that's any help.

Tnx
-S
Attached Files
File Type: zip phoenix.zip (30.8 KB, 152 views)
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #11  
Old 02-02-2017, 06:55 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Just for fun I fired up my original Sage 9 test system, which is a separate install as a VM on VMWare workstation on a different PC and it behaves the same way.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #12  
Old 02-03-2017, 06:20 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
It sounds like you've found a bug... it's odd that manual works and automatic fails... I'll have to setup a clean environment and test this, just I can't really get to it for a couple weeks
Reply With Quote
  #13  
Old 02-03-2017, 10:18 AM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
It sounds like you've found a bug... it's odd that manual works and automatic fails... I'll have to setup a clean environment and test this, just I can't really get to it for a couple weeks
No worries.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #14  
Old 02-17-2017, 05:47 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
It sounds like you've found a bug... it's odd that manual works and automatic fails... I'll have to setup a clean environment and test this, just I can't really get to it for a couple weeks
So the last update you did with Phoenix, was that supposed to fix the issue I've been having? I updated the Phoenix core and BMT, and just added a moving tonight. I'm still getting null pointer exceptions. The first one I think happened after I told Sage to scan for new imports, and the remaining happened when I went I selected the movie in Sage and chose "Manage Metadata" and then chose "Search for Fanart and Metadata". In Sage it just comes back and say "No Matches Found"...

2017-02-17 19:37:35,442 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.TVScraperManager - No TV Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,442 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.MovieScraperManager - No Movie Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,442 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.SearchQueryFactory - Failed to create a SearchQuery for resource: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,442 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.PhoenixMetadataSupport - Failed to do a metadata lookup for: MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]
java.lang.NullPointerException
at sagex.phoenix.metadata.PhoenixMetadataSupport.getMetadataSearchResults(PhoenixMetadataSupport.java:156)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:176)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:116)
at phoenix.metadatascan.GetMetadataSearchResults(metadatascan.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sage.Catbert$ReflectedJEPFunction.run(Catbert.java:2142)
at sage.jep.JEP$CommandEvaluator.evaluate(JEP.java:586)
at sage.jep.JEP.getValueAsObject(JEP.java:428)
at sage.Catbert.evaluateExpression(Catbert.java:641)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4641)
at sage.ZPseudoComp.processParentActions(ZPseudoComp.java:5212)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:4928)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:5127)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.PseudoMenu.addPopup(PseudoMenu.java:754)
at sage.UIManager.addPopup(UIManager.java:2099)
at sage.ZPseudoComp.processOptionsMenu(ZPseudoComp.java:4887)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4849)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4579)
at sage.ZPseudoComp.actionPerformed(ZPseudoComp.java:4562)
at sage.ZPseudoComp.mouseReleased(ZPseudoComp.java:3164)
at sage.ZComp.processMouseEvent(ZComp.java:726)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1605)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1532)
at sage.ZRoot.mouseReleased(ZRoot.java:1461)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
2017-02-17 19:37:35,443 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.TVScraperManager - No TV Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,443 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.MovieScraperManager - No Movie Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,443 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.SearchQueryFactory - Failed to create a SearchQuery for resource: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,443 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.PhoenixMetadataSupport - Failed to do a metadata lookup for: MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]
java.lang.NullPointerException
at sagex.phoenix.metadata.PhoenixMetadataSupport.getMetadataSearchResults(PhoenixMetadataSupport.java:156)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:176)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:116)
at phoenix.metadatascan.GetMetadataSearchResults(metadatascan.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sage.Catbert$ReflectedJEPFunction.run(Catbert.java:2142)
at sage.jep.JEP$CommandEvaluator.evaluate(JEP.java:586)
at sage.jep.JEP.getValueAsObject(JEP.java:428)
at sage.Catbert.evaluateExpression(Catbert.java:641)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4641)
at sage.ZPseudoComp.processParentActions(ZPseudoComp.java:5212)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:5090)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:5127)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.PseudoMenu.addPopup(PseudoMenu.java:759)
at sage.UIManager.addPopup(UIManager.java:2099)
at sage.ZPseudoComp.processOptionsMenu(ZPseudoComp.java:4887)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4849)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4579)
at sage.ZPseudoComp.actionPerformed(ZPseudoComp.java:4562)
at sage.ZPseudoComp.mouseReleased(ZPseudoComp.java:3164)
at sage.ZComp.processMouseEvent(ZComp.java:726)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1605)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1532)
at sage.ZRoot.mouseReleased(ZRoot.java:1461)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
2017-02-17 19:37:35,443 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.TVScraperManager - No TV Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,444 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.MovieScraperManager - No Movie Scraper could handle file: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,444 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.search.SearchQueryFactory - Failed to create a SearchQuery for resource: SageMediaFile [sageId=845193, sageObject=MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]]
2017-02-17 19:37:35,444 [AWT-EventQueue-0] WARN sagex.phoenix.metadata.PhoenixMetadataSupport - Failed to do a metadata lookup for: MediaFile[id=845193 A[845196,845194,"Arrival",0@0217.15:18,116,B] mask=B host=SERVER-W1 encodedBy= format=MPEG2-TS 1:56:22 0 kbps [#0 Video[H.264 23.976025 fps 1920x1080 progressive id=1011]#1 Audio[DTS-MA 48000 Hz 6 channels idx=0 id=1100 eng]#2 Subpic[ id=1200 eng]#3 Subpic[ id=1201 eng]] \\SERVER-W1\MOVIES3\Arrival\BDMV, Seg0[Fri 2/17 15:18:39.720-Fri 2/17 17:15:02.695]]
java.lang.NullPointerException
at sagex.phoenix.metadata.PhoenixMetadataSupport.getMetadataSearchResults(PhoenixMetadataSupport.java:156)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:176)
at phoenix.impl.MediaMetadataAPI.GetMetadataSearchResults(MediaMetadataAPI.java:116)
at phoenix.metadatascan.GetMetadataSearchResults(metadatascan.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sage.Catbert$ReflectedJEPFunction.run(Catbert.java:2142)
at sage.jep.JEP$CommandEvaluator.evaluate(JEP.java:586)
at sage.jep.JEP.getValueAsObject(JEP.java:428)
at sage.Catbert.evaluateExpression(Catbert.java:641)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4641)
at sage.ZPseudoComp.processParentActions(ZPseudoComp.java:5212)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:5090)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.ZPseudoComp.evaluate(ZPseudoComp.java:5127)
at sage.ZPseudoComp.evaluateTree(ZPseudoComp.java:1154)
at sage.PseudoMenu.addPopup(PseudoMenu.java:759)
at sage.UIManager.addPopup(UIManager.java:2099)
at sage.ZPseudoComp.processOptionsMenu(ZPseudoComp.java:4887)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4849)
at sage.ZPseudoComp.processChain(ZPseudoComp.java:4579)
at sage.ZPseudoComp.actionPerformed(ZPseudoComp.java:4562)
at sage.ZPseudoComp.mouseReleased(ZPseudoComp.java:3164)
at sage.ZComp.processMouseEvent(ZComp.java:726)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1605)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1576)
at sage.ZRoot.analyzeMouseEvent(ZRoot.java:1532)
at sage.ZRoot.mouseReleased(ZRoot.java:1461)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #15  
Old 02-17-2017, 06:57 PM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Actually I also tried doing a lookup in BMT of the Dora TV show recordings we have in Sage and got a whole raft of odd errors... There are also a bunch of "Found Movie Title in Wrong Place" that I have no idea what that's about....


2017-02-17 20:42:42,844 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549455, sageObject=MediaFile[id=549455 A[549456,549451,"Max & Ruby",0@1007.00:30,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5505299-0.ts, Seg0[Tue 10/7 0:30:12.183-Tue 10/7 1:00:03.205]]]]
2017-02-17 20:42:42,846 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549457, sageObject=MediaFile[id=549457 A[549458,549451,"Max & Ruby",0@1007.03:00,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5505300-0.ts, Seg0[Tue 10/7 3:00:12.000-Tue 10/7 3:30:03.189]]]]
2017-02-17 20:42:42,848 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549459, sageObject=MediaFile[id=549459 A[549460,549451,"Max & Ruby",0@1103.08:00,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5888352-0.ts, Seg0[Mon 11/3 8:00:11.804-Mon 11/3 8:30:03.026]]]]
2017-02-17 20:42:42,850 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549461, sageObject=MediaFile[id=549461 A[549462,549451,"Max & Ruby",0@1103.12:00,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:45 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5888353-0.ts, Seg0[Mon 11/3 12:00:18.041-Mon 11/3 12:30:03.177]]]]
2017-02-17 20:42:42,851 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549463, sageObject=MediaFile[id=549463 A[549464,549451,"Max & Ruby",0@1104.00:30,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5900679-0.ts, Seg0[Tue 11/4 0:30:11.652-Tue 11/4 1:00:02.874]]]]
2017-02-17 20:42:42,853 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549465, sageObject=MediaFile[id=549465 A[549466,549451,"Max & Ruby",0@1104.03:00,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:48 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5900680-0.ts, Seg0[Tue 11/4 3:00:14.786-Tue 11/4 3:30:02.992]]]]
2017-02-17 20:42:42,855 [14868635@qtp-2927203-4] WARN phoenix.impl.MediaAPI - Invalid Season for TV, so ignoring Title Mask for DecoratedItem: [SageMediaFile [sageId=549467, sageObject=MediaFile[id=549467 A[549468,549451,"Max & Ruby",0@1104.08:00,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]{SeriesInfoID=186120}] \\SERVER-W1\RECORDINGS2\MaxRuby-5900681-0.ts, Seg0[Tue 11/4 8:00:12.110-Tue 11/4 8:30:03.199]]]]
2017-02-17 20:42:42,982 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,984 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,984 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,985 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,986 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,987 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,989 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,989 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,990 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,991 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,991 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,993 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,994 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,995 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,995 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,996 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,996 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,996 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,998 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:42,999 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,000 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,000 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,000 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,001 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,001 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,003 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,003 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,004 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,004 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:42:43,005 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,209 [30142386@qtp-2927203-2] INFO sagex.phoenix.db.PQLParser - Parsing PQL Query: Title contains 'dora'
2017-02-17 20:43:38,210 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,210 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,210 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,210 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,211 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:38,212 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:38,218 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Aloha: With Bonus Cast Gag Reel
2017-02-17 20:43:38,218 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Chappie
2017-02-17 20:43:38,219 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Fifty Shades of Grey
2017-02-17 20:43:38,219 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Free Birds
2017-02-17 20:43:38,225 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Unbroken
2017-02-17 20:43:38,227 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Elena and the Secret of Avalor
2017-02-17 20:43:38,228 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: The Huntsman: Winter's War
2017-02-17 20:43:38,228 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Shelter
2017-02-17 20:43:38,228 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Love Me
2017-02-17 20:43:38,228 [30142386@qtp-2927203-2] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:38,233 [30142386@qtp-2927203-2] INFO phoenix.impl.MediaBrowserAPI - Search for 'Title contains 'dora'' returned 82 results in 23ms
2017-02-17 20:43:38,360 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,361 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,362 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,362 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,362 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,364 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,366 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,368 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,369 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,369 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,369 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,370 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,371 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,374 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:38,374 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:44,583 [Thread-180] INFO sagex.phoenix.metadata.PhoenixMetadataSupport - Automatic refresh fanart in progress: Hints [hints={import_tv_as_recording: false,update_fanart: true,scan_missing_metadata: true,refresh: true,scan_subfolders: true,update_metadata: false,}]
2017-02-17 20:43:44,586 [Thread-180] INFO sagex.phoenix.metadata.MetadataManager - search(): tmdb; SearchQuery [type=MOVIE, fields=empty, hints=Hints [hints={import_tv_as_recording: false,update_fanart: true,scan_missing_metadata: true,refresh: true,scan_subfolders: true,update_metadata: false,}]]
2017-02-17 20:43:44,586 [Thread-180] INFO sagex.phoenix.metadata.MetadataManager - Searching: null using TMDBMetadataProvider[MetadataProviderInfo [id=tmdb, fanartId=tmdb, mediaTypes=[MOVIE], name=themoviedb.org v4]]
2017-02-17 20:43:44,708 [Thread-180] WARN sagex.phoenix.metadata.MetadataManager - Search Failed for: SearchQuery [type=MOVIE, fields=empty, hints=Hints [hints={import_tv_as_recording: false,update_fanart: true,scan_missing_metadata: true,refresh: true,scan_subfolders: true,update_metadata: false,}]] using provider TMDBMetadataProvider[MetadataProviderInfo [id=tmdb, fanartId=tmdb, mediaTypes=[MOVIE], name=themoviedb.org v4]]; Message: com.omertron.themoviedbapi.MovieDbException: ExceptionType=HTTP_404_ERROR, ResponseCode=422, URL=http://api.themoviedb.org/3/search/movie?api_key=d4ad46ee51d364386b6cf3b580fb5d8c&include_adult=false&language=en&search_type=phrase
MetadataException []
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.search(TMDBMetadataProvider.java:401)
at sagex.phoenix.metadata.MetadataManager.search(MetadataManager.java:322)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:554)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:538)
at sagex.phoenix.metadata.RefreshMetadataVisitor.visitFile(RefreshMetadataVisitor.java:65)
at sagex.phoenix.vfs.visitors.FileVisitor.visit(FileVisitor.java:31)
at sagex.phoenix.vfs.AbstractMediaResource.accept(AbstractMediaResource.java:154)
at sagex.phoenix.vfs.VirtualMediaFolder.accept(VirtualMediaFolder.java:179)
at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:123)
at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)
Caused by: com.omertron.themoviedbapi.MovieDbException: ExceptionType=HTTP_404_ERROR, ResponseCode=422, URL=http://api.themoviedb.org/3/search/movie?api_key=d4ad46ee51d364386b6cf3b580fb5d8c&include_adult=false&language=en&search_type=phrase
at com.omertron.themoviedbapi.tools.HttpTools.validateResponse(HttpTools.java:136)
at com.omertron.themoviedbapi.tools.HttpTools.getRequest(HttpTools.java:62)
at com.omertron.themoviedbapi.methods.AbstractMethod.processWrapper(AbstractMethod.java:158)
at com.omertron.themoviedbapi.methods.TmdbSearch.searchMovie(TmdbSearch.java:176)
at com.omertron.themoviedbapi.TheMovieDbApi.searchMovie(TheMovieDbApi.java:1382)
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.getResults(TMDBMetadataProvider.java:409)
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.search(TMDBMetadataProvider.java:399)
... 9 more
2017-02-17 20:43:44,708 [Thread-180] WARN sagex.phoenix.metadata.RefreshMetadataVisitor - Refresh Failed for: SageMediaFile [sageId=550320, sageObject=MediaFile[id=550320 A[550321,128935,"Dora and Friends: Into the City!",0@0208.12:30,30,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:29:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]] \\SERVER-W1\RECORDINGS\DoraandFriendsIntotheCity-DorainClockLand-7174805-0.ts, Seg0[Sun 2/8 12:30:11.725-Sun 2/8 13:00:02.981]]]
2017-02-17 20:43:44,710 [Thread-180] INFO sagex.phoenix.metadata.MetadataManager - search(): tmdb; SearchQuery [type=MOVIE, fields=empty, hints=Hints [hints={import_tv_as_recording: false,update_fanart: true,scan_missing_metadata: true,refresh: true,scan_subfolders: true,update_metadata: false,}]]
2017-02-17 20:43:44,710 [Thread-180] INFO sagex.phoenix.metadata.MetadataManager - Searching: null using TMDBMetadataProvider[MetadataProviderInfo [id=tmdb, fanartId=tmdb, mediaTypes=[MOVIE], name=themoviedb.org v4]]
2017-02-17 20:43:44,779 [Thread-180] WARN sagex.phoenix.metadata.MetadataManager - Search Failed for: SearchQuery [type=MOVIE, fields=empty, hints=Hints [hints={import_tv_as_recording: false,update_fanart: true,scan_missing_metadata: true,refresh: true,scan_subfolders: true,update_metadata: false,}]] using provider TMDBMetadataProvider[MetadataProviderInfo [id=tmdb, fanartId=tmdb, mediaTypes=[MOVIE], name=themoviedb.org v4]]; Message: com.omertron.themoviedbapi.MovieDbException: ExceptionType=HTTP_404_ERROR, ResponseCode=422, URL=http://api.themoviedb.org/3/search/movie?api_key=d4ad46ee51d364386b6cf3b580fb5d8c&include_adult=false&language=en&search_type=phrase
MetadataException []
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.search(TMDBMetadataProvider.java:401)
at sagex.phoenix.metadata.MetadataManager.search(MetadataManager.java:322)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:554)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:538)
at sagex.phoenix.metadata.RefreshMetadataVisitor.visitFile(RefreshMetadataVisitor.java:65)
at sagex.phoenix.vfs.visitors.FileVisitor.visit(FileVisitor.java:31)
at sagex.phoenix.vfs.AbstractMediaResource.accept(AbstractMediaResource.java:154)
at sagex.phoenix.vfs.VirtualMediaFolder.accept(VirtualMediaFolder.java:179)
at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:123)
at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)
Caused by: com.omertron.themoviedbapi.MovieDbException: ExceptionType=HTTP_404_ERROR, ResponseCode=422, URL=http://api.themoviedb.org/3/search/movie?api_key=d4ad46ee51d364386b6cf3b580fb5d8c&include_adult=false&language=en&search_type=phrase
at com.omertron.themoviedbapi.tools.HttpTools.validateResponse(HttpTools.java:136)
at com.omertron.themoviedbapi.tools.HttpTools.getRequest(HttpTools.java:62)
at com.omertron.themoviedbapi.methods.AbstractMethod.processWrapper(AbstractMethod.java:158)
at com.omertron.themoviedbapi.methods.TmdbSearch.searchMovie(TmdbSearch.java:176)
at com.omertron.themoviedbapi.TheMovieDbApi.searchMovie(TheMovieDbApi.java:1382)
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.getResults(TMDBMetadataProvider.java:409)
at sagex.phoenix.metadata.provider.tmdb.TMDBMetadataProvider.search(TMDBMetadataProvider.java:399)
... 9 more
2017-02-17 20:43:44,779 [Thread-180] WARN sagex.phoenix.metadata.RefreshMetadataVisitor - Refresh Failed for: SageMediaFile [sageId=550417, sageObject=MediaFile[id=550417 A[550418,31676,"Dora the Explorer",0@0214.17:00,60,T V] mask=TV host=SERVER-W1 encodedBy= format=MPEG2-TS 0:59:51 2884 kbps [#0 Video[H.264 29.97003 fps 1920x1080 16:9 interlaced id=1011]#1 Audio[AC3 48000 Hz 2 channels 384 kbps MAIN idx=1 id=1100]] \\SERVER-W1\RECORDINGS\DoratheExplorer-DorasWorldAdventure-7263064-0.ts, Seg0[Sat 2/14 17:00:12.020-Sat 2/14 18:00:03.156]]]
2017-02-17 20:43:58,442 [30259541@qtp-2927203-5] INFO sagex.phoenix.db.PQLParser - Parsing PQL Query: Title contains 'dora'
2017-02-17 20:43:58,443 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,444 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,444 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,444 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,444 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:58,444 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,445 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,446 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:58,446 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,446 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for:
2017-02-17 20:43:58,446 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:58,455 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Aloha: With Bonus Cast Gag Reel
2017-02-17 20:43:58,455 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Chappie
2017-02-17 20:43:58,458 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Fifty Shades of Grey
2017-02-17 20:43:58,458 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Free Birds
2017-02-17 20:43:58,474 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Unbroken
2017-02-17 20:43:58,476 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Elena and the Secret of Avalor
2017-02-17 20:43:58,479 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: The Huntsman: Winter's War
2017-02-17 20:43:58,479 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Shelter
2017-02-17 20:43:58,479 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Love Me
2017-02-17 20:43:58,479 [30259541@qtp-2927203-5] WARN sagex.phoenix.vfs.sage.SageMediaFile - Found Movie Title is wrong place for: Lavender
2017-02-17 20:43:58,489 [30259541@qtp-2927203-5] INFO phoenix.impl.MediaBrowserAPI - Search for 'Title contains 'dora'' returned 82 results in 47ms
2017-02-17 20:43:58,661 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,662 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,663 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,664 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,664 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,665 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,668 [30259541@qtp-2927203-5] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,669 [14868635@qtp-2927203-4] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,669 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,669 [32335009@qtp-2927203-6] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,669 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,670 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,672 [22169859@qtp-2927203-1] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,673 [30142386@qtp-2927203-2] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
2017-02-17 20:43:58,673 [22409986@qtp-2927203-8] WARN sagex.phoenix.fanart.AdvancedFanartMediaRequestHandler - Fanart Failed: 404; Fanart not found
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #16  
Old 02-18-2017, 06:43 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
The Null Pointer exception is interesting... but I can't really tell what's happening there, since, it's coming from a plugin, and it could be that the plugin is hard coding a metadata lookup, like imdb, that doesn't exists, etc, so doing it in bmt, is a good test.

In the case of bmt... the long list of WARN messages about "Fanart Failed: 404; Fanart not found" and 'Found Movie Title is wrong place for" are not errors, but warnings. ie, in displaying the list of movies/tv, BMT could not find a fanart cover, etc, for a given item.

It's likely that for some of these things you need to add Matchers. For example.. with a litle like...

DoratheExplorer-

The lookup will be "Dorathe Explorer" and it will likely fail.

It is interesting that the metadata fields are showing up empty, though, since I wouldn't expect that. I can try to add these as test files into my environement and see what happens... I have lots of tests that I run on BMT/Phoenix with each release, and haven't seen this type of error.
Reply With Quote
  #17  
Old 02-18-2017, 10:28 AM
SteveW's Avatar
SteveW SteveW is offline
Sage Aficionado
 
Join Date: Oct 2008
Location: Fall River, Nova Scotia, Canada
Posts: 389
Quote:
Originally Posted by stuckless View Post
The Null Pointer exception is interesting... but I can't really tell what's happening there, since, it's coming from a plugin, and it could be that the plugin is hard coding a metadata lookup, like imdb, that doesn't exists, etc, so doing it in bmt, is a good test.
You lost me a little bit there... so you're saying that even tho this is the Phoenix log that error is coming from a plug in? I only have CMT, BMT, Web server, caller ID, and comskip installed, so that would mean CMT. When I added that movie and did an import discover, I thought it was Phoenix core/CMT that did the lookup. It's also still the same problem as I had prior to the update you did - if I try to use the BMT menu options in Sage to look up the movie I get "no search results found". If I do it thru the BMT Web interface, it works.
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver

Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3
Reply With Quote
  #18  
Old 02-18-2017, 11:23 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by SteveW View Post
You lost me a little bit there... so you're saying that even tho this is the Phoenix log that error is coming from a plug in? I only have CMT, BMT, Web server, caller ID, and comskip installed, so that would mean CMT. When I added that movie and did an import discover, I thought it was Phoenix core/CMT that did the lookup. It's also still the same problem as I had prior to the update you did - if I try to use the BMT menu options in Sage to look up the movie I get "no search results found". If I do it thru the BMT Web interface, it works.
BMT does not have a menu in sage so that menu is likely from CMT which would be the plugin Stuckless is talking about.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #19  
Old 02-18-2017, 12:40 PM
JREkiwi's Avatar
JREkiwi JREkiwi is offline
Sage Icon
 
Join Date: Jan 2005
Location: Auckland, New Zealand
Posts: 2,132
I'll have a look and try to see what's happening with the CMT lookup, although I don't think it's doing anything other than passing it straight to Phoenix.

John
Reply With Quote
  #20  
Old 02-18-2017, 01:25 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by JREkiwi View Post
I'll have a look and try to see what's happening with the CMT lookup, although I don't think it's doing anything other than passing it straight to Phoenix.

John
Yeah, I don't necessarily it's your plugin... unless your plugin is forcing a specific type of lookup that doesn't exist. If you are simply calling the phoenix api and letting it do it's thing, then likely it's something in phoenix.
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
Complementary Metadata Tools Galaxysurfer SageTV v7 Customizations 7 10-15-2016 12:31 PM
Metadata Tools 4.x (Released) stuckless Batch Metadata Tools 39 12-07-2010 09:40 AM
Warring metadata tools davidk21770 SageTV v7 Customizations 1 06-09-2010 11:07 AM
Metadata Tools Roadmap stuckless Batch Metadata Tools 0 05-21-2010 12:41 PM


All times are GMT -6. The time now is 08:05 PM.


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