|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
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 |
#22
|
||||
|
||||
Quote:
And who or what is responsible for installing these JAR's? (I ended up uninstalling both BMT and Phoenix Core last night. I'll try reinstalling at a later date.) Last edited by phelme; 02-24-2017 at 02:40 PM. |
#23
|
||||
|
||||
Quote:
My bad...
__________________
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 |
#24
|
||||
|
||||
Well, I uninstalled and reinstalled BMT & Phoenix Core. Still can't get movie metadata, but am now getting a different error. The NoSuchMethodError is now gone, replaced with MetadataException.
I did find two JARs that I guess are related to the TheMovieDB API. they are: themoviedb-3.0.0.jar themoviedbapi-4.1.jar I tried removing "themovidedb-3.0.0.jar" file thinking it must be the old API, but when I do that, no tmdb choice at all is given in the Search Options metadata dialog box, there's just thetvdb and htbackdrops. Are those the right JAR files and versions and should they both be there?? Code:
Fri 2/24 15:36:45.155 [8512556@qtp-15577584-4@81e42c] [8512556@qtp-15577584-4] WARN org.jdna.bmt.web.server.BrowsingServicesImpl - WebUI Search failed for: SearchQuery [type=MOVIE, fields={QUERY: Lincoln,YEAR: 2012,}, hints=Hints [hints=empty]] Fri 2/24 15:36:45.156 [8512556@qtp-15577584-4@81e42c] MetadataException [query=SearchQuery [type=MOVIE, fields={QUERY: Lincoln,YEAR: 2012,}, hints=Hints [hints={update_fanart: true,update_metadata: true,scan_missing_metadata: true,scan_subfolders: true,import_tv_as_recording: true,}]], ] Fri 2/24 15:36:45.156 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.157 [8512556@qtp-15577584-4@81e42c] at sagex.phoenix.metadata.MetadataManager.search(MetadataManager.java:363) Fri 2/24 15:36:45.157 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.157 [8512556@qtp-15577584-4@81e42c] at org.jdna.bmt.web.server.BrowsingServicesImpl.searchForMetadata(BrowsingServicesImpl.java:458) Fri 2/24 15:36:45.158 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.158 [8512556@qtp-15577584-4@81e42c] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Fri 2/24 15:36:45.158 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.159 [8512556@qtp-15577584-4@81e42c] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Fri 2/24 15:36:45.159 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.159 [8512556@qtp-15577584-4@81e42c] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Fri 2/24 15:36:45.159 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.160 [8512556@qtp-15577584-4@81e42c] at java.lang.reflect.Method.invoke(Unknown Source) Fri 2/24 15:36:45.160 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.160 [8512556@qtp-15577584-4@81e42c] at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:587) Fri 2/24 15:36:45.161 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.161 [8512556@qtp-15577584-4@81e42c] at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:333) Fri 2/24 15:36:45.161 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.162 [8512556@qtp-15577584-4@81e42c] at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:303) Fri 2/24 15:36:45.162 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.162 [8512556@qtp-15577584-4@81e42c] at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373) Fri 2/24 15:36:45.162 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.163 [8512556@qtp-15577584-4@81e42c] at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) Fri 2/24 15:36:45.163 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.163 [8512556@qtp-15577584-4@81e42c] at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) Fri 2/24 15:36:45.164 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.164 [8512556@qtp-15577584-4@81e42c] at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) Fri 2/24 15:36:45.164 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.165 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502) Fri 2/24 15:36:45.165 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.165 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389) Fri 2/24 15:36:45.166 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.166 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) Fri 2/24 15:36:45.166 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.167 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) Fri 2/24 15:36:45.167 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.167 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) Fri 2/24 15:36:45.168 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.168 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) Fri 2/24 15:36:45.168 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.169 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) Fri 2/24 15:36:45.169 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.169 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) Fri 2/24 15:36:45.169 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.170 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) Fri 2/24 15:36:45.170 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.171 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:230) Fri 2/24 15:36:45.171 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.171 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) Fri 2/24 15:36:45.172 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.172 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.Server.handle(Server.java:326) Fri 2/24 15:36:45.172 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.172 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) Fri 2/24 15:36:45.173 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.173 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879) Fri 2/24 15:36:45.173 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.174 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747) Fri 2/24 15:36:45.174 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218) Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Fri 2/24 15:36:45.175 [8512556@qtp-15577584-4@81e42c] Last edited by phelme; 02-24-2017 at 05:51 PM. |
#25
|
|||
|
|||
3.0 one should not be there so remove it while the server is not running.
Not sure why you are not seeing the movie db option but try clearing all caches or a different browser. k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#26
|
||||
|
||||
That seems odd to not see any tmdb option. At this point it seems like your setup didn't upgrade correctly. ie, it seems like some of your configs in the STVs/Phoenix/ area is not upgraded (maybe). If you don't see tmdb in your list, then for sure it's not going work.
__________________
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 |
#27
|
||||
|
||||
Quote:
Who is responsible for installing the JAR, is it part of SageTV v9 or Phoenix? I'll try clearing the entire STVs/Phoenix directory, place v4.1 of the tmdb API JAR back and reinstall Phoenix Core again. EDIT: Bingo! Letting a Phoenix Core reinstall do a a rebuild of the STVs/Phoenix directory (and putting the v4.1 tmdb API JAR back) did the trick. Thanks! Last edited by phelme; 02-25-2017 at 01:29 PM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Phoenix Core Services Failed after update | SWKerr | Phoenix | 8 | 05-18-2016 03:01 PM |
Phoenix 2.5.0 Update (api, core, and UI) | stuckless | Phoenix | 38 | 05-15-2013 03:49 PM |
URGENT: Please Update to Phoenix Core 2.3.41 | stuckless | Batch Metadata Tools | 1 | 09-01-2011 07:24 PM |
URGENT: Please Update to Phoenix Core 2.3.41 | stuckless | Phoenix | 0 | 09-01-2011 07:14 PM |
Minor Update to 4.3 (actually phoenix core services) | stuckless | Batch Metadata Tools | 1 | 07-30-2010 09:00 AM |