Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the best video database software?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: bmsmcr
« on: January 31, 2013, 11:11:28 pm »

I'm having a weird issue with the mine now. I downloaded the script on page one of this thread and it is trying to get information and it starts off saying it's downloading but then it keeps downloading the same thing. For example, right now it says downloading from: http://www.imdb.com/title/tt1931533/?ref_=sr_1/keywords and it just keeps adding more "/keywords" to the end of the URL and it just gets higher and higher and higher and never stops.
Posted by: Ivek23
« on: January 31, 2013, 06:22:27 pm »

Great!! it works for now...until we get a proper fix. LOL...thanks for the screenshot. Picture speaks a thousand words.

Thanks and welcome again.
Posted by: Ivek23
« on: January 31, 2013, 06:19:25 pm »

as a solution to the problems until Nostra Imdb Movie plugin will not repair.

As far as I quickly noticed when I repaired my scripts, to wait Nostra a lot of patient work, if he wants to fix Imdb plugin, it will have to repair almost complete
(practically new to write) Imdb plugin.
Posted by: abubin
« on: January 31, 2013, 06:07:04 pm »

Great!! it works for now...until we get a proper fix. LOL...thanks for the screenshot. Picture speaks a thousand words.
Posted by: Ivek23
« on: January 31, 2013, 05:48:16 pm »

Ivek, thanks to your quick response on this. However, using the latest script I am also getting "HTTP/1.1 404 Not Found".

The error is because of this: http://www.imdb.com/title/tt1606595/reference/technical

Welcome.
Yes, I know about this problem. No, I'm not yet found the right way to solve the problem.

You can also try Imdb plugin settings such as on the attached pictures. It might work.

[attachment deleted by admin]
Posted by: abubin
« on: January 31, 2013, 04:13:04 pm »

Ivek, thanks to your quick response on this. However, using the latest script I am also getting "HTTP/1.1 404 Not Found".

The error is because of this: http://www.imdb.com/title/tt1606595/reference/technical
Posted by: CamKrist
« on: January 31, 2013, 01:35:02 pm »

I decided to give a hand and sent a post into social bookmarks. I hope the popularity will rise in.
Posted by: Ivek23
« on: January 30, 2013, 07:04:35 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.

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.
Posted by: 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.
Posted by: Hyomil
« on: January 30, 2013, 04:33:05 pm »

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

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\?

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.
Posted by: Ivek23
« on: January 30, 2013, 03:36:58 pm »

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.

This is now working, so I organized a url ending with "reference".

Code: [Select]
//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;

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]
Posted by: 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\?

Thanks,

UtNut
Posted by: Hyomil
« on: January 30, 2013, 01:18:23 pm »

Thanks, but I tested Imdb Movie(1) v 0.1.0.4 on the URLs I listed and Country and Original Language still aren't imported.  Are they working for you?
Posted by: Ivek23
« on: January 30, 2013, 12:36:50 pm »

I fixed procedure ParseMovie. The scripts now works.

Imdb Movie script
v 0.1.0.5
Imdb Movie(1) script
v 0.1.0.4

Scripts is attached here.
Posted by: 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.


Posted by: Ivek23
« on: January 30, 2013, 11:01:41 am »

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.

Imdb movie plugin does not transfer any more data, except url address.

Imdb movie plugin 0.9.8.8

PVD 0.9.9.21 or 1.0.23 beta
Posted by: Draven
« on: January 30, 2013, 09:10:35 am »

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.

Had the same problem and this fixed it. Thanks Hyomil. Will use this for the meantime. :)

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.
Posted by: Hyomil
« on: January 30, 2013, 08:37:07 am »

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.
Posted by: bmsmcr
« on: January 30, 2013, 07:59:51 am »

I am having this same problem and for the life of me I can't get it to work...I've never had this problem before. Every time I click get info from IMDB nothing happens, no movie info at all.
Posted by: ALADProd
« on: January 28, 2013, 01:22:30 am »

Yea, I think that was the issue all along.   For some reason, all the plugin's were updating as normal by themselves, but the scrips were/are not.
anything