From: Bastian Dehn Date: Sat, 22 Sep 2018 12:52:13 +0000 (+0200) Subject: change: flactomp3v2 line styles X-Git-Tag: v1.0.0^2~79 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=61066a2035da031d8671735d1a0dca722c81554d;p=albentohandy.git change: flactomp3v2 line styles --- diff --git a/flactomp3v2 b/flactomp3v2 index fb63465..07c91e1 100755 --- a/flactomp3v2 +++ b/flactomp3v2 @@ -34,8 +34,7 @@ ReadFlacToMp3Tags() local readonly TRACKNUMBER=$(metaflac "$INPUTFILE" \ --show-tag=TRACKNUMBER | sed s/.*=//g) local readonly DATE=$(metaflac "$INPUTFILE" \ - --show-tag=DATE \ - | sed s/.*=//g) + --show-tag=DATE | sed s/.*=//g) local readonly RRL=$(metaflac "$INPUTFILE" \ --show-tag=REPLAYGAIN_REFERENCE_LOUDNESS | tr '=' ':') local readonly RTG=$(metaflac "$INPUTFILE" \ @@ -69,8 +68,7 @@ ReadFlacToMp3Tags() fi # finally command end - local eyed3Command+=" \ - \"$OUTPUTFILE\" > /dev/null 2>&1" + local eyed3Command+=" \"$OUTPUTFILE\" > /dev/null 2>&1" # execute eyeD3 command eval $eyed3Command