mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Incorrect catalog being recorded to images #499
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadikyo on GitHub (Oct 20, 2020).
Prerequisites
Check and fill as appropriate:
Description
I dumped an Audio CD and then upon conversion to bin/cue, it was unmountable without manually modifying the .CUE. After working with Silas, we realized the catalog was wrong. In this case, there is a 'C' at the end that should be '6.' When I manually change that, I am then able to mount the image successfully. I tested conversion to toc as well, same issue with catalog. The issue doesn't appear to be just related to conversion, from the original dump, I can see the line:
"2020-10-19T22:17:59 Found new MCN 498800317259C."
Whereas the catalog should be 4988003172596.
Exact command line used:
aaru -d i convert source.bin destination.cue -f
aaru -d i convert source.bin destination.toc -f
Expected behavior:
Successful conversion to bin/cue
Actual behavior:
Converted to bin/cue, but the cue appears incorrect.
Also tested with conversion to toc, catalog incorrect on toc as well.
If command was expected to work with a device fill this out:
IDE drive connected with USB adapter.
Output of command execution with debug output enabled
@sadikyo commented on GitHub (Oct 20, 2020):
convert command with debug.txt