Search found 14 matches
- 2009-02-28 14:34:35
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter script picture update
- Replies: 1
- Views: 1328
Moviemeter script picture update
program MovieMeter;
uses
StringUtils1;
var
MovieName: string;
procedure AnalyzeMoviePage(Address: string);
var
PageText, Line, Value: string;
begin
PageText := GetPage(Address);
// URL
SetField(fieldURL, Address);
// title & year
Line := TextBetween(PageText, '<h1>', '</h1>');
Value ...
- 2009-02-01 09:31:46
- Forum: Ant Movie Catalog > Scripts
- Topic: Probleem met import moviemeter
- Replies: 5
- Views: 2267
Landfix
Het probleem zit 'm in regel 40...
Verander
Value := TextAfter(Value, '>');
in
Value := TextAfter(Value, '-->');
en het zou weer moeten werken...
program MovieMeter;
uses
StringUtils1;
var
MovieName: string;
procedure AnalyzeMoviePage(Address: string);
var
PageText, Line, Value: string ...
Verander
Value := TextAfter(Value, '>');
in
Value := TextAfter(Value, '-->');
en het zou weer moeten werken...
program MovieMeter;
uses
StringUtils1;
var
MovieName: string;
procedure AnalyzeMoviePage(Address: string);
var
PageText, Line, Value: string ...
- 2008-09-13 13:54:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter import doesn't work anymore
- Replies: 11
- Views: 3022
- 2007-05-27 11:12:08
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 233802
- 2007-04-28 12:01:39
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 36097
- 2007-04-28 08:36:42
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 36097
- 2007-04-27 21:18:17
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 36097
- 2007-04-27 04:13:57
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 36097
I tried dragging an image from Opera but can't drop the image anywhere on the catalog window. IE 7 same problem.
Am I doing something wrong or is it just not possible.
Anyway, my idea was creating a custom image in Photoshop, copy it to the clipboard and paste it into catalog. Your project will not ...
Am I doing something wrong or is it just not possible.
Anyway, my idea was creating a custom image in Photoshop, copy it to the clipboard and paste it into catalog. Your project will not ...
- 2007-04-26 08:59:35
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 36097
- 2007-04-15 20:53:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 233802
- 2007-04-15 10:15:28
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 233802
- 2007-04-15 08:08:36
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 233802
- 2007-04-14 19:06:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter Problem
- Replies: 3
- Views: 1483
- 2007-04-14 18:28:02
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 233802
Maybe this can help.
Download Script
Download Script