Search found 16 matches
- 2005-04-14 10:37:47
- Forum: Ant Movie Catalog > Scripts
- Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
- Replies: 63
- Views: 11656
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 Line := ...
- 2005-04-14 08:33:49
- Forum: Ant Movie Catalog > Scripts
- Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
- Replies: 63
- Views: 11656
- 2005-04-13 11:54:49
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD][ITA] AFdigitale.it
- Replies: 5
- Views: 2642
- 2005-04-11 16:51:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD][ITA] AFdigitale.it
- Replies: 5
- Views: 2642
[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/ [Infos] ...
- 2005-04-06 17:00:24
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1234
- 2005-04-06 13:25:25
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1234
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
Btw, do you have estimated the possibility to use the new Inner Fuse Pascal Script 3.0? http://www.remobjects.com/?ps
Regards
Pivello
- 2005-04-06 09:07:08
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1234
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 ...
- 2005-02-06 21:02:06
- Forum: Ant Movie Catalog > Scripts
- Topic: Script Converter for AMC 3.5 beta
- Replies: 5
- Views: 4286
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) Regard...
- 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: 6253
- 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: 6253
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 * * * * (P)2005 Pi...
- 2004-05-18 12:51:45
- Forum: Ant Movie Catalog > Scripts
- Topic: FilmUp.com Script
- Replies: 1
- Views: 1090
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 (********...
- 2004-04-15 10:06:04
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2018
- 2004-04-14 14:49:22
- Forum: Ant Movie Catalog > Scripts
- Topic: Script for AFdigitale.it
- Replies: 2
- Views: 1162
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 Public Relea...
- 2004-04-14 14:21:56
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2018
- 2004-04-14 09:31:08
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2018
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
- Added test for 35mm Apache Server down (or not available, like tonight)
- Removed extra '<br>' from Comments field
Regards
Pivello
- 2004-04-12 13:34:21
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2018
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 importation scrip...