Thanks.J wrote:guess that's not a bug in the script, but a little strange result from imdb search. The result depends on your script options, even the title search.what do you say to the problem with the video
I don't believe the script checks the year of the movie before choosing a title automatically. In batch mode it normally takes the first in line from the search result (which depends only on the movie title).
Perhaps, if a year is already set by you, it can be integrated somehow in the searchURL, but I'm not sure IMDB supports this.
My advice is to set 'popular searches' option to 0 and, for importing data for just a couple of movies, the 'batchMode' as well. So you see the result list and can choose what movie will be imported.
with both options set to '0' you can choose between a couple of movies with the same name 'blood red'.
J.
IMDB Script not working
-
- Posts: 5
- Joined: 2018-02-10 21:08:28
Re: IMDB Script not working
Bonjour,
j'ai posté deux fois une demande concernant le script IMDB. Sauf erreur, personne n'a réagi.
Pouvez-vous me dire si je ne respecte pas la bonne procédure ou qui pourrait m'aider?
Merci
Joske
j'ai posté deux fois une demande concernant le script IMDB. Sauf erreur, personne n'a réagi.
Pouvez-vous me dire si je ne respecte pas la bonne procédure ou qui pourrait m'aider?
Merci
Joske
Re: IMDB Script not working
Bonjour,
Le problème pour des demandes fort précises comme ça est que ça a moins de chances d'aboutir qu'une demande qui concerne beaucoup de monde.
J'essaie de prendre un peu de temps pour corriger le problèmes des scripts qui sont les plus utilisés si personne d'autre ne le fait, mais ici pour une demande spécifique il faut la chance que quelqu'un d'autre en ait besoin et le fasse ou ait simplement du temps libre à y consacrer...
Le problème pour des demandes fort précises comme ça est que ça a moins de chances d'aboutir qu'une demande qui concerne beaucoup de monde.
J'essaie de prendre un peu de temps pour corriger le problèmes des scripts qui sont les plus utilisés si personne d'autre ne le fait, mais ici pour une demande spécifique il faut la chance que quelqu'un d'autre en ait besoin et le fasse ou ait simplement du temps libre à y consacrer...
Re: IMDB Script not working
so imdb changed again code, its needed to update line 551
from
Value := TextBetween(Value, '<div class="text">','</div>');
to
Value := TextBetween(Value, '<div class="text show-more__control">','</div>');
from
Value := TextBetween(Value, '<div class="text">','</div>');
to
Value := TextBetween(Value, '<div class="text show-more__control">','</div>');
Re: IMDB Script not working
Thanks
Re: IMDB Script not working
Je comprends.
Merci de m'avoir répondu et bravo pour votre service.
Merci de m'avoir répondu et bravo pour votre service.
Re: IMDB Script not working
"IOHandler value is not valid" error on "Importing picture from internet" using script 4.007
Re: IMDB Script not working
Since yesterday it didn't grab the cover picture anymore
Re: IMDB Script not working
yep, so IMDB changed again. Luckily it's easy to fix, we still have a loophole left.
just to change two lines:
to
Should do the trick for now, but Antoine needs to recheck and will update the script for you.
I will change IMD(actors) too.
have a nice weekend.
just to change two lines:
Code: Select all
Value := StringReplace(Value, 'https://images-na.ssl-images-', 'http://images.');
Code: Select all
Value := StringReplace(Value, 'https://', 'http://');
I will change IMD(actors) too.
have a nice weekend.
Re: IMDB Script not working
Thanks, I'll fix the script and update it as 4.008.
I'll have to upgrade AMC for newer version of TLS, so anyway when it will happen it will be able to handle IMDB's HTTPS.
I'll have to upgrade AMC for newer version of TLS, so anyway when it will happen it will be able to handle IMDB's HTTPS.
-
- Posts: 39
- Joined: 2016-12-13 00:45:45
Re: IMDB Script not working
Thank you all so much for the constant work on this scripts.
Re: IMDB Script not working
Lately it give me error in line 5.
The line 5 is: StringUtils1, StringUtils7552;
What is happening
It is the IMDB.ifs of 2018-Mar-16
Thanks
The line 5 is: StringUtils1, StringUtils7552;
What is happening
It is the IMDB.ifs of 2018-Mar-16
Thanks
Re: IMDB Script not working
Didn't you delete one of these two files? (these are .pas files located in the same folder as the scripts)
You can get them from http://update.antp.be/amc/scripts/ if needed
You can get them from http://update.antp.be/amc/scripts/ if needed
Re: IMDB Script not working
You are right. Fixed
Thanks
Thanks
-
- Posts: 63
- Joined: 2009-03-11 14:36:10
- Location: Hungary
IMDB Script not working
but this morning I get a new message: IOHandler value is not valid