Comment 6 for bug 467714

Revision history for this message
Florian Demmer (fdemmer) wrote :

i commited a fix to my 0.6 branch in rev1126

http://bazaar.launchpad.net/~fdemmer/listen/0.6/revision/1126

amazon requires REST requests to be signed with a key computed using a secret key, you get when creating an account with them at http://aws.amazon.com.

to make amazon cover fetch work again use my amazon.py, uncomment the setLicenseKey() in line 284 of cover_manager.py and set the AWS_LICENSE_KEY and AWS_SECRET_KEY environment variables before starting listen. for a cleaner fix i would suggest adding the license and secret key to the preferences dialog and adapt the code in cover_manager.py...

i am new to launchpad so i am not sure how the merge process works... maybe just check my other changes in the branch and see what you want to use...