-
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
Regression: Unable to resume a failed rip #136
Comments
How it should behave:
|
JoeLametta
added
the
Bug
Generic bug: can be used together with more specific labels
label
Apr 28, 2017
Merged
Should this have 1.0 as milestone? It's kind of annoying, but not a deal breaker. Perhaps 1.1 or so? |
By the way, the fix is rather simple, I believe. Just have the track verification use wave=False when reading the track, so that it decodes the flac properly. |
Anyone want to try what I suggested? |
Will test it later today, thanks. |
MerlijnWajer
added a commit
to MerlijnWajer/whipper
that referenced
this issue
Jan 26, 2018
Thanks to Freso for testing. command/cd: Only call makedirs when dir does not exist common/checksum: Support flac input files Fixes whipper-team#136
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
morituri (and earlier versions of whipper) would pick up a failed rip and continue work on it if one existed in the
--working-directory
. Commit 6ddb5d0 broke this functionality.The text was updated successfully, but these errors were encountered: