Theatrical date problem in DVDpedia

Report your bugs here - if someone else has already mentioned the same bug, just add on to their post with as much info as possible to make the hunting easier.
Post Reply
RJson
Junior Member
Junior Member
Posts: 3
Joined: Thu Jan 17, 2019 1:01 pm

Theatrical date problem in DVDpedia

Post by RJson »

DVDpedia seems to have problems fetching the correct theatrical dates from IMDB. When adding movies the theatrical release date is reported correctly in brackets next to the title in the search result lost. But when adding the movie to DVDpedia, the theatrical release year is often wrong, or at least not matching the expected date.

E.g. I added the movie “All the King’s Men” from 1949, but when added to DVDpedia, the theatrical release date reads July 14, 1950. I suspected that DVDpedia reads (or IMDB reports) a localized release date (I’m in Denmark), but that date only matches the Australian release date.

Another example, the movie “The Bloodstained Butterfly” from 1971 reports the theatrical release date as August 31, 1972, matching only the release in West Germany.

I have just noticed this now, and I don’t know if this has always been so or if it’s a new “feature”. But as the theatrical release date (or at least the correct year) is essential in identifying movies, this is a quite annoying behaviour. Is there any way to make DVDpedia always register the first (earliest) theatrical release date?

I’m using the latest beta.
User avatar
Conor
Top Dog
Posts: 5337
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Theatrical date problem in DVDpedia

Post by Conor »

Thank you for the exact details. It let me find and track down the issue quickly. IMDb has a JSON feed, that list the movie details based on a standard from http://schema.org, I had assumed the date there would always be the original release.

The original plugin already checks that the years match before updating to the local date for when the info does not come from the JSON. I do think that IMDb is trying to provide the local date even in the feed, but obviously having issues with those movies. As I get the same West Germany date for he Bloodstained Butterfly.

I have updated DVDpedia beta 116. If there is a year miss match it will drop the local date into release date and not affect the theatrical date. In fact if you want to always drop the local date into the release date, even if the years match. You can paste and run the following in Terminal:

Code: Select all

defaults write com.bruji.dvdpedia "Disable IMDB Country Release" -bool YES
The issue only affects the beta, as this JSON feed is only used in the beta version so far.
RJson
Junior Member
Junior Member
Posts: 3
Joined: Thu Jan 17, 2019 1:01 pm

Re: Theatrical date problem in DVDpedia

Post by RJson »

Wow! That has got to be the fastest software fix ever! It looks like it's working. Thanks, Conor!
User avatar
FineWine
Site Admin
Posts: 852
Joined: Wed May 28, 2008 2:41 am
Location: Tauranga, New Zealand

Re: Theatrical date problem in DVDpedia

Post by FineWine »

Conor could that terminal command become a switch in the Option Help hidden menu ?
User avatar
Conor
Top Dog
Posts: 5337
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Theatrical date problem in DVDpedia

Post by Conor »

Happy to be of quick help. :D

@FineWine Placed it directly into the IMDb menu under the "Movie" menu. It's so deep, should not be a UI overload problem, but might change my mind. Beta 117.
Post Reply