Search found 9 matches

by Necrocter
2010-12-18 23:53:51
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Thanks :) I added this in case there is a "/" (and possibly other stuff) after the number in the URL, as that case is quite likely: if(Pos('/', IMDB) > 0) IMDB := TextBefore(IMDB, '/', ''); I also modified a little the test at the beginning so it asks for IMDB url in case it is not found ...
by Necrocter
2010-12-18 20:20:39
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 133
Views: 79889

Is there a way to choose between several covers like the list tree for movies?
by Necrocter
2010-12-18 20:10:18
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Here we go. NOTE: If someone really needs to search by Movie Name let me know to implement this to the script, just remember that the MPDB API only throws the last movie made with that name, so isn't very realiable to use this method. (*************************************************** Ant Movie Ca...
by Necrocter
2010-12-17 17:02:28
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Yeah, it could use both, IMDB Number, and Title. The title isn't the best option because the API throws to most recent movie with that name. Let me know if you want to leave just the IMDB option (the old script use both).
by Necrocter
2010-12-17 08:25:58
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Well, almost done, I just have problems to get a correct key using the title of the movie when the movie has spaces like 'star wars'. I let you the correct key for 'star wars' to see what's the problem, maybe something with the GET method. $secret_key = substr(md5(secretkeystar wars), 10, 12); gener...
by Necrocter
2010-12-17 03:26:36
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Wow, good news. I will rewrite the script right now :).
by Necrocter
2010-11-01 21:53:49
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

I still waiting an answer, but I doubt they will answer :(.
by Necrocter
2010-10-24 18:17:52
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

Ok, I requested the api-key, I will update the script as soon as I get one :)

Greets.
by Necrocter
2009-09-13 12:20:29
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MoviePosterDB (Poster download)
Replies: 32
Views: 10586

[REL] MoviePosterDB (Poster download)

Hi I'm new :p Well I was playing with the script editor from ant and then I realize that it was really easy to make scripts (the debug tool it makes the things easy). I'm not familiar with Delphi so maybe my script is ugly and has a lot of bugs, but it works :D. The API from movieposterdb makes the ...