Scripts that need to be fixed / Scripts à corriger

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
klepptoman
Posts: 21
Joined: 2006-01-01 10:04:57

Post by klepptoman »

Thanks Updated to 3.5.1.1 & its working agian, thanks for your help! :grinking:
xbirdtrip
Posts: 38
Joined: 2003-05-01 19:00:04
Contact:

Post by xbirdtrip »

Le script pour ce site : http://www.cinemotions.com ne fonctionne plus correctement.

Il ne récupère plus le titre original, le titre traduit, le réalisateur et la description du film. Il ne prend aussi que la distribution partielle du film, mais il me semble que c'était déjà le cas avant.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

En effet j'ai remarqué ça hier justement, je suppose que c'est dû au récent changement de look du site. Je ne sais pas si j'aurai le temps de m'en occuper dans les prochains jours, mais je vais essayer.
draco31.fr
Posts: 191
Joined: 2005-08-11 19:27:15
Location: Toulouse (31), France

Post by draco31.fr »

Pour CinEmotions.com, un utilisateur du script m'a transmis une version modifiée qui semble corriger tout cela.
Je l'ai uploadée sur mon FTP mais je n'ai pas remplacé l'ancienne version.
En effet, je n'ai pas encore eu le temps de la tester : mais je vous invite à la faire. (je ne pense pas avoir le temps avant un moment !)
Le lien vers le script est disponible dans le topic que j'avais créé >ICI<.

Encore merci à The Jedi, et à vous d'utiliser mon script... qui continue à vivre sans moi :o
rringeisen
Posts: 6
Joined: 2006-12-18 17:36:09

Post by rringeisen »

The imdb script no longer gathers all information fields. This seems to be due to imdb's new page layout for movie information.

Where can I locate an updated script? Asking ANT to update scripts does not turn up an updated imdb script.

*edited:

Never mind. I updated to ANT 3.5.1.1, and now imdb script seems to work again!

.
k9bm
Posts: 6
Joined: 2008-09-20 06:28:58

All Movie Guide Script

Post by k9bm »

Just getting started with this very cool software, and so far I like the data returned by All Movie Guide (www.allmovie.com) the best. The script seems to work fine EXCEPT it does not retrieve the LENGTH (Run Time) field data. I've looked at the script and at the web page and I don't see the difference between the YEAR field and the RUN TIME field, yet the YEAR is downloaded fine but the RUN TIME is blank--with every movie.

Can anyone help with this script? Thanks.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Re: All Movie Guide Script

Post by bad4u »

k9bm wrote:Just getting started with this very cool software, and so far I like the data returned by All Movie Guide (www.allmovie.com) the best. The script seems to work fine EXCEPT it does not retrieve the LENGTH (Run Time) field data. I've looked at the script and at the web page and I don't see the difference between the YEAR field and the RUN TIME field, yet the YEAR is downloaded fine but the RUN TIME is blank--with every movie.
See viewtopic.php?t=4118
northman
Posts: 19
Joined: 2008-09-21 19:17:33

Post by northman »

bonsoir

le script CinEmotions.com modifié par The Jedi fonctionne très bien

essai fait sur 100 films dont je ne trouvais pas les fiches sur Allociné
tous les champs rentrent bien et très rapidement

test d'un film sur Allociné et CinEmotions : pas photo : le script mod vient en tête

merci à tous, aussi bien antp, que les développeurs de scripts
rowen
Posts: 3
Joined: 2008-09-21 21:37:39

Post by rowen »

hmm if anyone's free, mind taking a look at the Anime News Network script?

somehow the original title(japanese title), doesn't get imported, it falls back to the english translated title in the script.

i.e. instead of seeing
Original Title : Jigoku no Shoujo
Translated Title : Hell Girl

it comes up with

Original Title : Hell Girl
Translated Title : Hell Girl

ty!
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

rowen wrote:hmm if anyone's free, mind taking a look at the Anime News Network script?

somehow the original title(japanese title), doesn't get imported, it falls back to the english translated title in the script.
Change

Code: Select all

Value := deleteAsianChar(findInfo('<DIV>', '</DIV>', ValueTemp, '0'));
to

Code: Select all

Value := deleteAsianChar(findInfo('<DIV CLASS="tab">', '</DIV>', ValueTemp, '0'));
You will find this line two times on the script, you need to change both.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Or just update the script, as I modified it on my server with bad4u's indications ;)
rowen
Posts: 3
Joined: 2008-09-21 21:37:39

Post by rowen »

oo thanks all.. so that was the problem.. i was blindly trying to figure out why the IF nvr got triggered..

Edit: heh, and i purposely broke the 2nd condition so it'll gimmi the english title instead of french :P, maybe i'll do a proper edit when i have time
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

.., maybe i'll do a proper edit when i have time
Well, current version from http://update.antp.be/amc/scripts/ should fetch correct english/french titles, depending on script's option settings.. (it's the fixed one, although it's still labeled v.1.2) ;)
rowen
Posts: 3
Joined: 2008-09-21 21:37:39

Post by rowen »

heh could i make another request (= tt is for the script to be able to fetch unicode? ^^
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Unicode cannot be handled by AMC, and not really by the script except if the page is in UTF8.
So if you want Japanese characters, your PC (or at least AMC) has to run with Japanese locale settings, loosing the French accents then.
vij
Posts: 9
Joined: 2007-09-18 12:33:05

Post by vij »

can somebody fix the "imp-awards" script???
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

vij wrote:can somebody fix the "imp-awards" script???
It will work again if you change 'h2' to 'h3' in script line

Code: Select all

    Value := TextBetween(PageText, '<h2 class=r>', '</a>');
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Thanks, I made the change to the script on my server.
northman
Posts: 19
Joined: 2008-09-21 19:17:33

Post by northman »

bonjour
depuis hier, le script CinEmotions ne fonctionne plus:
- pb serveur
ou
-modifs du site

cordialement
:cry: :cry:
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

northman wrote:bonjour
depuis hier, le script CinEmotions ne fonctionne plus:
- pb serveur
ou
-modifs du site
If you change

Code: Select all

  urlCESearch = 'http://www.cinemotions.com/cinema-tv-dvd/film-serie-acteur-actrice-realisateur/';
to

Code: Select all

  urlCESearch = 'http://www.cinemotions.com/recherche/';
CinEmotions search seems to work properly again, but I tested only few movies.


There is another error on the script :

Code: Select all

if (GetOption('Moteur de Recherche') = 1) Then
must be

Code: Select all

if (GetOption('Moteur de recherche') = 1) Then


else option 'Moteur de recherche' will not work (while CineMoteur search still is broken).
Post Reply