How To Install eye-d3

eyeD3 is a Python tool for working with audio files, specifically MP3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (eyeD3) and a Python library (import eyed3) that can be used to write your own applications or plugins that are callable from the command-line tool.

More Information at: http://eyed3.nicfit.net/

Installation Steps:

  1. Open Terminal
  2. Now, Install brew with the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install eye-d3
    brew install eye-d3

eye-d3 is installed now!