blob: 3d1f262321e48094bdb3409bd392a94572e6878f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Music Sorter
musicSorter.rb is a music sorting script I made :D
## How to use it?
Will sort your music nicely into folders, using the metadata found within the song files. Just run the script in the directory where all your unsorted songs reside, and give the script the location where you would like your sorted songs to end up in as the argument
e.g:
`ruby musicSorter.rb /home/tradam/myMusic/`
## Dependencies
Requires the ffruby gem to be installed, which in turn requires libavformat and libavcodec libraries to be installed on your system
|