Project

got_mp3

0.0
No release in over a year
A ruby-mp3info wrapper to make it convenient to update the album art and track titles of multiple MP3 files in a batch process.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8, >= 0.8.10
~> 0.3, >= 0.3.5
>= 0.2.0, ~> 0.2
~> 0.7, >= 0.7.2
 Project Readme

Introducing the got_mp3 gem

This gem aims to make it convenient to add album art or change titles for Mp3 files in a file directory.

Usage:

require 'got_mp3'

gotmp3 = GotMP3.new(dir: '/home/james/Music/The Best of Scottish Dance Bands')
gotmp3.add_jpg # writes the jpg file in the file directory to each MP3 file

# Rename the MP3 file
gotmp3.rename() {|mp3file| mp3file.sub(/Disc \d - (\d+) - /,'\1. ')}

# Add a title for each MP3 track from a .txt file in the same directory
gotmp3.add_titles

# Add the album art, modify the track title and rename the MP3 file
gotmp3.go

# write the track title to a .txt file in the same directory
gotmp3.write_titles

Resources

gotmp3 got_mp3 mp3 mp3info audio music