Scripts that need to be fixed / Scripts à corriger
The website is UTF-8 coded and Ant Movie Catalog does not support Unicode. The script is from 2007 and at this time the website used charset windows-1251, as wayback machine shows. So it probably cannot be fixed anymore, but I'm really not an expert on coding questions and quite unsure about these things. Maybe antp can clarify
I missed this message.bad4u wrote:The website is UTF-8 coded and Ant Movie Catalog does not support Unicode. The script is from 2007 and at this time the website used charset windows-1251, as wayback machine shows. So it probably cannot be fixed anymore, but I'm really not an expert on coding questions and quite unsure about these things. Maybe antp can clarify
Actually AMC does not support unicode except for 1 thing: converting UTF8
So if you have a page in UTF8, you can use UTF8Decode to get a string in locale charset (so in this case the converted string will probably give something similar to the old windows-1251 site, if they did not change the layout of the page but just the encoding)
Change linebahakurd wrote:impawards script doesnt work lately. it finds movie but i cannot get pic from site.
Code: Select all
txtTemp := '<img SRC="posters/';
Code: Select all
txtTemp := '<img src="posters/';
No problemantp wrote:I missed this message.
So it should be possible to fix the script but you need local charset for bulgarian (kyrillic ?) characters installed to test and see the results - which I don't have. And it is probably a lot easier if it is done by someone who understands what is written on the pageSo if you have a page in UTF8, you can use UTF8Decode to get a string in locale charset (so in this case the converted string will probably give something similar to the old windows-1251 site, if they did not change the layout of the page but just the encoding)
Script Update Request for BEYAZPERDE (http://beyazperde.mynet.com)
Beyazperde script needs to be updated, which was working until 10 days ago. Anyone please? It's not an issue of http header information mentioned previously. It really needs an update.
Thanks....
Beyazperde script needs to be updated, which was working until 10 days ago. Anyone please? It's not an issue of http header information mentioned previously. It really needs an update.
Thanks....
Testing with user agent switcher it doesn't load the page on AMC settings (at least for me). There was another topic about that a year ago viewtopic.php?t=3557&highlight=beyazperde
Bonjour,
J'ai des soucis avec le script de CinEmotions, il ne trouve plus aucun films depuis hier. Également, depuis environs 2 semaines, il ne prend plus les informations concernant le pays, l'année et la catégorie.
Je ne m'y connais pas assez pour tenter de le corriger moi même donc je poste le sujet ici et vais attendre patiemment.
Merci
J'ai des soucis avec le script de CinEmotions, il ne trouve plus aucun films depuis hier. Également, depuis environs 2 semaines, il ne prend plus les informations concernant le pays, l'année et la catégorie.
Je ne m'y connais pas assez pour tenter de le corriger moi même donc je poste le sujet ici et vais attendre patiemment.
Merci
-
- Posts: 15
- Joined: 2006-11-05 17:28:35
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Une ligne à changer pour que tout rentre dans l'ordre ...Maurice Lorieu wrote:Depuis quelque temps, le script pour MovieGoods, qui est super pour les posters, donne en fin de traitement un terreur "JPEG error #53"...
Sur la version 0.4 du script MovieGoods il faut remplacer la ligne 98
par ceci :
Code: Select all
MovieAddress := 'http://www.moviegoods.com/Assets/product_images/1020/'+GetStringFromHTML(Page, '<INPUT TYPE="HIDDEN" NAME="DSP_IMAGE" VALUE="', 'UE="', '">');
script allociné à corriger
Bonjour
je constate que le script allociné ne prend plus les "acteurs"
une solution ?
merci
je constate que le script allociné ne prend plus les "acteurs"
une solution ?
merci
Bonjour
DVDFr vient de mettre à jour son site web et nous en avons profité pour améliorer l'API utilisée notamment par Ant Movie Catalog.
Si le script actuel continue de très bien fonctionner (c'était tout le but d'avoir une API de consultation !) nous avons ajouter une information essentielle : le "media".
Ainsi dès les résultats de la recherche on sait si on parle d'un DVD, d'un Blu-Ray, d'un UMD ou d'un HD DVD.
A priori le script ne devrait pas être trop compliqué à modifier pour afficher le média dès le résultat de la recherche et ainsi ne pas confondre "The Dark Knight" et "The Dark Knight" !!!
Dès qu'on aura un peu de temps on ajoutera une petite page de documentation sur l'API sur le site...
DVDFr vient de mettre à jour son site web et nous en avons profité pour améliorer l'API utilisée notamment par Ant Movie Catalog.
Si le script actuel continue de très bien fonctionner (c'était tout le but d'avoir une API de consultation !) nous avons ajouter une information essentielle : le "media".
Ainsi dès les résultats de la recherche on sait si on parle d'un DVD, d'un Blu-Ray, d'un UMD ou d'un HD DVD.
A priori le script ne devrait pas être trop compliqué à modifier pour afficher le média dès le résultat de la recherche et ainsi ne pas confondre "The Dark Knight" et "The Dark Knight" !!!
Dès qu'on aura un peu de temps on ajoutera une petite page de documentation sur l'API sur le site...