Not finding films

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
doveman
Posts: 32
Joined: 2011-09-17 09:58:35

Not finding films

Post by doveman »

Using AMC v4.1.0 several films aren't being found with the IMDB script, despite me puttting in the URL.

Blood Diamond 2006 http://www.imdb.com/title/tt0450259/

Female Trouble 1974 http://www.imdb.com/title/tt0099329/

Hanibal Rising 2007 http://www.imdb.com/title/tt0367959/

Hotel Rwanda 2004 http://www.imdb.com/title/tt0395169/

Howl's Moving Castle 2004 http://www.imdb.com/title/tt0347149/

Inland Empire 2006 http://www.imdb.com/title/tt0460829/

Journeys from Berlin/1971 (1980) http://www.imdb.com/title/tt0080969/

Le Petomane (1979) http://www.imdb.com/title/tt0271609/

Little Miss Sunshine (2006) http://www.imdb.com/title/tt0449059/

Pink Flamingos (1972) http://www.imdb.com/title/tt0069089/

Sleep Dealer (2008) http://www.imdb.com/title/tt0804529/

Spirited Away (2001) http://www.imdb.com/title/tt0245429/

Telstar: The Joe Meek Story (2008) http://www.imdb.com/title/tt1068669/

The Blood Spattered Bride (1972) http://www.imdb.com/title/tt0069029/
(also tried with La novia ensangrentada)

The Chaser (2008) http://www.imdb.com/title/tt1190539/

Les Français vus par (1988) http://www.imdb.com/title/tt0094999/

The Incredibly Strange Film Show (1988) http://www.imdb.com/title/tt0237969/

The Science of Sleep (2006) http://www.imdb.com/title/tt0354899/

La classe operaia va in paradiso (1971) http://www.imdb.com/title/tt0066919/

Themroc (1973) http://www.imdb.com/title/tt0069369/

Year of the Dog (2007) http://www.imdb.com/title/tt0756729/
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

See this post: viewtopic.php?t=4919

Try to replace line 61 :

Code: Select all

  if pos('<title>IMDb', PageText) = 0 then
by

Code: Select all

  if pos('<title>IMDb Title Search', PageText) = 0 then
doveman
Posts: 32
Joined: 2011-09-17 09:58:35

Post by doveman »

Sorry, I don't read French so don't know what it says there, but the change has fixed it, so thanks.
antp
Site Admin
Posts: 9665
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

It is because these movie have their number ending by "9" : IMDB pages for movies ending by 9 have a small difference. This seems crazy but it is a fact. So the script was not handling that properly.
doveman
Posts: 32
Joined: 2011-09-17 09:58:35

Post by doveman »

Ah, thanks for explaining :)
Post Reply