chiedo un aiuto per inserire nello script anche il valore " Data di uscita:" della pagina sheda film con " data added" del relativo programma.
grazie...
[ITA] Is Anyone Able to create a script for www.film.tv.it?
Re: script ita Filmup.it
Non vedo questa data. Per esempio nella pagina de Gli Incredibili (http://www.film.tv.it/scheda.php?film=27462) quale sarebbe il dato che tu dici?Gikem wrote:chiedo un aiuto per inserire nello script anche il valore " Data di uscita:" della pagina sheda film con " data added" del relativo programma.
grazie...
---translation--
i dont see the info u told. in the Gli Incredibili's page (as linked) which is the info u're talkin'?
ciao
ABN
Prima di tutto grazie per la risposta e scusa per il ritardo del reply.
hai ragione, sul sito film.tv.it non c'è la data di uscita del film, ma io mi riferivo ad un altro sito: filmup.com. puoi aiutarmi ora? in questo modo posso mettere i film in ordine cronologico!
grazie ancora ma sopratutto... che bel programma...ormai ho catalogato di tutto di più.
hai ragione, sul sito film.tv.it non c'è la data di uscita del film, ma io mi riferivo ad un altro sito: filmup.com. puoi aiutarmi ora? in questo modo posso mettere i film in ordine cronologico!
grazie ancora ma sopratutto... che bel programma...ormai ho catalogato di tutto di più.
Yes, i know, but after a major release of AMC is released, the script are updated by the users....
where i can find a modified script ?
Maybe is it possible to have a web archive where you can store the updated scripts and where the users can download the last version.
When a major/minor application will be released, AntP will retrive the script to include in the package ...
Thanks !
--
SteM
where i can find a modified script ?
Maybe is it possible to have a web archive where you can store the updated scripts and where the users can download the last version.
When a major/minor application will be released, AntP will retrive the script to include in the package ...
Thanks !
--
SteM
I sometimes release new versions to include new scripts even when the program is not modified.
Until a release is done, new scripts are available at www.antp.be/temp/scripts/
(this URL is on the download page of AMC)
Until a release is done, new scripts are available at www.antp.be/temp/scripts/
(this URL is on the download page of AMC)
ok, thanks.
So if you want to update the 343 script for IlCinamatografo you can peek the file at:
http://mio.discoremoto.virgilio.it/ste_m
bye
--
SteM
So if you want to update the 343 script for IlCinamatografo you can peek the file at:
http://mio.discoremoto.virgilio.it/ste_m
bye
--
SteM
scusami per il ritardoGikem wrote:....filmup.com. puoi aiutarmi ora? in questo modo posso mettere i film in ordine cronologico!.
allora:
1) vai negli script e seleziona filmup
2) clicca sull'editor
3) vai al rigo 98.... dove trovi una serie di "else if...." e "Field := ..." e
4) aggiungi queste due righe:
Code: Select all
else if Line = 'Data di uscita: ' then
Field := fieldMedia
ciao
ABN
...for not italian speakers: i suggested how to add a new info: Release Date into Label Field, adding that 2 code lines after row #98.
ABN