Skip to content

TheDevelopment/ruby-id3-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ruby ID3 Sort

The idea of this program is to take an unsorted music folded and move all the tracks to a destination based on the ID3 tagging.0

it is executed by:
ruby music_parser.rb origin destination enact
e.g.
ruby music_parser.rb /home/TheDevelopment/unsorted /home/TheDevelopment/Music enact

By removing the 'enact' word, the program does a dry run.

This program uses ruby-mp3info which can be found at:
http://ruby-mp3info.rubyforge.org/

And uses the ruby implimentation of Levenshtein distance, which can be found at:
http://rubyforge.org/frs/?group_id=6257

About

A simple ruby program to sort mp3s based on ID3 tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages