SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-28-2022, 10:13 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
What's the current status of TVDB in Batch Metadata Tools?

Is it now totally not working? That is what it looks like to me, but perhaps I have something wrong. I know the old API was supposed to stop working, but I believe the shutoff date was extended.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #2  
Old 05-29-2022, 06:58 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
Is it now totally not working? That is what it looks like to me, but perhaps I have something wrong. I know the old API was supposed to stop working, but I believe the shutoff date was extended.
I just ran through all the TVDB test cases in the source and all passed. That means that the old api that Phoenix (BMT) is still using is still working (at least for the test cases we have in the code).

Can you provide logs and/or details on the issues you are seeing?

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #3  
Old 05-29-2022, 09:45 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
It looks like it is not working for my new server which is running the newer docker versions of SageTV and Jetty, but it is working with my old server that is running the old Jetty and SageTV.

New Server, where TVDB doesn't work is SageTV 9.2.8.1 Java 11.0.2 - not sure how to get Jetty version.

Old server, where TVDB does work is SageTV 9.2.268 Java 1.8.0_111

What logs should I be looking at for troubleshooting?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #4  
Old 05-29-2022, 10:17 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Logs in the logs folder...likely Phoenix and Metadata logs. The sagetv_0.txt may help as well.

I will run a test under Java 11 and see if that is the issue.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #5  
Old 05-29-2022, 10:56 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Here are the three logs in zip files:
Attached Files
File Type: zip sagetv_0.zip (716.4 KB, 33 views)
File Type: zip phoenix-metadata.zip (22.6 KB, 34 views)
File Type: zip phoenix.zip (413.5 KB, 30 views)
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #6  
Old 05-29-2022, 11:21 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
FYI - TMDB works fine, so that's why I thought that this was just a TVDB problem.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #7  
Old 05-29-2022, 11:33 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
Here are the three logs in zip files:
Based on the logs the issue is with Java 11 and the TVDB api Java wrapper phoenix uses which seems to be not compatible with Java 11.

The fix may be simple but I will need to dig into it to know for sure.

You can fix it by switching to the Java 8 docker or wait till I see if I can resolve it.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #8  
Old 05-29-2022, 12:33 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Thanks for investigating. For now I will keep going with the Java 11 as I don't want to screw around too much with the SageTV install.

I guess this needs to be updated anyway since the old API will be shut off sometime soon.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #9  
Old 06-05-2022, 08:51 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
As info, I have begun to work on the TVDB v4 update that will allow users to use the latest from that source and ensure we have a source for when the older tvdb api versions are turned off.

Keep in mind, users will need a user PIN that they get from TVDB directly for $11.99 USD annually... No portion comes to me btw.

I will start a thread with updates as I progress.

PS... This release will include a free TV Metadata option from TMDB as well as the ability to use Metadata but skip the overhead of fanart.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #10  
Old 06-06-2022, 09:00 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
What versions of Java will this work for? 8 and 11? Or others as well?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #11  
Old 06-06-2022, 01:45 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
What versions of Java will this work for? 8 and 11? Or others as well?
I will target 8 and 11 but testing will tell. I am writing the code direct rather than using a wrapper like the old tmdb and tvdb providers used so it should work on either 8 or 11 and likely 16

I will attempt to fix the old wrapper as well in case they push out the cancelation of the older api versions

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #12  
Old 06-06-2022, 01:53 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Thanks Ken.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #13  
Old 06-18-2022, 06:40 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
It looks like it is not working for my new server which is running the newer docker versions of SageTV and Jetty, but it is working with my old server that is running the old Jetty and SageTV.

New Server, where TVDB doesn't work is SageTV 9.2.8.1 Java 11.0.2 - not sure how to get Jetty version.

Old server, where TVDB does work is SageTV 9.2.268 Java 1.8.0_111

What logs should I be looking at for troubleshooting?
EDIT: see the below post for a cleaner resolution... here

I have this resolved for the next Phoenix version which will also include the paid TVDBv4 provider plus other fixes. I am not ready to release it yet but I believe if you copy the jar from the attached zip file into your JARs folder on the java 11 appdata Sage folder when the docker is stopped, and then restart the docker it should resolve this issue on Java 11.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page

Last edited by jusjoken; 06-18-2022 at 11:07 AM. Reason: Attachment removed
Reply With Quote
  #14  
Old 06-18-2022, 07:06 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by jusjoken View Post
I have this resolved for the next Phoenix version which will also include the paid TVDBv4 provider plus other fixes. I am not ready to release it yet but I believe if you copy the jar from the attached zip file into your JARs folder on the java 11 appdata Sage folder when the docker is stopped, and then restart the docker it should resolve this issue on Java 11.

K
I also just published an update to the "TheTVDB" plugin which phoenix uses. If you go into the installed plugin list you will see an update available for this plugin...install the update and it should resolve this issue.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #15  
Old 06-18-2022, 11:03 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Thanks Ken. Do you have to both changing the JAR and updating the plugin, or just update the plugin?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #16  
Old 06-18-2022, 11:05 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
Thanks Ken. Do you have to both changing the JAR and updating the plugin, or just update the plugin?
Just update the plugin...it will update the jar
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #17  
Old 06-19-2022, 05:26 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
TVDB appears to now work for me on Java 11. Thanks Ken - that's awesome!
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
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
Batch Metadata Tools - Start Here stuckless Batch Metadata Tools 63 05-31-2017 11:26 PM
BMT fails to fetch tvdb metadata scanner95 Batch Metadata Tools 1 02-15-2011 08:35 AM
Feedback on BMT - Batch Metadata Tools Brent Batch Metadata Tools 7 11-15-2010 10:25 PM
STV Import: Batch Metadata Importer Tools for Default STV Tiki Batch Metadata Tools 23 05-03-2010 09:52 PM
Batch Metadata Tools new releases subscription thread stuckless Customization Announcements 18 02-17-2010 09:27 PM


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


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