Search found 7 matches

by Yanch
2002-10-22 09:04:00
Forum: Ant Movie Catalog > Scripts
Topic: Script for www.videoguide.ru - russian movie database
Replies: 3
Views: 3139

The www.videoguide.ru site have changed the HTML layout of movie pages. Updated scripts (for import with and without picture) are in http://www.rachitskiy.com/yanch/amc/
Please update the distribution.
by Yanch
2002-10-18 15:29:19
Forum: Ant Movie Catalog > Comments
Topic: Import from NBS DivX Catalogue
Replies: 1
Views: 1738

Import from NBS DivX Catalogue

It would be very nice to have one - I have a large part of my movie database in NBS Catalogue format, and it's has a simple textual form.

Link to NBS Catalogue: http://www.nbsi.de
by Yanch
2002-09-20 19:41:35
Forum: Ant Movie Catalog > Comments
Topic: Reading info from all types of movie files
Replies: 1
Views: 1607

Reading info from all types of movie files

Right now the program can only read info from AVI files. It will be great if you can read also MPEG and recognize Video-CD and SVCD automatically. See NBS Catalogue (whose only advantage over the AMC is the amout of supported formats) for the list of formats that can be supported.

www.nbsi.de

P.S ...
by Yanch
2002-09-20 10:36:48
Forum: Ant Movie Catalog > Scripts
Topic: Script for www.videoguide.ru - russian movie database
Replies: 3
Views: 3139

Script for www.videoguide.ru - russian movie database

I'm in the middle of development of the script for http://www.videoguide.ru/ - the most complete russian online movie database. I wonder if someone already did this or if you will be interested in including this in the AMC package.
by Yanch
2002-09-18 14:40:26
Forum: Ant Movie Catalog > Scripts
Topic: Scripts affected due to IMDB site update
Replies: 4
Views: 2907

Scripts affected due to IMDB site update

I wonder which scripts are affected due to IMDB site update, and what portions of the site were updated?
by Yanch
2002-09-18 14:05:49
Forum: Ant Movie Catalog > Scripts
Topic: More then one genre?
Replies: 5
Views: 3656

Hmm, lucky me :)
by Yanch
2002-09-18 13:47:00
Forum: Ant Movie Catalog > Scripts
Topic: More then one genre?
Replies: 5
Views: 3656

Somehow, the code above didn't work for me, so I've changed it a little:


//Category
LineNr := FindLine('Genre:', Page, 0);
if LineNr > -1 then
begin
Line := Page.GetString(LineNr + 1);
BeginPos := pos('/">', Line) + 3;
EndPos := pos('</a> <a href="/Keywords', Line);
Value := copy(Line ...