Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone Disc: change parameters #43

Open
Vidrep opened this issue Feb 9, 2022 · 1 comment
Open

Clone Disc: change parameters #43

Vidrep opened this issue Feb 9, 2022 · 1 comment

Comments

@Vidrep
Copy link
Contributor

Vidrep commented Feb 9, 2022

" BurnItNow/Source/CompilationCloneView.cpp
198,213d197
< BString text(B_TRANSLATE(
< "BurnItNow currently only supports the cloning of data discs.\n\n"
< "You can mount the audio disc with Tracker, copy the WAV files "
< "to your hard disk and burn them with BurnItNow in 'Audio CD' "
< "mode."));
< (new BAlert("NoAudioCloning", text, B_TRANSLATE("OK")))->Go();
<
< fBuildButton->SetEnabled(true);
< return;
<
< // TODO: cdda2wav currently fails with the error message
< // "cdda2wav: Invalid Argument. Cannot open output fd 0"
< // if BurnItNow isn't started from Terminal.
< // Maybe an issue with environment variables in Haiku in general?
< // See https://dev.haiku-os.org/ticket/12534
<
255,259c239,244
< ->AddArgument("paraopts=proof")
< ->AddArgument("-vall")
< ->AddArgument("cddb=0")
< ->AddArgument("-B")
< ->AddArgument("-Owav")

                          ->AddArgument("-cddb=1")
                          ->AddArgument("-verbose-level=toc,summary,titles")
                          ->AddArgument("-paranoia")
                          ->AddArgument("-alltracks")
                          ->AddArgument("-max")
                          ->AddArgument("-output-format=wav")

"

@Vidrep
Copy link
Contributor Author

Vidrep commented Feb 9, 2022

We can discuss the specifics on IRC or by email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant