PDA

View Full Version : Get Online Video Metadata not working



taread68
05-20-2016, 04:12 AM
Since updating to Mezzmo 5 "Get Online Video Metadata" is no longer working. After I add a new video, I attempted to update the metadata through properties/Get Online Video and Metadata and select "Search", I get the message "Mezzmo cannot find any video metadata that matches the title". I have verified the title of the video I am trying to update and it is correct. This was working fine before upgrading to mezzmo 5.

Paul
05-20-2016, 11:13 AM
Just tried it here and it is working fine. One possibliity is the online movie site (themoviedb.org) may have been down at the time that you tried to use it. Try again now and, if still a problem, then email us at support [at] conceiva [dot] com and we'll find out what's going wrong for you.

Eagle009
08-01-2019, 03:21 PM
Hi,

Is there an issue with the TV Shows Metadata site? I cannot get any info for any shows i have download for two days now

John

martyd
08-01-2019, 05:39 PM
Paul, it's Thetvdb thats the problem. Movies get metadata ok, TV Shows get an error. Still happening.

jbinkley60
08-01-2019, 07:33 PM
It's a problem with Thetvdb.com's website. I am getting 404 Not Found errors from their Nginx load balancer when doing direct API calls to the PHP database. Here's an example:

https://www.thetvdb.com/api/GetSeries.php?language=en-US&seriesname=Jeopardy

What I don't know is whether this is a real outage or whether they made an API change. Peter can probably help answer this question.

martyd
08-01-2019, 10:04 PM
JB you're probably right about the API. It's possible to search and browse the website, so not an outage.

morden
08-01-2019, 10:52 PM
I believe it's an updated API as they (Thetvdb.com) recently announced an upgrade to version 3 from the looks of it.

cchasecfi
08-02-2019, 05:15 AM
Hello. I have been getting the same problem since yesterday, (7/31/2019). Is there a fix available yet?

mail@edgars.org
08-02-2019, 07:19 AM
https://www.thetvdb.com/blog/something_new

Peter
08-02-2019, 09:30 AM
We are investigating the problem and will let you know when a fix is ready.

jbinkley60
08-03-2019, 11:57 PM
The metadata is working again today. You can test it with : https://www.thetvdb.com/api/GetSeries.php?language=en-US&seriesname=Jeopardy

cchasecfi
08-04-2019, 04:57 AM
Confirmed...Good Job!

jbinkley60
08-04-2019, 08:08 AM
I can't take the credit here. it looks like TheTVDB.com rolled back their API update back to version 2 to fix. I've seen other threads in the Kodi forums where folks are having issues because they didn't update their apps to v3. Here's the official thread (https://forums.thetvdb.com/viewtopic.php?f=118&t=57711) .

martyd
11-15-2019, 12:57 PM
Looks like thetvdb.com have rolled out v3 API again. Get Video Metadata in Mezzmo is broken for TV shows.

Peter
11-15-2019, 03:00 PM
It stopped working last weekend also then was working the next day. Please check tomorrow to see if it is working.

jbinkley60
11-16-2019, 09:37 AM
It stopped working last weekend also then was working the next day. Please check tomorrow to see if it is working.

Here's the thread (https://forums.thetvdb.com/viewtopic.php?f=3&p=162869#p162869) on v3 and v1/v2 support.

martyd
11-16-2019, 12:49 PM
Still broken today.

HomerRamone
11-16-2019, 07:35 PM
Broken here too :(

jbinkley60
11-18-2019, 08:07 AM
Yep. The Kodi forums also have a banner up about the issue because this broke most of the Kodi TV database scrapers. The TVDB folks have been posting updates in the link I posted above. One thing The TVDB folks mentioned is old TLS libraries which leverage SSLv3, which they have disabled. That is an old insecure encryption method. If Mezzmo relies on it then they will need to address.

Peter
11-18-2019, 09:11 AM
Mezzmo sends API requests directly to thetvdb.org using curl so there are no libraries used which rely upon SSLv3.

icorrie
11-18-2019, 08:06 PM
Broken here too, as been all weekend + monday.

jbinkley60
11-20-2019, 12:33 AM
It looks like they are making some progress at TVDB. The API call now returns text but the XML formatting is missing. Here's an example link (https://www.thetvdb.com/api/GetSeries.php?language=en-US&seriesname=Jeopardy) . Based upon what I am seeing in the TVDB forums they are more focused on the v2 and v3 API issues but there is a thread (https://forums.thetvdb.com/viewtopic.php?f=17&t=60126) on the v1 APi issues .

jbinkley60
11-22-2019, 06:46 PM
Peter,

I don't know when the TVDB folks are going to fix this. I do see where the Kodi team and others have started migrating to API v3, which the TVDB folks are focused on maintaining going forward. Is there an option for Mezzmo to be updated to support the v3 API ?

HomerRamone
11-24-2019, 03:08 AM
Its not finding any metadata for movies either now - not for me at least.

jbinkley60
11-24-2019, 08:49 AM
Movies working fine for me. The go against IMDB and not TVDB for the metadata. I am temporarily using Tiny Media Manager (https://www.tinymediamanager.org/) to create MFO files for new TV episodes. it is more time consuming than the built-in Mezzmo scraper but it works.

Peter
11-25-2019, 09:12 AM
Unfortunately we do not have time currently to migrate to API v3 so we have to rely upon TVDB fixing the API we are currently using.

icorrie
11-27-2019, 11:57 PM
Unfortunately we do not have time currently to migrate to API v3 so we have to rely upon TVDB fixing the API we are currently using.

Our license fees don't justify any ongoing maintenance of the application, then?

Peter
11-28-2019, 09:16 AM
Our license fees don't justify any ongoing maintenance of the application, then?

When you purchase Mezzmo/DownloadStudio:

* you own your license of Mezzmo/DownloadStudio for life
* you receive minor updates and bug fixes for free
* major new releases may be charged and this is determined on a case-by-case basis. To date, we have not charged for any new major version that we have released and the upcoming major new version we are developing now will be free to all registered users.

I have had a look at the response returned from thetvdb.org and it appears that they are returning 'all' in the language tag instead of 'en' and Mezzmo is rejecting the results because of this. You can set the language to 'all' instead of 'en' and the search will return results. Posters are not working due to a permissions issue when accessing the URL.

jbinkley60
11-28-2019, 09:37 AM
Peter,

I changed the language from EN to ALL and did a Get Metadata for an individual episode and I do get something back from TVDB but there is no episode list to choose the correct episode.

Peter
11-28-2019, 09:50 AM
Yes it is not returning episode data in the response.

Peter
12-02-2019, 02:46 PM
We have fixed the metadata retrieval in Mezzmo. Please send an email to support [at] conceiva [dot] com and we will send you the updated beta for testing.

jbinkley60
12-04-2019, 08:21 PM
The updated beta resolves the TVDB metadata issue for on demand retrieval, newly discovered TV episodes and when running maintenance. Nice job Peter and company. Thanks.

icorrie
12-04-2019, 09:57 PM
Working here also, thanks Peter.

Notice the splash screen shows "Mezzmo 6" interesting :D

shap4ever
12-05-2019, 06:26 AM
Hi Peter,

I installed your software yesterday and after 2 hours struggling for metadata problem just find here! Would you please give this beta to free users like me too?

ty

HomerRamone
12-05-2019, 07:16 AM
Dont suppose there is an ETA for the full release. Im tempted to mail and ask for the beta - but then it would be own fault if it all goes pete tong.. Im sure it wont but...

Peter
12-05-2019, 08:22 AM
There is no ETA for the full release as yet but you can email support to get access to the beta.

steve+t429
12-05-2019, 09:03 AM
All looking good now for me too, so thanks for the fix Peter:) Looking forward to the new Mezzmo 6!

RonB
12-05-2019, 09:30 AM
Working great here, thanks for fixing!

morden
12-12-2019, 03:39 AM
Update working fantastic...even better than the previous version as there were a few titles that it wouldn't get the correct information from TVDB such as the new Magnum P.I. and several other shows. Thanks for the beta fix Peter and keep up the excellent work!! P.S. Looking forward to the new Mezzmo 6 just like everyone else is :cool:

martyd
12-12-2019, 10:34 AM
Yes, working fine for me too on everything except Eastenders. It returns the description, but not the Episode info or the Artwork. Logging in to Thetvdb everything appears to be there. Would that be a Mezzmo issue or a Thetvdb issue?

Peter
12-12-2019, 11:45 AM
There was an issue in the beta where the metadata was larger than 1Mb. The beta is now allocating a larger buffer for the extracted data, please try downloading the beta again to see if this fixes it.

martyd
12-12-2019, 12:10 PM
Sorry Peter. It hasn't worked. (I just installed over the top and when the installer asked "Do you want to Repair the existing Version" I said yes). Tried this twice but hasn't fixed it. The will be a lot of Episode data - 4 nights a week for 35 years!

Conerva
12-13-2019, 06:17 AM
Why choose American Standard?

American Standard is the brand that has been around since 2007. It came into being with the merger of Crane and Elijer Plumbing. The products from this brand are some of the most affordable options available on the market.
& to put the cherry on the top these high-quality affordable products are backed by the best warranty in the industry. You can’t simply ask for more!
Apart from their 1-piece and 2-piece designs, the brand is also well-known for its accessories such as replacement flushing systems and toilet seats.
One of the brand’s top draws is the American Standard Champion 4 max. The Champion 4 max toilet (https://bestflushingtoilet.org/american-standard-toilets/champion-4-max-reviews) is made of vitreous china and it features the brand’s signature EverClean surface.
American Standard has sleekness in its designs and doesn’t have those gaudy colors. It allows the company to simplify the production process and keeps the inventory down.

Peter
12-13-2019, 10:32 AM
We have made a change so that the required size is read from the zip file central directory, Eastenders is working now. Please download the updated beta again.

martyd
12-13-2019, 02:07 PM
Hi Peter, that's done the trick. Thanks once again for your excellent and prompt support.

jbinkley60
12-24-2019, 08:35 AM
There was an issue in the beta where the metadata was larger than 1Mb. The beta is now allocating a larger buffer for the extracted data, please try downloading the beta again to see if this fixes it.

I download this latest update and it fixed a problem I was having with one particular TV series not populating with the earlier update. Thanks Peter and team. Great job.

Marty Mcfly
12-30-2019, 09:24 AM
Hello everyone, I am a user of Mezzmo free version 5.2.0.0, and I would need the beta version to repair the problem with the tv show metadata, you cannot download any data, I have already contacted the support of concevia by mail and FB msg but I have no answer. Thank you.

Paul
12-30-2019, 09:55 AM
Hello everyone, I am a user of Mezzmo free version 5.2.0.0, and I would need the beta version to repair the problem with the tv show metadata, you cannot download any data, I have already contacted the support of concevia by mail and FB msg but I have no answer. Thank you.

Please be patient until Jan 2nd. Our office is currently closed. We will respond promptly when we return to the office. Many thanks!

jbinkley60
01-11-2020, 08:44 AM
FYI, the TVDB database / website is having intermittent issues again today. Some TV series are working and others are not. It's also being reported on the Kodi forums by a number of other metadata scrapers.

martyd
01-11-2020, 09:21 AM
Is it intermittent issues, or is it due to the following announcement in Thetvdb forums? (my Bolding).

"Dear Users,

As you probably know, we cutover to a new infrastructure, API, and website in early November 2019 and with that update came the introduction of some modern security features. However, as with any update, the transition revealed some upgrades we needed to make and we have made the tough decision to stop supporting a feature which may require some legacy users of the site to update their media centers. One issue that we encountered was that some older versions of Python (mostly 2.7) experienced issues due to a bug in their bundled url libraries. This caused some old scrapers and players to experience a SSL handshake failure due to outdated/unsupported TLS support. We put a temporary fix in place to remedy the issue and worked with some partners to put in a fix for their users, but our temporary solution is hugely expensive and presents a security issue for the site, the integrity of the data, and our users. Ultimately, we can no longer sustain this support and will be sunsetting our temporary fix soon. It may be in your best interest to reach out to the developers of your specific media center software to see if your system will be affected and if there are any upgrades that will solve this issue. We are sorry to discontinue the support of any technology that our users have become reliant upon, but this transition has made apparent that deprecating some of our older systems and early APIs is the only way we can continue to grow and build the best that TheTVDB has to offer.

Sincerely,
TheTVDB Team"

jbinkley60
01-11-2020, 07:31 PM
It is specific to certain TV series and not the connection method. Some of the TV series which weren't working are now working again. I am still see 1 or 2 which aren't. I've tried other scrapers with teh same results. As well this is being reported on the Kodi forum.

martyd
01-11-2020, 08:30 PM
Yes, you're right, JB. Some are working, some are not. Some will not respond unless the year of first release is appended. For example, Father Brown returns nothing (it used to return the 1975 series). Father Brown 2013 returns the correct data. I suppose we'll just have wait to see what happens.

jbinkley60
01-12-2020, 05:31 AM
Looks like everything is working again. I am no longer getting any failures.

Virtul
01-18-2020, 06:00 AM
Still not working for me. Only tv shows, movies are collecting fine.
I've installed tool called Fiddler which displays all web requests in the system.
It showed that mezzmo sends a request to "http://www.thetvdb.com/api/GetSeries.php?seriesname=The+New+Adventures+of+Win nie+the+Pooh&language=all"
When I open it in the browser, everything works fine and I get a valid response. But not in mezzmo, which says it can't find anything.
I guess this happens because thetvdb responds with 301 status code to each request. Could somebody verify this please?

Upd: yep, looks like thetvdb forwards all http requests to https with 301 code, I tried rewriting these request using Charles tool, it can automatically convert http to https, but that didn't help, mezzmo still shows the error :(

jbinkley60
01-18-2020, 09:50 AM
Still not working for me. Only tv shows, movies are collecting fine.
I've installed tool called Fiddler which displays all web requests in the system.
It showed that mezzmo sends a request to "http://www.thetvdb.com/api/GetSeries.php?seriesname=The+New+Adventures+of+Win nie+the+Pooh&language=all"
When I open it in the browser, everything works fine and I get a valid response. But not in mezzmo, which says it can't find anything.
I guess this happens because thetvdb responds with 301 status code to each request. Could somebody verify this please?

Upd: yep, looks like thetvdb forwards all http requests to https with 301 code, I tried rewriting these request using Charles tool, it can automatically convert http to https, but that didn't help, mezzmo still shows the error :(

Have you installed the beta patch which fixes the TVDB retrieval issues due to their APi change ? If not, write support and ask for the patch.

martyd
05-17-2023, 10:13 AM
Looks like this is broken again, but only for some shows. For instance, 911 S06E18 gets correct metadata for the episode, but Chicago Med S08E20 retrieves the show but not the episode info. The episode list returned is not in any order and seems to go no further than S05. Also Eastenders currently on S39 only shows up to S09.

I logged into thetvdb.org and all the episodes are there, so it's something to do with the retrieval of data, perhaps.

martyd
05-19-2023, 09:16 AM
It looks like it's affecting long running shows, so lots of episode data to return. Shows with fewer episodes seem to work fine. Is there a size limit that could be causing this?

jbinkley60
05-19-2023, 06:48 PM
It looks like it's affecting long running shows, so lots of episode data to return. Shows with fewer episodes seem to work fine. Is there a size limit that could be causing this?

This looks like something on the source side. I have checked a few shows with many episodes (i.e. Blue Bloods, Cheers, Heartland etc..) and they work fine. I agree Chicago Med is a mess, with the episodes not being in order, missing etc.. Mezzmo is using the older TVDB API interface, which TVDB is eventually shutting down in lieu of moving to v4 of the API. Unfortunately, from what I understand, TVDB is maintaining the rights and authoring for v4 clients. They provided one for Kodi. Peter had mentioned that once TVDB begins to really shut down the old API that Mezzmo would look to move to TMDB for episode metadata.


Thanks,

Jeff

martyd
05-20-2023, 08:22 AM
Thanks, Jeff. Looks like we'll just have to wait and see.

jbinkley60
05-20-2023, 06:28 PM
Thanks, Jeff. Looks like we'll just have to wait and see.

It looks like the issue is starting to spread on TVDB. I checked Young Sheldon for an episode which worked a week ago and is now missing when doing a Get Online Video Metadata. My conspiracy theory tingle thinks TVDB may be doing this to move people off their old API onto their new pay API. Of course the more likely scenario is that it is starting to break due to a lack of attention and support. We'll see what Peter thinks.


Thanks,

Jeff

martyd
05-21-2023, 08:34 AM
My conspiracy theory tingle thinks TVDB may be doing this to move people off their old API onto their new pay API.

Ahh! Programmed obsolescence. Surely not!

Peter
05-22-2023, 09:28 AM
We will need to switch to themoviedb.org eventually as TVDB is no longer free and will eventually stop working altogether.

jbinkley60
05-24-2023, 03:02 AM
Ahh! Programmed obsolescence. Surely not!

It looks like I can land my black helicopter for a bit longer. I saw note in the Kodi forums where folks reached out to TVDB.com and they fixed the issue. You might want to try the ones again which were broken. They look good here. I checked your Chicago Med and see all 8 seasons now, in the proper order.


Thanks,

Jeff

martyd
05-24-2023, 08:20 AM
You might want to try the ones again which were broken. They look good here.

Yes, Chicago Med is good, but Eastenders is still a mess. I might hop over to TVDB and see what they can do. Thanks, Jeff.

martyd
05-24-2023, 09:24 AM
but Eastenders is still a mess. I might hop over to TVDB and see what they can do.

And before I could do anything, Eastenders has been fixed. All's well that ends well.

jbinkley60
05-24-2023, 11:32 AM
And before I could do anything, Eastenders has been fixed. All's well that ends well.

Great news. By the way, I see you are from Tasmania. I have visited there once, along with Australia and New Zealand. All beautiful places and wonderful people.


Jeff