jmwatte / beet-amazon

plugin for beets that lets you search amazon for album-details
13 stars 4 forks source link

beet-amazon

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