IMDB script
A new version (3.54) will be available from http://update.antp.be/amc/scripts/ or using script "Update Scripts" soon.
It'll try to fetch data from both HTML code versions that IMDB used last week, though I'm not sure it'll catch all changes for second version (obviously this can't be tested currently).
It'll try to fetch data from both HTML code versions that IMDB used last week, though I'm not sure it'll catch all changes for second version (obviously this can't be tested currently).
Besides the other script options that observer explained, you should set "Show results window" from "Execution options" temporary disabled, if you have to process a lot of movies. This way script execution will not pause after each movie.haggis82 wrote:How do I do that?bad4u wrote:For movies that have been saved with correct URL, you can simply run IMDB in batch mode later and it will update all missing/wrong fields without user interaction for these movies. No need to do that manually then
imdb error
Hy!
I tried to use this IMDB script, but I became the following message...
Click here to watch the image.
Script cersion 3.5.4
AMC version: 3.5.1
I tried to use this IMDB script, but I became the following message...
Click here to watch the image.
Script cersion 3.5.4
AMC version: 3.5.1
Re: imdb error
This means you have no StringUtils1.pas file in your scripts folder, as IMDB script needs latest version of this file. Did you delete that file for any reason or did IMDB script work previously (then I might have made any mistake on updating this file automatically) ?HyperX wrote:Hy!
I tried to use this IMDB script, but I became the following message...
Click here to watch the image.
Script cersion 3.5.4
AMC version: 3.5.1
You can download the file from http://update.antp.be/amc/scripts/StringUtils1.pas (rightclick and "save file as") or use script [ Update_Scripts ] from within AMC.
Picture import works for me with all options. If it is on specific movies only, please give an example.the_observer wrote:I am sad to say that Picture is no more coming.(Even if i set the option to 4 or 5).
Also MPAA Rating is not coming
About MPAA rating - I forgot to include that in the changes I did for supporting both HTML code versions. New version will be available from servers soon.
Hello, i get a script error too!
http://img697.imageshack.us/img697/2996/16945746.png
I do have stringutils1 in the script folder! I also uninstalled and reinstalled. I also tried to download a new stringutils and copy paste it in the folder.
Win Seven 64.
What should i do?
http://img697.imageshack.us/img697/2996/16945746.png
I do have stringutils1 in the script folder! I also uninstalled and reinstalled. I also tried to download a new stringutils and copy paste it in the folder.
Win Seven 64.
What should i do?
That's weird. Do you use UAC (User Account Control) on Win 7 ? Then have a look on the Virtual Store folder, where Vista and Win 7 store downloaded files instead of saving these to program's folder. For Vista it should be found at \user\AppData\Local\VirtualStore , not sure if it's the same for Win 7.Quick wrote:Hello, i get a script error too!
http://img697.imageshack.us/img697/2996/16945746.png
I do have stringutils1 in the script folder! I also uninstalled and reinstalled. I also tried to download a new stringutils and copy paste it in the folder.
Win Seven 64.
What should i do?
@antp: Are there problems reported for allocine, too (as it uses the same update routine) ?
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
Change script lineNicolas R wrote:Since this morning (it worked yesterday) i cant get the rating field completed with imdb script. Does anyone experience this issue since today ?
Code: Select all
Value := TextBetween(PageText, '<h5>User Rating:</h5>', '<div class="bottom">');
Code: Select all
Value := TextBetween(PageText, '<h5>User Rating:</h5>', '</b>');
e-mail received :
I use imdb script for informations for my movies, and it always run like a clock. I come ones or twise to you site to check for updated version of imdb script, and when i find it, I always replace it with my current. But, I have experience some problems, particulary with comments section. All fields are correctly updates, actors, director, producer, summary, etc. but comment field is left intact, or blank. No information have been pulled from imdb. That field stays without ANY informatio. I uses comment type 1 - detailed type (10 most useful comments from comments page). If I put 0 - standard type (only one comment from comments page) it is SHOWN in your catalog... So, i guess that imdb.com have change something in comments page, which resulted that ant movie catalog with imdb script can't work very well. So, I just wanted to let you know about this problem. I don't know if anyone have reported you about this issue.
Please replace...But, I have experience some problems, particulary with comments section. All fields are correctly updates, actors, director, producer, summary, etc. but comment field is left intact, or blank. No information have been pulled from imdb. That field stays without ANY informatio. I uses comment type 1 - detailed type (10 most useful comments from comments page). If I put 0 - standard type (only one comment from comments page) it is SHOWN in your catalog...
Code: Select all
FullValue := TextAfter(FullValue, 'comment useful :-</small><br>');
Code: Select all
FullValue := TextAfter(FullValue, 'review useful:</small><br>');