musicfix

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

commit e4bcf8388a5bcd2ea6df0418738b7b46aec668e5
parent f255b384467cc0325c18e68a061052564814b649
Author: lostd <lostd@2f30.org>
Date:   Thu, 10 Apr 2014 12:13:23 +0000

Strip the File part and only keep the format

Diffstat:
Mbin/musicfix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -139,6 +139,9 @@ def mkshort n 'Numbered' => 'Num', 'Unofficial Release' => 'Unofficial', 'Single Sided' => 'S/Sided', + 'File MP3' => 'MP3', + 'File FLAC' => 'FLAC', + 'File WAV' => 'WAV', } # Note that prefix substitution is broken ftre = /(#{ft.keys.join('|')})/