ruby-id3-sort
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A simple ruby program to sort mp3s based on ID3 tags
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

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。