Page 9 of 26

Posted: 2007-07-11 17:03:50
by bleedingpegasus
The new script for IMDB (IMDB.ifs, english, v. 3.16, 10 July 2007), seems can't download/get trivia. Doesn't matter if its option 1 (to description field) or option 2 (to comment field).

Anybody have solution?

Thanks.

Posted: 2007-07-11 19:18:43
by bad4u
bleedingpegasus wrote:The new script for IMDB (IMDB.ifs, english, v. 3.16, 10 July 2007), seems can't download/get trivia. Doesn't matter if its option 1 (to description field) or option 2 (to comment field).

Anybody have solution?
Sure. Download latest version (3.17) from http://www.bad4u.741.com/IMDB.ifs (copy the link into a new browser window) ;)

Seems that IMDB did some minor changes on several extra pages (/trivia, /awards). It was just the end of the trivia table that the script couldn't find, so nothing was imported.

Let me know if anything else should be missing, I have no time for extensive testing these days.

CDDB or FREEDB Script broken

Posted: 2007-07-22 10:28:32
by makeijan
Patko's wonderfull script isn't working any more.

Could someone fix them? At least one of them. AMC works as an amazing CD catalogue too... if some script is working, of course.

Thank you.

IMDB CommentType=1

Posted: 2007-10-29 10:33:38
by butterw
IMDB CommentType=1 (returns the 10 most useful comments) is currently broken (change in imdb page ?)

Re: IMDB CommentType=1

Posted: 2007-10-29 12:24:44
by bad4u
butterw wrote:IMDB CommentType=1 (returns the 10 most useful comments) is currently broken (change in imdb page ?)
Yes, they changed something on the main page. Look for and change these lines on the IMDB script (v.3.21):

Code: Select all

Value := TextAfter(PageText,'<a href="usercomments">');
if Value <> '' then
to

Code: Select all

if Pos('a href="usercomments" class="link"', PageText) > 0 then
This should fix the problem, but I want to do some more tests this evening before releasing the next script version. No time for that now. ;)

Please let me know if there are more changes on the page..

Posted: 2007-10-29 22:35:22
by bad4u
Latest IMDB script (3.22): http://www.bad4u.741.com/IMDB.ifs (copy the link into a NEW browser window)

I decided to add the new code instead of replacing the old one. So it's sure it will work, even if there should be movies that still use the older code (although I didn't find any during testing) or if latest websites' changes should be cancelled.

Posted: 2007-10-30 11:10:21
by butterw
Works fine.

Thanks :grinking:

Posted: 2007-11-14 03:21:56
by bg334
Adultdvdempire script isn't working again. It appears that they modified their site a bit, which has thrown the script off. Would anyone be kind enough to help fix the script? Sorry that I don't have the skill set to do myself, but would be very appreciative of any assistance.

Thanks much in advance.

Posted: 2007-11-18 03:43:23
by bad4u
bg334 wrote:Adultdvdempire script isn't working again. It appears that they modified their site a bit, ...
Seems they changed more than just "a bit".. search page, result page(s) and movie pages have been changed and so the script needs lots of changes. As the previous script is quite complex and uncomfortable to be edited by third party (i.e. it makes extensive use of 'Pos' function), I started to write a new one. It will be available the next days.

Please let me know if someone else fixes the old script, so that I do not waste too much time on a new one ;)

Posted: 2007-11-23 12:41:54
by VictorMers
TNX ! we are whait for script of adultdvdempire

Posted: 2007-11-23 19:17:11
by bad4u
VictorMers wrote:TNX ! we are whait for script of adultdvdempire
Sorry, I did not find time to finish it yet, but there are only a few things still missing (actors, director, search results > 25).
It will be released this weekend (at least here on forum for public testing).

Posted: 2007-11-24 00:10:34
by bad4u
Here's some kind of 'pre' version (0.9) of a new Adult DVD Empire script:
xxxxxxxxxxxx (copy this link into a NEW browser window !)

The code has been completly rewritten for easier handling / editing (at least I hope so, its size is from 19kb down to 13kb), but there might be more changes the next days, as I'm still not satisfied with it.

Import of DVD details, DVD features, ADE Review and big cover picture is set by default and can be disabled, while import of user comments can be enabled via option.
If you find bugs please let me know (there might be a lot ;) .. I'm looking especially for errors in text import for special characters), I just did some short tests with few movies..

Remember that the script has NOT been finished yet !

(edit: download link deleted)

Posted: 2007-11-24 08:55:38
by klepptoman
bad4u wrote:Here's some kind of 'pre' version (0.9) of a new Adult DVD Empire script:
http://www.bad4u.741.com/beta/Adult%20D ... re%202.ifs (copy this link into a NEW browser window !)

The code has been completly rewritten for easier handling / editing (at least I hope so, its size is from 19kb down to 13kb), but there might be more changes the next days, as I'm still not satisfied with it.

Import of DVD details, DVD features, ADE Review and big cover picture is set by default and can be disabled, while import of user comments can be enabled via option.
If you find bugs please let me know (there might be a lot ;) .. I'm looking especially for errors in text import for special characters), I just did some short tests with few movies..

Remember that the script has NOT been finished yet !
Thanks Mate!

Posted: 2007-11-25 15:04:07
by bad4u
For new Adult DVD Empire script see viewtopic.php?t=3823

Thanks!

Posted: 2007-11-27 02:05:45
by bg334
Thanks Bad4U! Works great and much appreciated![/quote]

Posted: 2008-01-30 18:34:05
by msurg
The script for beyazperde.mynet.com needs to be fixed.

Anyone please?

Thanks

Posted: 2008-02-08 03:15:00
by Dash
Hi everyone,

OFDb - IMDb - mod v.1.3.1 doesn't work anymore...

The first thing is, that it doesn't get the movie pages correctly anymore, I could fix this by changing Line 101 from

Code: Select all

      if Multi = false then MovieAddress := copy(Line, 1, pos('">', Line) - 1);
to

Code: Select all

      if Multi = false then MovieAddress := copy(Line, 1, pos('" onmouseover=', Line) - 1);
The missing Translated Title can be fixed by changing Line 152 from

Code: Select all

      Endpos :=  pos('</b></font></td>',Line);
to

Code: Select all

      Endpos :=  pos('</b></font></h2></td>',Line);
So far, so good... But I can't get the description to work properly... The Fix for the OFDb "only" script works only halfway here... It gets the description, but just the short one and not the one which you get when you click on "[mehr]" (more)... Anybody got an idea here?

Posted: 2008-02-08 12:56:25
by bad4u
Here's a new version (1.3.2) of OFDB - IMDB mod script :
http://www.bad4u.741.com/full/OFDb%20-% ... 8DE%29.ifs (copy link into a NEW browser window !)

In addition to the corrections from above, I fixed description import and some still missing titles on results list.

OFDb (currently) uses multiple formats for links on results lists and movie detail pages, if you find more problems please post the movie name here..

Posted: 2008-02-08 14:46:11
by Dash
Seems to be working fine... Big thanks for the quick fix... :)

Posted: 2008-02-10 15:41:03
by vij
the ofdb-imdb link doesnt work.