Scripts that need to be fixed / Scripts à corriger
-
- Posts: 21
- Joined: 2006-01-01 10:04:57
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.
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.
-
- Posts: 191
- Joined: 2005-08-11 19:27:15
- Location: Toulouse (31), France
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
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
-
- Posts: 6
- Joined: 2006-12-18 17:36:09
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!
.
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!
.
All Movie Guide Script
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.
Can anyone help with this script? Thanks.
Re: All Movie Guide Script
See viewtopic.php?t=4118k9bm 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.
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
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
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!
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!
Changerowen 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.
Code: Select all
Value := deleteAsianChar(findInfo('<DIV>', '</DIV>', ValueTemp, '0'));
Code: Select all
Value := deleteAsianChar(findInfo('<DIV CLASS="tab">', '</DIV>', ValueTemp, '0'));
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).., maybe i'll do a proper edit when i have time
It will work again if you change 'h2' to 'h3' in script linevij wrote:can somebody fix the "imp-awards" script???
Code: Select all
Value := TextBetween(PageText, '<h2 class=r>', '</a>');
If you changenorthman wrote:bonjour
depuis hier, le script CinEmotions ne fonctionne plus:
- pb serveur
ou
-modifs du site
Code: Select all
urlCESearch = 'http://www.cinemotions.com/cinema-tv-dvd/film-serie-acteur-actrice-realisateur/';
Code: Select all
urlCESearch = 'http://www.cinemotions.com/recherche/';
There is another error on the script :
Code: Select all
if (GetOption('Moteur de Recherche') = 1) Then
Code: Select all
if (GetOption('Moteur de recherche') = 1) Then
else option 'Moteur de recherche' will not work (while CineMoteur search still is broken).