musicfix

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

commit 51af0da318c57b561a7104a4973432134c56cdcc
parent 8901ef10628011a7c824e1a198d1a2dd862c24d2
Author: Lazaros Koromilas <lostd@2f30.org>
Date:   Thu, 18 Jun 2020 11:45:42 +0300

Ignore file format specifics and just use a generic term

Diffstat:
Mbin/musicfix | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -91,7 +91,7 @@ end # Formats we care about and their abbreviations # http://www.discogs.com/search/#more_facets_format_exact # Ignore "Vinyl" in favor of "LP"/"EP"/'7"'/'10"'/'12"' descriptions -# Ignore "File" in favor of "MP3"/"WAV"/"FLAC" descriptions +# Ignore "MP3"/"WAV"/"FLAC" etc descriptions in favor of "File" # Avoid too generic descriptions such as "Album" # Avoid too specific descriptions such as "Green", "Gatefold" @ft = { @@ -124,10 +124,7 @@ end 'Numbered' => 'Num', 'Unofficial Release' => 'Unofficial', 'Single Sided' => 'S/Sided', - 'MP3' => 'MP3', - 'AAC' => 'AAC', - 'FLAC' => 'FLAC', - 'WAV' => 'WAV', + 'File' => 'File', } # Make a sane format string also using format description