English > Support
PVD 0.9.9.21 not getting movie information.
UtNut:
This works in the old script as well
http://www.imdb.com/title/tt0101700/fullcredits
to get music and production credits
But I can't get the new IMDB scripts to work at all. Being pretty new to this, do I need to do more than just replacing the old batch/scipt with the new ones at the appropiate places in the folder Personal Video Database 0.9.9.21\?
Thanks,
UtNut
Ivek23:
--- Quote from: Hyomil on January 30, 2013, 11:19:08 am ---Yes, the changes at IMDb must have been more extensive than just the URL. Examples:
http://www.imdb.com/title/tt0100195/reference
http://www.imdb.com/title/tt0098668/reference
Country and Original Language aren't downloaded. Writers and Directors are, however, so please include a link to one where they aren't to test.
--- End quote ---
This is now working, so I organized a url ending with "reference".
--- Code: ---//Get ~mfURL~ or ~IMDb Url~
endPos := Pos('fullcredits" data-ql="">Full Cast and Crew</option>', HTML);
if endPos > 0 then begin
curPos := PrevPos('<option value="/title/', HTML, endPos);
MovieURL := BASE_URL + Copy(HTML, curPos+15, endPos - curPos-4);
MovieURL := StringReplace(MovieURL, 'fullcredits', 'reference', true, true, true);
AddFieldValue(mfURL, MovieURL);
end;
--- End code ---
I attach Imdb Movie(0) script to download url, as a solution to the problems until Nostra Imdb Movie plugin will not repair.
I attach also Imdb Movie (0) + imdb Batch file.
[attachment deleted by admin]
Hyomil:
This updated version does insert "/reference" at the end of the URL, but it still doesn't import the data. Adding "/fullcredits" doesn't work either. Nor does CTRL+Deleting the entry and trying it fresh.
Using PVD v0.9.9.21
--- Quote from: UtNut on January 30, 2013, 03:32:39 pm ---This works in the old script as well
http://www.imdb.com/title/tt0101700/fullcredits
to get music and production credits
But I can't get the new IMDB scripts to work at all. Being pretty new to this, do I need to do more than just replacing the old batch/scipt with the new ones at the appropiate places in the folder Personal Video Database 0.9.9.21\?
--- End quote ---
AFAIK. Just make sure you're using the new script instead of the plugin, which may still be the default, depending on your settings in Preferences. The plugin appears on the Import menu as "IMDB," whereas the script is "Imdb." Someone suggested in another thread running the plugin and then the script, but that didn't help.
gear:
Even with the new script by Ivek, it doesn't work for me. I get "HTTP/1.1 404 Not Found" error.
Patience everytime Imdb changes something....
gear.
Ivek23:
--- Quote from: gear on January 30, 2013, 05:35:22 pm ---Even with the new script by Ivek, it doesn't work for me. I get "HTTP/1.1 404 Not Found" error.
Patience everytime Imdb changes something....
gear.
--- End quote ---
I do not know why some other users have problems with my script, because the script work properly, or if the script does not work properly, do not attached.
I use what is described under each of my post.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version