Skip to content

plugin for beets that lets you search amazon for album-details

Notifications You must be signed in to change notification settings

jmwatte/beet-amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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

About

plugin for beets that lets you search amazon for album-details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages