hmm, can anyone tell me if it's possible to change where ioB gets its imdb facts to
http://former.imdb.com instead of using the new layout found in
http://www.imdb.com ?
Would solve this problem I assume.
UPDATE:
change the following: set newurl "http://www.imdb.com/title/tt$imdbid/" to set newurl "http://former.imdb.com/title/tt$imdbid/" in iomedia.itcl
this should do the trick, at least it did for me. Thanks to LordM for the tip.