Search found 9 matches

by DarkS
2007-12-03 09:54:40
Forum: Ant Movie Catalog > Scripts
Topic: OFDB Script Fix
Replies: 16
Views: 4493

You are right. I have overlooked this part.
I've updated the script in the first post with a new line.
by DarkS
2007-12-03 01:15:13
Forum: Ant Movie Catalog > Scripts
Topic: OFDB Script Fix
Replies: 16
Views: 4493

OFDB Script Fix

Hi

Here is the fixed version 1.0.4 of the OFDB script. It fixes following bugs.

- Parse correct movie address (with no onmouseover part)
- Import description fix. I've described this problem here already, but since the script wasn't updated yet I've included this fix in the new version ...
by DarkS
2007-12-03 00:16:03
Forum: Ant Movie Catalog > Scripts
Topic: OFDb Script HTTP/1.1 400 Bad Request
Replies: 11
Views: 2899

although the script still seem to work properly (for me) with this URL and fetches correct data (even if you open this URL from within AMC it shows the correct film, at least on firefox).
Not for me. I couldn't get any movie data with v1.0.3. I've got "Read timeout" everytime I chose a movie from ...
by DarkS
2007-12-02 23:10:58
Forum: Ant Movie Catalog > Scripts
Topic: OFDb Script HTTP/1.1 400 Bad Request
Replies: 11
Views: 2899

Hi,

I'm a little confused about v1.0.3 of the script. It seems that v1.0.3 works for all of you. But it works not for me. I had a similar problem as Goofy but instead of "Bad Request" I've got "Read timeout" if I tried to get movie details. I've tried to search for the problems root and found that ...
by DarkS
2007-09-09 01:00:38
Forum: Ant Movie Catalog > Scripts
Topic: [REQ] ofdb.de FIX! 2 fields doesnt work anymore!
Replies: 14
Views: 5123

There is another bug in OFDB script. This time within the description part. The behavior is the same as it was with actors.

To fix this bug replace following code (line 181)
// Description
LineNr := Findline('<b>Inhalt:</b>', Page, 0);
if LineNr > -1 then
begin
LineNr := Findline('<a href ...
by DarkS
2007-05-20 01:47:45
Forum: Ant Movie Catalog > Scripts
Topic: [REQ] ofdb.de FIX! 2 fields doesnt work anymore!
Replies: 14
Views: 5123

Hmm. Its strange no one mentioned this problem yet, but the current OFDB script doesn't work if there are just a few actors (without "[mehr]" part) on the page. Then it imports just an empty string instead of actors names. To prevent this behavior you have to comment out (or delete) line 158 in the ...
by DarkS
2004-10-30 00:01:41
Forum: Ant Movie Catalog > Scripts
Topic: OFDB small pic does not work
Replies: 14
Views: 4287

do you mean the length of the movie? imho its not that easy to implement. there is no official field "length" on the page. the length is only stated (sometimes) in the description of the different dvd or video versions. and the length is quite often different. how do you want to decide which one you ...
by DarkS
2004-10-16 16:48:49
Forum: Ant Movie Catalog > Scripts
Topic: OFDB small pic does not work
Replies: 14
Views: 4287

@antp

yepp. that was my fault. i saw your posting after i submit mine :)
by DarkS
2004-10-16 00:09:20
Forum: Ant Movie Catalog > Scripts
Topic: OFDB small pic does not work
Replies: 14
Views: 4287

Hello,

i've corrected the script and tested it with a couple of movies. it worked fine for me. i hope it works now for everyone.

now the question is how can i upload the file here (if its possible at all)? if not then i will post the entire code here. then you can copy and paste it.