-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Executing the following:
for %%F in ("%FOLDER%\*.mp3") do (
rsgain custom -t -I 4 -L -s i -c p -l -18 "%%F"
)
Won't run in Win7 x64 until I remove -t
(true peak) and lower tag version to 3 (-I 3
).
Also -s
doesn't accept e
anymore
Old version (2.0.1) works fine:
for %%F in ("%FOLDER%\*.mp3") do (
rsgain custom -r -k -K -2.0 -s e -d 0.0 -L -S -I 4 "%%F"
)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working