Page 19 of 26

Discshop.se

Posted: 2010-11-22 20:44:19
by u28151
Hi

Is there anyone who can have a look at the swedish script Dischop.se, says "no movie found" whatever I use as search criteria.

Thank you in advance

//U

Allmovie scripts not working anymore

Posted: 2010-12-19 19:32:28
by frenchfrog2
Bonjour à tous,
Il semble que le site Allmovie.com ait changé (par exemple l'url de recherche n'est plus la même...) du coup le script correspondant ne fonctionne plus. Y aurait-il une ame charitable pour m'aider ? J'ai bien essayé de modifier le script avec la nouvelle url de recherche, mais ce n'est pas suffisant.

Merci d'avance.

Hi to all,
It seems the Allmovie.com has changed (for example the search url is not the same anymore...), dur to this the script for this site is not working anymore. Could someone help me ? I did try to change the script with the new search url, but with no success.

Thank you in advance.

Discshop.se

Posted: 2011-01-02 22:44:59
by neorules
Is there anyone who can take a look at the script to Discshop.se

Posted: 2011-01-19 14:18:48
by mrynek
filmweb.pl doesn't work anymore. there is topic about polish scripts and people compain about not woorking sripct over there, but it's in polish, so it can be hard to understand:)

world-of-video.de script

Posted: 2011-02-16 09:59:43
by Beule
Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)

Re: world-of-video.de script

Posted: 2011-02-16 18:46:28
by bad4u
Beule wrote:Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)
Pls see viewtopic.php?t=4769

Posted: 2011-03-18 11:53:57
by keeper2
Hi!

Can anybody fix the Port.hu.ifs script? It works, but the translated movie title is the only field, what remains empty. Thanks

Posted: 2011-03-24 18:58:38
by burn913
I'm having trouble with the IMDB script today, I keep getting a 404 error. any suggestions? other scripts seem to be working fine

Posted: 2011-03-24 19:28:37
by bad4u
burn913 wrote:I'm having trouble with the IMDB script today, I keep getting a 404 error. any suggestions? other scripts seem to be working fine
Seems to work fine for me with few sample movies. Please check your script version (latest version is 3.68) and update if it's an older one. You can download it using script [Update Scripts] or manually from http://update.antp.be/amc/scripts/ .

If you have latest version please give few example movies that won't work for you, maybe it's only with specific movies.

Posted: 2011-03-24 22:30:44
by editestowy
Hi !

It's seems that IMDB sometimes redirects for slightly different pages.
For "The Son of Monte Cristo (1940)" (tt0033076) - I've always got HTTP 404. So
I've checked what was IMDB's response. Here it is: IMDB page.
AnalyzeMoviePage procedure couldn't find the MovieNumber at that modified page.
Seems that something like
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<input type="hidden" name="title" value="tt', '">');

added to the procedure should help with these pages (at least it helped myself).

Posted: 2011-03-24 23:07:13
by bad4u
Thanks, an example movie is always helpful to track the problem. I used a slightly different code, but yours should be correct, too.

The update has been sent to antp and should be available from the server tomorrow.

Posted: 2011-03-24 23:26:16
by editestowy
Unfortunately there are more possibilities:
Macao (1952) (http://www.imdb.com/title/tt0044863/) hasn't got any of previous two patterns or the one I've mention before.
So here is probably better or additional search:

if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<link rel="canonical" href="http://www.imdb.com/title/tt', '/');


I don't know - the problem is mostly with old movies... :)

Posted: 2011-03-24 23:31:36
by bad4u
This is already addressed in the update, it uses the canonical link for extracting the movie number. But thank you again ;)

Posted: 2011-03-25 14:55:49
by burn913
Thank you! works like a charm!

Posted: 2011-03-26 12:48:43
by pajpaj
Can anybody fix the xpress.hu.ifs script?

Posted: 2011-04-05 13:03:47
by rosbert
Mymovies script doesn't work anymore

Posted: 2011-04-17 16:02:06
by haggis82
Is there anyone who can take a look at the script to Discshop.se? It would be great if someone could fix it. :)

Posted: 2011-07-05 14:15:36
by msurg
Beyaz Perde script doesn't work anymore cause www.beyazperde.com has changed the web interface.
Needs to be updated. Please!!!
Thanks

Posted: 2011-08-27 17:47:20
by qtx
The IMDB script has stopped working...

Posted: 2011-08-27 22:04:02
by bad4u
qtx wrote:The IMDB script has stopped working...
Version 3.70 of the script still works for me. If that's a problem for specific movies or script settings only, please post more details.