Search found 13 matches

by Yorgul
2003-03-14 10:25:20
Forum: Ant Movie Catalog > Scripts
Topic: Script Request: Living Dead.com
Replies: 3
Views: 1821

Would you share that script with us? I would apreciate it!

Thanks in advance.
by Yorgul
2003-02-03 11:44:47
Forum: Ant Movie Catalog > Comments
Topic: Number of channels in AC3 sound
Replies: 11
Views: 3281

I don't mean adding it manually, I mean detecting it from the movie ;)

Yorgul
by Yorgul
2003-02-03 11:42:45
Forum: Ant Movie Catalog > Comments
Topic: Number of channels in AC3 sound
Replies: 11
Views: 3281

Number of channels in AC3 sound

Is it possible to add the number of channels when the audio format is AC3? It could be in the same field, like AC3-2 or AC3-6.

Thanks in advance.
Yorgul
by Yorgul
2003-01-30 11:56:40
Forum: Ant Movie Catalog > Scripts
Topic: Function PostPage
Replies: 2
Views: 1485

Function PostPage

I'm still working on the 7arte.net script.
Could the function PostPage solve the problem?
What parameters does it take?

function PostPage(address: string; params: string): string;
by Yorgul
2003-01-28 11:35:18
Forum: Ant Movie Catalog > Scripts
Topic: Script for http://cinema.ptgate.pt
Replies: 3
Views: 2201

Also, some directors and actors have links to other pages, and I'm still trying to get their names in both situations.
by Yorgul
2003-01-28 11:33:08
Forum: Ant Movie Catalog > Scripts
Topic: Script for http://cinema.ptgate.pt
Replies: 3
Views: 2201

Well, this is mainly a "translation" script, and there are better places and scripts to get the other info. Too bad there is not a movie description, that's why I'm still hoping you can solve the problem with 7arte.net. ;)

Yorgul
by Yorgul
2003-01-28 10:14:30
Forum: Ant Movie Catalog > Scripts
Topic: Script for batch updating from http://cinema.ptgate.pt
Replies: 0
Views: 1398

Script for batch updating from http://cinema.ptgate.pt

This is basically the same as my previous post, with the following differences: Does not ask for Title confirmation If only one item found, does not show list If exact match found, does not show list No message if no match found // SCRIPTING // cinema.ptgate import with small picture (**************...
by Yorgul
2003-01-28 10:06:16
Forum: Ant Movie Catalog > Scripts
Topic: Script for http://cinema.ptgate.pt
Replies: 3
Views: 2201

Script for http://cinema.ptgate.pt

Here is a small adaptation for http://cinema.ptgate.pt. It currently retrieves translated title, category and link to trailer (goes in comments) Title, picture, director, actors, year and country are commented off. // GETINFO SCRIPTING // cinema.ptgate import with small picture (********************...
by Yorgul
2003-01-24 00:03:51
Forum: Ant Movie Catalog > Scripts
Topic: Problem with script for www.7arte.net
Replies: 8
Views: 3183

I'll be waiting, then.
Thanks for checking into it.

Take care
by Yorgul
2003-01-23 17:42:27
Forum: Ant Movie Catalog > Scripts
Topic: Problem with script for www.7arte.net
Replies: 8
Views: 3183

So, if it can be corrected, only on next release, right?
by Yorgul
2003-01-23 15:29:22
Forum: Ant Movie Catalog > Scripts
Topic: Problem with script for www.7arte.net
Replies: 8
Views: 3183

Just to check if I'm doing anything wrong... :ha: procedure AnalyzePage(Address: string); var Line, MovieItem, MovieTitle, MovieAddress: string; TitlePos, BeginPos, EndPos: Integer; List: TStringList; begin Line := GetPage(Address); ShowMessage(Address); ShowMessage(Line); PickTreeClear; if Pos('<b>...
by Yorgul
2003-01-23 09:30:28
Forum: Ant Movie Catalog > Scripts
Topic: Problem with script for www.7arte.net
Replies: 8
Views: 3183

Thank you for your prompt reply.
I'll be waiting for your findings.
by Yorgul
2003-01-22 23:46:02
Forum: Ant Movie Catalog > Scripts
Topic: Problem with script for www.7arte.net
Replies: 8
Views: 3183

Problem with script for www.7arte.net

I'm trying to make a script for the above portuguese database, but I get an odd error. When I run the script for, let's say, American Pie , the script builds the correct url http://www.7arte.net/cgi-bin/arquivos/search_orig.pl?letra=&proc=American+Pie but then gives no movie found. If I paste th...