-
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
Final track rip failure due to file size mismatch #146
Comments
|
The file is indeed smaller than would be expected (43941932) for that number of sectors. |
It appears that this may be the cdparanoia issue, I have not installed the patched version apparently. Working on that. |
My bad. Works fine with patched cdparanoia. |
Good, thanks for pinpointing the cause. That cdparanoia bug is known and, considering it affects whipper too, it might be a wise idea to mention it somewhere in whipper's README. I'm curious: could you test if that same rip operation fails using libcdio-paranoia? cd-paranoia --stderr-progress --sample-offset=667 --force-cdrom-device /dev/sr0 3[00:00:00.00]-3[00:04:09.46] $HOME/whipper-test.wav` I'm asking this because whipper is going to switch to libcdio-paranoia (#87) in the near future and I don't know if libcdio-cdparanoia has the same problem "plain" cdparanoia has. Thanks in advance, Joe |
Looks like it has the same problem, but at least it knows it before it starts ripping into uncharted territory. |
@EReckase when you write:
what patch are you referring to and where does one get it? |
Not sure where I saw it in the issue tracker, but this is what I applied to the cdparanoia source: https://gist.github.com/AnwarShah/560d77f7d7da52553f918f3ecb7401e3 I imagine that it just needs to get applied to cdio-paranoia, @rocky. Thanks for your work on that lib! |
I think the original source of the patch is mustbenice (this is the initial "single" patch). |
Ok. Thanks for the information. A pull request is in review libcdio/libcdio-paranoia#11 Everyone please feel free to comment, or correct it. It would also be nice to get a test case for that problem. Thanks again. |
Just installed whipper, testing it out with a short single in my collection, and the final track fails to rip. Log inspection shows:
for each attempt.
cmdline:
WHIPPER_DEBUG=DEBUG WHIPPER_LOGFILE=whipper.log whipper cd rip -L morituri
config:
whipper.log.txt
Note that this happens for every disc I try to rip, not just this one. The last track has a file size mismatch and crashes with a RuntimeError.
Running on xubuntu 16.04.
The text was updated successfully, but these errors were encountered: