Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imdb.php not fetching movie pictures again #55

Closed
jbjoret opened this issue Feb 7, 2014 · 7 comments
Closed

imdb.php not fetching movie pictures again #55

jbjoret opened this issue Feb 7, 2014 · 7 comments

Comments

@jbjoret
Copy link

jbjoret commented Feb 7, 2014

I don't know if this is working for you. But imdb seems to have change its structure again.

@booyakafoo
Copy link

I am also having this issue.

If I add a title videodb will not "Enrich" the title like it used to, neither add missing or overwrite work. Also the script "php fetch_imdb_all.php" does not update titles either. IMDB has probably made changes that have broken the script.

In addition to the title image not updating the Cast of actors is also not getting populated.

Thanks.

@kec2
Copy link
Contributor

kec2 commented Feb 12, 2014

Do you have an example?

@samuelengelking
Copy link

Examples:
Jimmy P.
About Time
The Best Man Holiday
Baggage Claim
E.T. The Extra Terrestrial
A.C.O.D.

And plenty more.
By me it happens by every movie I add.

@krassle
Copy link

krassle commented Mar 15, 2014

Fetching movie covers works now, but the img size is too small for modern screen resolutions (on desktops, tablets or even smartphones).
ex.: 12 Years a Slave (2013) =>
Fetched poster img size = 214 x 317 pixels
Original poster img size = 509 x 755 pixels
Link = http://ia.media-imdb.com/images/M/MV5BMjExMTEzODkyN15BMl5BanBnXkFtZTcwNTU4NTc4OQ@@._V1__SX1201_SY815_.jpg

Would it be possible to fetch the original poster img size again?

Thanks.

@kec2
Copy link
Contributor

kec2 commented Mar 18, 2014

Sure I will have a look at it.

@andig
Copy link
Owner

andig commented Mar 18, 2014

At https://github.com/andig/php-html-parser I've added an HTML parsed that works on CSS queries. That allows to use browser tools for parsing the remote HTML instead of regexes and should therefore be more robust.
https://github.com/andig/videodb-engines shows an attempt to use this approach for the engines (far from complete due to time).

@andig
Copy link
Owner

andig commented Mar 23, 2014

Should be fixed by #60?

@andig andig closed this as completed Mar 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants