Personal Video Database alternate Forum it is NOW online again.
0 Members and 4 Guests are viewing this topic.
IMDb appears to have added "/reference" to the end of URLs for the old display format. If you add that manually in PVD's URL field, it works.
But it still doesn't download the full credits. The actors and director on the first page are the only ones downloaded. The others (writers, producers etc) are not included.
Yes, the changes at IMDb must have been more extensive than just the URL. Examples:http://www.imdb.com/title/tt0100195/referencehttp://www.imdb.com/title/tt0098668/referenceCountry and Original Language aren't downloaded. Writers and Directors are, however, so please include a link to one where they aren't to test.
//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;
This works in the old script as wellhttp://www.imdb.com/title/tt0101700/fullcreditsto get music and production creditsBut 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\?
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.