You will need the requests library to capture album artwork from Fetch Art. pip install requests Install requests library for Python.We need imagemagick to do some image processing. I use Homebrew package manager to install imagemagick. Here's how to install Homebrew on OSX brew install imagemagickInstall imagemagick do conduct
ID3
Total 2 Posts
I'm currently learning about different ways to do music fingerprinting. In this article, I'm simply identifying how to do it using Echoprint. Here's how I did it. I used Ruby Rake to run command line scripts. You can certainly type these commands inside of Terminal but this method allows me