View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021212 | MMW 5 | Conversion/Leveling | public | 2024-09-16 15:02 | 2025-03-28 22:49 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | tweak | Reproducibility | always |
Status | feedback | Resolution | reopened | ||
Product Version | 5.0.4 | ||||
Target Version | 2024.2 | Fixed in Version | 2024.2 | ||
Summary | 0021212: CD Rip Status dialog displays misleading path | ||||
Description | When the user rips a CD, the 'Ripping results' dialog that appears after the operation has completed displays: Track: E:\Track11.cda Result: Track E:\Track11.cda verified with confidence number x... This can give users the impression that the file wasn't ripped (since the 'Result' displays the original file rather than the ripped result). Would it make more sense to display: Result: <Title> verified with confidence number x.... OR: <Ripped Filename> verified with confidence number x... | ||||
Tags | No tags attached. | ||||
Fixed in build | 3150 | ||||
|
I looked at this and the verification is related to the source data read from the CD, not the resulting (encoded) file. In fact the ripped file may not exist yet, so "Ripped filename" would be misleading even more, as the verification is typically related to some temporary file with random filename with data saved to Temp before conversion. I will try to propagate at least something like "<track#>. <title>" to the decoder, so it can display this. |
|
Fixed in build 3150 (2024.2), as it needs more testing. Used current string, only instead of filename "<track#>. <title>" is used. |
|
Verified 3150 Much better than before. |
|
The change is great, but it makes reading the results much harder. As the result is not aligned anymore it makes it hard to diseminate the results. Breaking the result in multiple columns is likely the best solution to this. (Note that column width change by user is not remembered on current release). |