Skip to content

Don't delete CUETools DB Plugin info section in non-checksum EAC logs #6

@itismadness

Description

@itismadness

The logchecker currently deletes all sections that have the "CUETools" byline if it's for a log that doesn't have a checksum:

foreach ($this->Logs as $Key => $Value) {
if (preg_match("/---- CUETools DB Plugin V.+/i", $Value)) {
unset($this->Logs[$Key]);
}
}

We should not be doing this, but rather leave it as part of the analyzed log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions