Page 2 of 2
script ita Filmup.it
Posted: 2005-03-06 22:09:08
by Gikem
chiedo un aiuto per inserire nello script anche il valore " Data di uscita:" della pagina sheda film con " data added" del relativo programma.
grazie...
Re: script ita Filmup.it
Posted: 2005-03-07 20:53:48
by ABNormal
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...
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?
---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
Posted: 2005-03-15 12:59:21
by SteM
Ciao a tutti,
esiste un archivio entro cui trovare tutte le ultime versioni degli script ?
--
Does exist a central archive for the scripts ?
Thanks !
--
SteM
Posted: 2005-03-15 13:16:39
by Gikem
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ù.
Posted: 2005-03-15 13:19:36
by antp
SteM wrote:
Does exist a central archive for the scripts ?
Thanks !
All known scripts are included with the program (or they should be)
Posted: 2005-03-15 13:31:37
by SteM
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
Posted: 2005-03-15 14:45:53
by antp
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)
Posted: 2005-03-15 15:05:36
by SteM
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
Posted: 2005-03-15 15:59:46
by antp
OK, i'll convert it to AMC 3.5 and put it on my server
Posted: 2005-03-18 17:19:10
by ABNormal
Gikem wrote:....filmup.com. puoi aiutarmi ora? in questo modo posso mettere i film in ordine cronologico!.
scusami per il ritardo
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
salva la modifica e da ora nell'etichetta trovi quanto riportato da filmup accanto a data di uscita.
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