-
Notifications
You must be signed in to change notification settings - Fork 92
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
Need help debugging/tweaking docker build #307
Comments
Hi, thanks for reporting this issue! DArtagan/docker-whipper's Dockerfile uses an old whipper version (v0.5.1) and Xiph's cdparanoia. What happens if you add the detected offset to whipper's config file manually and rip this way? Cheers, |
Above is my setup.
|
whipper.log |
Until the bug gets fixed upstream you can probably manage to rip CDs with whipper in three ways:
|
Is the libcdio-paranoia defect this one? libcdio/libcdio-paranoia#14 How does one use 0 as an offset and correct it later? |
Yes.
You can use mktoc's offset correction (in your case the offset value for mktoc would be |
No reply in 10 days: closed. |
Apologies for letting this one rot. Agree it is an upstream bug. I tried naively patching the docker container with the Xiph's cdparanoia -- but got the same behaviour. I haven't tried messing with offset correction. Closed is the correct action for this one. Thanks for all the work on this project. |
That's unexpected... |
I can't get the docker build of the current github code here to work. I am able to get another build to work fine on the same hardware.
There is a version of whipper in dockerhub: https://hub.docker.com/r/dartagan/whipper/
This points at https://github.com/DArtagan/docker-whipper where you can see the Dockerfile
I'm testing using the image pulled from dockerhub.
As you can see above, this works.
Looking at the whipper.conf file
You can see my drive model is identified (I added the read_offset by hand at one point) - point here is that the drive model is in the Accurip DB http://www.accuraterip.com/driveoffsets.htm and is listed there as +667
I built the current whipper code into a docker container using the instructions in the README.md
I added it as an alias
then run it to replicate what I've done with the dockerhub build
As you can see above, the current code does not work for me.
Same CD was used. Same machine, OS, hardware etc. Two different docker containers.
The dockerhub image pulled (dartagan/whipper) fails to properly rip the LAST track when I try to rip a CD. Thus it's not fully useful either. However, frustrating that the docker build from this github doesn't work for me.
Looking for suggestions on steps to dig in and figure this out.
The text was updated successfully, but these errors were encountered: