]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: flactomp3v2 line styles
authorBastian Dehn <hhaalo@arcor.de>
Sat, 22 Sep 2018 12:52:13 +0000 (14:52 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 22 Sep 2018 12:52:13 +0000 (14:52 +0200)
flactomp3v2

index fb63465f08cb529f75c864cd54415305d2ae8d05..07c91e107213cdcedb5333823fc1a14f5adc3255 100755 (executable)
@@ -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