English > Scripts and Templates
Project Allocine script
Ivek23:
Very, very nice, remarkable and impressive work. Congratulations for this script. It needs to be just edit it to work faster, on version 0.9.9.21 also works well, but more slowly, it may be functioning can be a bit faster.
Thanks for good work.
pra15:
Add info from page 'secrets de tournage' in a custom field name 'Secrets' type memo.
Ivek23:
--- Quote from: Ivek23 on February 16, 2015, 04:03:54 pm ---It needs to be just edit it to work faster, on version 0.9.9.21 also works well, but more slowly, it may be functioning can be a bit faster.
--- End quote ---
This is slow
--- Code: --- pauseBeforeLoad = 2000; // Pause before loading (in millisecond)
--- End code ---
but, this is more faster
--- Code: --- pauseBeforeLoad = 10; // Pause before loading (in millisecond)
--- End code ---
Without the transfer of posters or screenshots
--- Code: ---const
pauseBeforeLoad = 2000; // Pause before loading (in millisecond)
nMaxAffiches = 0; // Nombre Maximum d'affiches a télécharger
nMaxPhotos = 0; //Add +1 // Nombre Maximum de photos a telecharger
nMaxImages = nMaxAffiches + nMaxPhotos;
--- End code ---
script works fine, but if the settings such as
--- Code: ---const
pauseBeforeLoad = 2000; // Pause before loading (in millisecond)
nMaxAffiches = 2; // Nombre Maximum d'affiches a télécharger
nMaxPhotos = 1; //Add +1 // Nombre Maximum de photos a telecharger
nMaxImages = nMaxAffiches + nMaxPhotos;
--- End code ---
PVD program will be blocked for the next movie connections:
http://www.allocine.fr/film/fichefilm_gen_cfilm=36095.html
http://www.allocine.fr/film/fichefilm_gen_cfilm=5180.html
http://www.allocine.fr/film/fichefilm_gen_cfilm=4276.html
Is given to reproduce this problem.
pra15:
Yes i put pausebeforeload until script was finished because i make many test and sometimes allocine block.
Now i work in Awards Page, i want to make 3 while overlapping but i'm not even found the solution.
There's also a problem with image, when just one image on site cause an error. It'll see that later after finished Page awards.
pra15:
Thanks,
Add AWARDS Page, but i'm blocked for the name in the last Festival of the page. My head will explose. I need help.
I have seen the links up for images, i understand why an error. There is no number of image in the movie page. I use this number to reserve number of extralinks for image. I'll see how resolve this.
I don't understand this :
If i put 7 extralinks (with images): the download start at the end of n°6 and the seven is not downloaded. If the seven is empty ---> error. It's that for this when there is only one image on site there is an error. Perhaps i can double the link in this case; I'll see.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version