Search found 14 matches
- 2009-02-28 14:34:35
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter script picture update
- Replies: 1
- Views: 1224
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 := TextBetw...
- 2009-02-01 09:31:46
- Forum: Ant Movie Catalog > Scripts
- Topic: Probleem met import moviemeter
- Replies: 5
- Views: 2064
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; begin PageTe...
- 2008-09-13 13:54:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter import doesn't work anymore
- Replies: 11
- Views: 2714
- 2007-05-27 11:12:08
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219815
- 2007-04-28 12:01:39
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 33305
- 2007-04-28 08:36:42
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 33305
- 2007-04-27 21:18:17
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 33305
- 2007-04-27 04:13:57
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 33305
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 ...
- 2007-04-26 08:59:35
- Forum: Ant Movie Catalog > Comments
- Topic: AMC 3.5.1 - "official" version released
- Replies: 55
- Views: 33305
- 2007-04-15 20:53:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219815
Something is wrong with moviegoods.com script! i thing that search line was change!! Cheers Maybe this will help? program MOVIEGOODS; var MovieName: string; MovieURL: string; ImageURL: string; ImageName: string; // STRING PROCEDURES (don't delete any part of this) procedure CutAfter(var Str: string...
- 2007-04-15 10:15:28
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219815
- 2007-04-15 08:08:36
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219815
@antp: Sorry for replacing your name with mine... It was my first attempt to modify a script and did not expect it to work or even release it...:) But once it did work, I forgot to adjust the properties again... :ha: I corrected my mistake, cleaned up the source a bit and uploaded the new file. Anyw...
- 2007-04-14 19:06:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Moviemeter Problem
- Replies: 3
- Views: 1443
- 2007-04-14 18:28:02
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219815
Maybe this can help.
Download Script
Download Script