Cleen Beets is a small ruby program I wrote for myself in order to make my life easier whenever I want to edit ID3 tags for my audio files.
Properly formatted data is pulled from the iTunesSearch API, which is then used to edit the ID3 Tags and the filename.
Before you can bundle install the taglib-ruby gem, you first need to install taglib, the C++ library for meta-data.
brew install taglib
bundle install
ruby driver.rb filename.mp3
Edit ID3 Tags of a single audio fileRename audio file with accurate informationPull correct data for audio file from an API (iTunes for now)
- Convert program into a gem
- Add menu so users have control over audio file format
- Integrate Beatport for more data
- Edit ID3 Tags for an album
- Rename Directory of album with accurate information