python-audio-tools icon indicating copy to clipboard operation
python-audio-tools copied to clipboard

fails to find disc in accuraterip database

Open hferreiro opened this issue 10 years ago • 2 comments

I have a CD which is correctly ripped matching the same AccurateRip checksum as EAC which gives a confidence level of 7 but trackverify says "disc not in database".

hferreiro avatar Jan 09 '15 22:01 hferreiro

What disc is it and what disc IDs does cdinfo list for it?

If the disc contains a pre-gap, you may need to specify the disc's cuesheet (if available) in order to determine its AccurateRip disc ID correctly when verifying files on a track-by-track basis. Otherwise the CRCs for the tracks will be calculated correctly but no matches will be found.

tuffy avatar Jan 09 '15 23:01 tuffy

It was due to not specifying the cue file. Sorry about that. Before I open another bug report, does python-audio-tools do any kind of error correction? I have some rips for which some tracks fail to match its accuraterip checksum, but EAC is able to correctly rip them.

hferreiro avatar Feb 11 '16 10:02 hferreiro