Skip to content

Don't include full file path in log files #445

Closed
@the-confessor

Description

@the-confessor

The default log file format includes the full file path to a ripped file, e.g.

Tracks:
  1:
    Filename: /media/music/Oasis - Stop the Clocks EP/Oasis - Stop the Clocks EP - 01 - Acquiesce.flac
    Peak level: 0.988617
    Pre-emphasis:

The full path to the file is really not relevant, especially given that the log file is contained in the same folder as the files.

I know that logger plugins are available but that seems like overkill for this case.

Suggestion is to just include the basename of the file:

Tracks:
  1:
    Filename: Oasis - Stop the Clocks EP - 01 - Acquiesce.flac
    Peak level: 0.988617
    Pre-emphasis:

Metadata

Metadata

Assignees

Labels

AcceptedAccepted issue on our roadmapBugGeneric bug: can be used together with more specific labelsNeeded: patchA pull request is requiredRegressionBug that breaks functionality known to work in previous releases

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions