-
Notifications
You must be signed in to change notification settings - Fork 93
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
WIP: Ignore working_directory, output_directory and disc_template during whipper cd info #390
Conversation
Signed-off-by: gorgobacka <tho.b.j@gmx.de>
Thanks for the PR! I'll try and remember to test it out later tonight. :) No comments on the code right now at a glance. (Well, a test that shows the breakage before this PR and is fixed after this PR would be amazing! ❤️) |
Ripping a disc with this PR, I’m getting
Full commandline output (I’ll use a CD with a shorter TOC next time! 😅):
|
TODO: The "offset" parameter is also needed in the context of: whipper cd info. But I don't get this error message: "ERROR:whipper.common.accurip:no track AR CRC on non-HTOA track X". And I don't think that this PR is related to it in any way. I will try to finalize this PR soon. |
@gorgobacka Ping. 😉 |
Sorry for the long delay. I will work on this PR on the weekend. |
Thanks. No hurry, take your time. |
@gorgobacka Ping. 😉 |
1 similar comment
@gorgobacka Ping. 😉 |
Fully implemented in #410. |
The attributes
working_directory
,disc_template
andoutput_directory
are not defined during whipper cd info and they are only needed for ripping, andself.program.getTable
doesn't need output_path to gather the tocfile.Therefore, this part is excluded, if the attributes don't exist. (Fixes: #375)
(Not tested yet. But I expect that it will work.)