musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 8d1dbe70e5508fc619aa42e684c64db8f68f7a0c
parent 0022afe484180f1e5369052ab07a056c12b0242c
Author: lostd <lostd@2f30.org>
Date:   Fri, 17 Apr 2015 01:24:45 +0300

Add WAV and AIFF

Diffstat:
Mbin/musicfix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -235,7 +235,7 @@ end unless cmd == 'dump' then # Supported formats - fmtre = /mp3|ogg|m4a|mpc|flac|wv/i + fmtre = /mp3|ogg|m4a|mpc|flac|wv|wav|aiff/i # Construct file list fl = Dir['*'].select {|f| File.extname(f).match fmtre}.sort if fl.empty? then