Search found 3 matches

by StefaanD
Thu Jan 12, 2012 1:31 pm
Forum: Bug Reports
Topic: IMDB search not working
Replies: 38
Views: 52944

Re: IMDB search not working

Nora,

Had the same problem, but can confirm the version in the link you provided does retrieve data again from IMDb, thanks for this.
by StefaanD
Thu Jul 27, 2006 9:36 am
Forum: Feature Requests
Topic: Bookpedia - ISBN search with dashes
Replies: 5
Views: 7815

Well for one thing ISBN numbers are certainly not unique.

But it would indeed be nice if ISBN could be parsed by Bookpedia so
that only the numbers are left (clearing dashes, spaces, ...)


Ciao
Stef,
by StefaanD
Tue Jun 13, 2006 10:16 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 33496

Normally the timeout period in an AppleScript is five minutes.

If you want a shorter timeout then a timeout block like the one
below should do the trick;

Code: Select all

with timeout of xxx seconds
end timeout

Ciao
Stef,