-
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
CD-TEXT issue #49
Comments
This is a cdrdao issue but whipper shouldn't stop ripping. I haven't go a lot of free time these days but I'll try to debug it as soon as possible. Maybe I'll ask you to try ripping that same CD using cdrdao... Anyway here's a related issue ticket: |
It seems that whipper doesn't check the message log level before firing ProgramError... Straight from cdrdao source code: if (opts->withCddb) {
if (readCddb(opts, toc) == 0)
log_message(2, "CD-TEXT data was added to toc-file.");
else
log_message(2, "Reading of CD-TEXT data failed - "
"continuing without CD-TEXT data.");
} // Level definitions:
// -1 : warning
// -2 : error
// -3 : internal error
// -4 to -9 : fatal error
// -10 and less : fatal error, call will exit the calling thread.
//
// Levels >= 0 are controlled by the verbosity set below. |
@thomas-mc-work Could you try updating whipper and ripping that same CD again? (now, thanks to RecursiveForest pull request, it should work as expected). Thanks. |
Perfect, it's working now 👍 |
I tried to rip a CD that oviously contains CD-TEXT. I got this error message:
Maybe it's possible to simply omit tracks in this format before trying to read?
It is this CD (maybe this helps): https://musicbrainz.org/release/75fab53f-68a1-4f37-ab5d-d71a316e84ad
The text was updated successfully, but these errors were encountered: