-
Notifications
You must be signed in to change notification settings - Fork 90
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
Allow configuring whether to auto close the drive's tray #488
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing instructions. |
Hi, it should be already possible to avoid running the
Please let me know if it works. 😉 |
It does not work, unfortunately. The --eject parameter regulates whether to eject the disc after the ripping is complete (which I still want to happen). The command I'm trying to avoid is the eject -t, or trying to close the tray,** before** ripping starts. The reason is simple: there's no tray to close, so the warning is expected, unhelpful and annoying in an otherwise flawless program. |
Thanks for the clarification. |
Thank you, much appreciatted! |
Untested. Fixes #488. Signed-off-by: JoeLametta <[email protected]>
Untested. Fixes #488. Signed-off-by: JoeLametta <[email protected]>
Fixes #488. Signed-off-by: JoeLametta <[email protected]>
It seems there's no option to skip "eject -t" from trying to close the tray, even when the drive doesn't have any.
This outputs an error on every rip operation: "WARNING:whipper.program.utils:command 'eject -t /dev/sr0' returned with exit code '1'".
The text was updated successfully, but these errors were encountered: