Search found 4 matches

by pyro
2008-10-19 23:27:06
Forum: Ant Movie Catalog > Comments
Topic: Number of Votes
Replies: 9
Views: 3373

Thanks so much guys, the Value := DateTimeToStr(Now); thingy is exactly what I needed!
by pyro
2008-10-19 10:39:07
Forum: Ant Movie Catalog > Comments
Topic: Number of Votes
Replies: 9
Views: 3373

Nicely done bad4u, thanks.

I need another small assistance please.
I want to have a "Last Update" line in my template for each movie (this is because I'm going to go through each movie in my catalog to have the number of votes added).
For this I need the script to add the current system date and ...
by pyro
2008-10-18 19:00:09
Forum: Ant Movie Catalog > Comments
Topic: Number of Votes
Replies: 9
Views: 3373

Hmm... for now I came up with this solution:

// Votes Number
if CanSetField(fieldMediaType) then
begin
Value := TextBetween(PageText, '<a href="ratings" class="tn15more">', '</a>');
SetField(fieldMediaType, Value);
end;


As you can see it adds it to the MediaType field which I didn't use ...
by pyro
2008-10-18 11:22:53
Forum: Ant Movie Catalog > Comments
Topic: Number of Votes
Replies: 9
Views: 3373

Number of Votes

Hi,

I've been wondering if there's a way to import the number of votes and have it shown in the catalog in any way?
I'm using the IMDB script if it matters.

If it's impossible I'd really like such a feature to be added....

By the way...
I've been using AMC for about 4 years now, and absolutely ...