plugin for beets that lets you search amazon for album-details
adds Amazon album search support to the autotagger. Needs an AmazonAccess Key ID and a Secret access key see:
http://aws-portal.amazon.com/gp/aws/developer/account/index.html
Also needs bottlenose
https://github.com/lionheart/bottlenose
Copy the api.py file to your pluginfolder, rename it bottlenose.py.
You must set Access_Key_ID, Secret_Key_ID and asso_tag in the config of beets like this...
amazon:
Access_Key_ID: youracceskeyID
Secret_Access_Key: yoursecretaccesskey
preferred_regions: ["US", "FR"] # try to get tracks from amazon.com and amazon.fr if first failed, default to ["US"]
asso_tag: yourassotag #can be anything, I just set it to beets)
Basically an Amazon Web service AWS account and an Amazon Associates account on https://affiliate-program.amazon.com/ are needed to request tracks from http://amazon.com
To request
- http://amazon.fr (FR): Amazon Associates on https://partenaires.amazon.fr is needed
- http://amazon.ca (CA): Amazon Associates on https://associates.amazon.ca is needed
- http://amazon.cn (CN): Amazon Associates on https://associates.amazon.cn is needed
- http://amazon.de (DE): Amazon Associates on https://partenaires.amazon.de is needed
- http://amazon.es (ES): Amazon Associates on https://partenaires.amazon.es is needed
- http://amazon.in (IN): Amazon Associates on https://partenaires.amazon.in is needed
- http://amazon.it (IT): Amazon Associates on https://partenaires.amazon.it is needed
- http://amazon.co.jp (JP): Amazon Associates on https://partenaires.amazon.co.jp is needed
- http://amazon.co.uk (UK): Amazon Associates on https://partenaires.amazon.co.uk is needed
- http://amazon.com.br (BR): Amazon Associates on https://partenaires.amazon.com.br is needed
- http://amazon.com.mx (MX): Amazon Associates on https://partenaires.amazon.com.mx is needed