[ITA] Is Anyone Able to create a script for www.film.tv.it?

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Gikem

script ita Filmup.it

Post 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... :D
ABNormal
Posts: 135
Joined: 2005-01-08 08:33:38

Re: script ita Filmup.it

Post 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... :D
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
SteM
Posts: 26
Joined: 2004-09-22 11:30:58

Post 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
Gikem

Post 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ù.
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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)
SteM
Posts: 26
Joined: 2004-09-22 11:30:58

Post 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
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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)
SteM
Posts: 26
Joined: 2004-09-22 11:30:58

Post 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
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

OK, i'll convert it to AMC 3.5 and put it on my server ;)
ABNormal
Posts: 135
Joined: 2005-01-08 08:33:38

Post 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
Post Reply