Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Ripping CDs, "multi-track file": Dialog should show: Which t (Read 1096 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Ripping CDs, "multi-track file": Dialog should show: Which t

The Dialog after ripping a "generate multi-track files" shows, if reading error occurs, not the Track number:


Code: [Select]
1 out of 1 tracks converted with minor problems.

Source: "cdda://03B7FECC"
  Audio CD extraction setup: drive: "TSSTcorp - CDDVDW SN-208BB", sample offset: 6, security: standard
  Secure mode: CRC mismatch, retrying.
  Secure mode: match found after 1 attempts.
-->  Track converted with minor problems.  <--
  AccurateRip status:
  Track  Status
  01     Accurately ripped, confidence: 11.
  02     Accurately ripped, confidence: 10.
  03     Accurately ripped, confidence: 10.
  04     Accurately ripped, confidence: 11.
  05     Accurately ripped, confidence: 11.
  06     Accurately ripped, confidence: 11.
  07     Accurately ripped, confidence: 11.
-->  08     Not accurate - partial match with offset: 0(11).  <-- appears only, if AccurateRip is available
  09     Accurately ripped, confidence: 11.
  10     Accurately ripped, confidence: 11.
  11     Accurately ripped, confidence: 11.
  12     Accurately ripped, confidence: 11.
  13     Accurately ripped, confidence: 11.
  14     Accurately ripped, confidence: 11.
  15     Accurately ripped, confidence: 11.
  16     Accurately ripped, confidence: 11.
  17     Accurately ripped, confidence: 11.
  18     Accurately ripped, confidence: 11.
  19     Accurately ripped, confidence: 11.
  20     Accurately ripped, confidence: 11.
  21     Accurately ripped, confidence: 11.
  22     Accurately ripped, confidence: 11.
  23     Accurately ripped, confidence: 11.
  24     Accurately ripped, confidence: 11.
  25     Accurately ripped, confidence: 11.
  26     Accurately ripped, confidence: 11.



If no AccurateRip test is done, the Dialog gives no information in which track (or more tracks) errors occured, in case of "generate multi-track files".

Please write this information in the Dialog-Window after ripping, e.g.:

Code: [Select]
1 out of 1 tracks converted with minor problems.
...
  Track converted with minor problems.
-->  Problems in Track(s) in embedded cuesheet: 08  <--
  AccurateRip status:
...


Ripping CDs, "multi-track file": Dialog should show: Which t

Reply #1
Better so:

Code: [Select]
1 out of 1 tracks converted with minor problems.
...
-->  Track "<file name of the track>" converted with minor problems.  <--
-->  Problems in Track(s) in embedded cuesheet: 08  <--
  AccurateRip status:
...