Skip to content

Ordering And Dependencies

Order

Enabled checks will run in order on each album:

  1. duplicate-pathname check ("Path and File")
  2. illegal-pathname check ("Path and File")
  3. file-extension check ("Path and File")
  4. unreadable-track check ("Path and File")
  5. extra-whitespace and legacy-fields checks ("General Fields")
  6. All "Numbering" checks
  7. Remaining "General Fields" and "Album Fields" checks
  8. All "Pictures" checks
  9. Remaining "Path and File" checks

Within each category, the checks run in the order they are listed on the check pages.

Dependencies

Individual checks are mostly independent, but some checks will not run on an album unless a previous check ran and passed. For example, the specific fix from the disc-in-tracknumber check should be applied before invalid-track-or-disc-number flags the track number as invalid. And, when the invalid-image check doesn't pass, none of the other "Pictures" checks can run. Other dependencies are listed on each check's page.