News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Amazon seem no longer working

Started by struggler, August 19, 2009, 12:26:18 AM

Previous topic - Next topic

struggler

Hello,
Several week from now it seems that DVD's are no longer recognized automatically, but the worst is not only that; when I try to get cover art manually on LinuxMCE Admin page it doesn't find any title I might search. I've tried even with keywords like Iron man or spiderman and always with the "No results, please use the filters and try again." message as result.

Is it just me? Any help will be thankful.

Best Regards
JD

merkur2k

It is not just you, amazon has made a change to their web serves (which this uses) and it now requires some kind of authentication.

struggler

Is there any solution or alternative for that?

JD

merkur2k

I don't know enough about the issue to know if a workaround will be possible at this time.

niz23

I can confirm that lmce cannot identify inserted discs anymore. I live in sweden.
This has happened about 1,5month ago too. And suddenly it started working again.

As far as I know lmce do not use Amazon to detect inserted dvds.
Instead EMI (External Media Identifier) it use windows metaservices a service that Windows Media Player use to identify inserted discs which basically is a proxy to other commercial databases available on internet.

The way it work is by calculate a dvdID(crc). The part that we have in a binary only app.
They way MS calculate dvdID is not generally available and was contributed to pluto back in the old days by an unknown contributor.
The code circulate on hacker forums. So far I have been unable to get hold of it. A guy in xbmc forum claim to have it but won´t share it.

Without looking into this with a sniffer I guess MS have change to a newer protocol or some other minor change.
Me and possy looked into this the last time we experienced these issues.

In webadmin it´s a whole other story. It use Amazon.


As for EMI.
this is an example.
I insert "BadBoys 2"
Then EMI send the following, http://metaservices.windowsmedia.com/pas_dvd_B/template/GetMDRDVDByCRC.xml?CRC=1a4a98d8e0a3ef3b
Tried above url and it work fine. Return a XML with info about "Bad Boys 2".
It´s the CRC part that we are unable to calculate.
As far as I know the crc part include filenames, some id string that is fetched from the disc and probably a lot of other things.


/niz23


Quote from: merkur2k on August 20, 2009, 11:24:03 PM
I don't know enough about the issue to know if a workaround will be possible at this time.

Zerk

remembered seeing this while looking for something else. i know i saw a guide to use the IMDB to collect data but cant find the artical.  :-\


tschak909

Both of these are included in 0810.

-Thom

struggler

Please forgive my ignorance, but how do I apply those patches? Is it with svn command?

Please provide the command line to do it.

Thanks

merkur2k

as thom said, both are already included.

struggler

I'm still running 0710, I need to do the patch.

thanks

donpaul

Go to the core, and run this

patch <original file> <patch file>

Itsik

The imdb_cover_art.patch, contains multiple files, some of which are new and some are patches for existing once. How do I apply this patch ?

Thnx
Itsik

murcel


Lexje

Murcel, thanks for pointing to the patch.
For those interested:
I only copied the patch files in their original place and everything seems to be back to normal again.
At first I tried to get away with the patch command (I'm not familiar with this or diff for that matter), but this is not necessary.
Just chmod the old files to ugo-x, copy the new files over and chmod to ugo+x.

Thanks again!!

Erwin