Search found 16 matches

by P2
2005-04-14 10:37:47
Forum: Ant Movie Catalog > Scripts
Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
Replies: 63
Views: 12692

Right,
must be added two checks for infinite loop:
... or (LineNr > Page.Count);
and test if is mising 'Trama:' marker:
// Test if 'Trama:' missing
if ((PreviousLine = 'Data di uscita: ')
or (PreviousLine = 'Uscita prevista: ')) and (Line <> 'Trama:') then
if (copy(Line,1,6)<>'Trama:') then ...
by P2
2005-04-14 08:33:49
Forum: Ant Movie Catalog > Scripts
Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
Replies: 63
Views: 12692

Hello,
the script goes into infinite loop because don't exist "Description" field (used for exit test in "repeat..until" field filling loop).

Original:
if Field<>0 then SetField(Field,Line);

until Field=fieldDescription; // <-- bad test
end;



Modified and working:
if Field<>0 then ...
by P2
2005-04-13 11:54:49
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][ITA] AFdigitale.it
Replies: 5
Views: 2800

Small bug fixed (sorry), I had exchanged original and translated title.

regards
Pivello
by P2
2005-04-11 16:51:59
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][ITA] AFdigitale.it
Replies: 5
Views: 2800

[UPD][ITA] AFdigitale.it

Updated script for AFdigitale.it:

- Adapted for tags changements in html code (Original and Translated title)
- Removed tags (like <br>) from Description and Comments

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog ...
by P2
2005-04-06 17:00:24
Forum: Ant Movie Catalog > Scripts
Topic: Shared variables with Inner Fuse Pascal 2.8
Replies: 4
Views: 1447

Ok. I understand.
Thanks.

Pivello
by P2
2005-04-06 13:25:25
Forum: Ant Movie Catalog > Scripts
Topic: Shared variables with Inner Fuse Pascal 2.8
Replies: 4
Views: 1447

Thanks for answer, Antoine.
Btw, do you have estimated the possibility to use the new Inner Fuse Pascal Script 3.0? http://www.remobjects.com/?ps

Regards
Pivello
by P2
2005-04-06 09:07:08
Forum: Ant Movie Catalog > Scripts
Topic: Shared variables with Inner Fuse Pascal 2.8
Replies: 4
Views: 1447

Shared variables with Inner Fuse Pascal 2.8

With Inner Fuse Pascal 2.8 (used by AMC for scripting) is possible to use shared variables as functions parameter like Delphi? :??:

Example:
procedure MyProcedure(var MyString: string);
begin
MyString := MyString + 'add this';
end;
where " var MyString" is variable shared from main script to ...
by P2
2005-02-06 21:02:06
Forum: Ant Movie Catalog > Scripts
Topic: Script Converter for AMC 3.5 beta
Replies: 5
Views: 4577

Script Converter for AMC 3.5 beta

I have written a small ultility for automatic conversion from AMC 3.4.1 scripts to new 3.5 beta format (with integrated editor & properties compiler).

Free download from http://www.geocities.com/zfiles1/ScriptConverter.zip
(Right click on link and 'save as..'; direct click may don't work)

Regards ...
by P2
2005-02-02 21:11:29
Forum: Ant Movie Catalog > Scripts
Topic: [ITA] Is Anyone Able to create a script for www.film.tv.it?
Replies: 29
Views: 7028

Ok.
I have added the Dinolib routine in my script for AMC 3.4.x

Regards
Pivello

P.S.
If needed small pictures, just change the 'LargePicture' constant to false.
by P2
2005-01-31 22:10:43
Forum: Ant Movie Catalog > Scripts
Topic: [ITA] Is Anyone Able to create a script for www.film.tv.it?
Replies: 29
Views: 7028

Simple script

Below are simple script i made for www.film.tv.it
Use this script as base for your development.

Regards
Pivello
// GETINFO SCRIPTING
// Film.TV.it - by Pivello

(**************************************************
* Movie importation script for: *
* Film.TV.it, http://www.Film.TV.it ...
by P2
2004-05-18 12:51:45
Forum: Ant Movie Catalog > Scripts
Topic: FilmUp.com Script
Replies: 1
Views: 1113

Ok.
Below are modified script for FilmUp:

Change the added AltURL constant to True (line 29 of script) if you want to get the film web site link instead of FilmUp page link (FilmUp link is already taken if film web site not found).

Regards
Pivello

// GETINFO SCRIPTING
// FilmUP (IT) import ...
by P2
2004-04-15 10:06:04
Forum: Ant Movie Catalog > Scripts
Topic: New script for 35mm.it
Replies: 7
Views: 2318

Another small update:

Get image from film page if cover not found.

Regards
Pivello
by P2
2004-04-14 14:49:22
Forum: Ant Movie Catalog > Scripts
Topic: Script for AFdigitale.it
Replies: 2
Views: 1308

Script for AFdigitale.it

I have written a script for AFdigitale.it.

Regards
Pivello

// GETINFO SCRIPTING
// AFdigitale.it - by Pivello

(**************************************************
* Movie importation script for: *
* AFdigitale.it, http://www.AFdigitale.it *
* *
* (c) 2004 Pivello *
* *
* 14.04.2004 First ...
by P2
2004-04-14 14:21:56
Forum: Ant Movie Catalog > Scripts
Topic: New script for 35mm.it
Replies: 7
Views: 2318

antp wrote:you should edit your first post to put the update instead of putting it in your second post :/
Sorry...
by P2
2004-04-14 09:31:08
Forum: Ant Movie Catalog > Scripts
Topic: New script for 35mm.it
Replies: 7
Views: 2318

Some updates...

Two updates for my 35mm script:

- Added test for 35mm Apache Server down (or not available, like tonight)
- Removed extra '<br>' from Comments field

Regards
Pivello
by P2
2004-04-12 13:34:21
Forum: Ant Movie Catalog > Scripts
Topic: New script for 35mm.it
Replies: 7
Views: 2318

New script for 35mm.it

Hello, this is my first post. :)

The 35mm.it script is no longer working... because the site has moved form old .XTML to new .JSP pages.

I have rewritten the script for 35mm.it:

// GETINFO SCRIPTING
// 35mm.it - by Pivello

(**************************************************
* Movie ...