musicfix

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

commit 057606e8600283c036ebbca3c5c8b113dcc9a674
parent 84b2b0eb78446c673c821110ec4612a44e5950f8
Author: lostd <lostd@2f30.org>
Date:   Thu,  3 Oct 2013 10:40:56 +0000

Single-sided abbrev

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

diff --git a/bin/musicfix b/bin/musicfix @@ -118,6 +118,7 @@ def mkshort n n = n.gsub "Reissue", "RE" n = n.gsub "Enhanced", "Enh" n = n.gsub "Unofficial Release", "Unofficial" + n = n.gsub "Single Sided", "SSided" end # Parse command line