musicfix

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

commit b22c1548264ad3f6cbca8ce23ffb64b88c716aa9
parent aea8c97528ee5126b4f989e8a9c095ec07f86098
Author: lostd <lostd@2f30.org>
Date:   Wed,  2 Mar 2016 17:43:58 +0200

Ignore those bullet symbols.

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

diff --git a/bin/musicfix b/bin/musicfix @@ -50,7 +50,8 @@ end # Add wordings for symbols syms = {"≠" => "not equals", "Χ" => "x", - "★" => "blackstar"} + "★" => "blackstar", + "•" => ""} Stringex::Localization.store_translations :en, :transliterations, syms # Convert to lowercase ASCII without punctuation