improve replaygain tagging
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -oux pipefail
|
||||
set -ou pipefail
|
||||
|
||||
count=`ls -1 *.OGG 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
@ -37,4 +37,5 @@ if [ $count != 0 ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
rsgain easy -p no_album -m MAX -S ./
|
||||
shopt -s nullglob
|
||||
rsgain custom -a -s i -L -S *.m4a *.mp3 *.ogg *.opus
|
||||
|
Reference in New Issue
Block a user