Skip to content

no run with certain arguments #37

@Dogway

Description

@Dogway

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions