UberApps v4.1.1
·
69 commits
to master
since this release
Supplied binaries are built with Visual Studio Community 2017 v15.7.3.
Summary
- UberLAME, UberFLAC: Adds
/safety
switch to prompt when too many rips consecutively invalidated.
Details
Add /safety
switch to prompt when if too many rips consecutively invalidated
Invoking UberLAME or UberFLAC on the wrong directory structure can quickly lead to a large number of erroneous directory renames. Undoing this kind of mistake is tedious and time consuming. As a safety measure, these tools will now pause operation after 3 consecutive rip invalidations to ask for instructions:
3 consecutive rips invalidated. Stop (S) / Resume (R) / Don't ask again (D)?
At this point processing may be halted, resumed with the counter set back to zero, or resumed without this prompt displayed again. The number of consecutive rips that triggers this prompt may be configured with the /safety:n
switch with /safety:0
disabling prompting.