Just checking to see if anyone has been able to get the Amazon plugin to work. Not all of my music is listed on MusicBrainz and some isn’t even on Spotify. So I was hoping that I could use the Amazon plugin to tag my music for those albums.
I’m a little confused by the instructions for deploying the plugin on the Amazon plugin page and am hoping someone can confirm where I need to install the files. There is an Amazon.py file on the github page that I presume goes into the “myplugins” folder path.
Then the instructions references a “bottlenose” package that needs to be installed (pip install bottlenose
). Then the instructions show to “Copy the api.py file to your pluginfolder, rename it bottlenose.py.” I presume this api.py file is from the bottlenose package somewhere.
So in summary, does this mean that both the Amazon.py file and the Api.py files are the only two files that end up in the myplugins folder? And then I simply add “Amazon” to the config.yaml like so:
plugins: amazon
Is this correct?