T O P I C R E V I E W |
rocman |
Posted - 28 May 2013 : 13:18:46 Someone reported that the amazon.de script doesn't download covers any longer. Suprise, surprise... website change...
I fixed the cover and plot download.
This one should do the trick: http://sourceforge.net/projects/xmm-scripts/files/AMAZON.DE%28full%29_v1.4.txt/download
If you use this script and find some more errors (I didn't checked everything) feel free to post them here. Title, media type, MPAA, studio, release date, region and rating seems to work (without changes)... |
8 L A T E S T R E P L I E S (Newest First) |
rocman |
Posted - 18 Jun 2013 : 20:03:18 Ok, done. http://sourceforge.net/projects/xmm-scripts/files/AMAZON.DE%28full%29_v1.6.txt/download |
Alessio Viti |
Posted - 17 Jun 2013 : 10:17:57 Hello Rocman,
Please send to me the script when you have update it, I will upload in the server.
Thank you very much!!
Ale |
rocman |
Posted - 16 Jun 2013 : 12:23:35 Thank you for the quickfix. I will add it to the script... |
blpp |
Posted - 10 Jun 2013 : 21:18:21 rocman, the script has another problem, I just realized. If the first cover doesn't have a highres image but the second, third, ... has a highres image the highres image of the wrong picture is taken. Not the cover. I fixed it by myself quickly, you can merge the change into your script (bold part):
#POSTER# ... //HiRes is needed #FIND#=}#22# #ONERROR#=*STOP* #LOADCURSOR#=#21#
//Find start of the first hires image, compute cursor and save in 25 #FIND#="hiRes":#25# #ONERROR#=*OK* #IF# #25#==#00# #GOTO#=_READPOSTER_ #ENDIF# #IF# #25#>>#22# #GOTO#=_READPOSTER_ #ENDIF# #COMPUTECURSOR#=+7 #PUTCURSOR#=#25# //Check for null ...
Example link: http://www.amazon.de/Battle-Terra-3D-Version-Blu-ray/dp/B004OW5118/ref=sr_1_1?ie=UTF8&qid=1370890828&sr=8-1&keywords=battle+terra |
blpp |
Posted - 09 Jun 2013 : 22:00:47 Great job, it works! Thank you. :) |
rocman |
Posted - 06 Jun 2013 : 22:07:47 Ah, ok... I see...
Here is the small bugfix - it should work now. I tested with your example.
http://sourceforge.net/projects/xmm-scripts/files/AMAZON.DE%28full%29_v1.5.txt/download |
blpp |
Posted - 06 Jun 2013 : 15:26:07 Hello,
I was the one who reported the change in the Amazon.de website. I discovered a small bug in the script. The cover download doesn't work, if the high res cover isn't found on the website. The script searches for hiRes and stops, if it doesn't find it. But instead it should load the standard cover.
An example is the movie Alice in Wonderland 3D (http://www.amazon.de/Alice-Wunderland-3D-Blu-ray/dp/B004EHVMWA/ref=sr_1_1?s=dvd&ie=UTF8&qid=1370526177&sr=1-1&keywords=alice+in+wonderland)
Btw, I'm still using XMM7. |
Alessio Viti |
Posted - 30 May 2013 : 18:27:39 Thank you, I will upload it now.
Ale |