Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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