Skip to content

Files' paths are truncated in the CLI output #689

@the-ge

Description

@the-ge

Apparently, all paths in the output are truncated to 62 characters:

eyeD3 --quiet ./012345678901234567890123456789012345678.mp3

.../media/dev/tmp/tmp/012345678901234567890123456789012345678.mp3 [ 407.67 KB ]
------------------------------
Time: 00:23     MPEG1, Layer III        [ ~141 kb/s @ 44100 Hz - Joint stereo ]
------------------------------
ID3 v2.3: 9 frames
------------------------------
eyeD3 --quiet ./0123456789012345678901234567890123456789.mp3

...media/dev/tmp/tmp/0123456789012345678901234567890123456789.mp3 [ 407.67 KB ]
------------------------------
Time: 00:23     MPEG1, Layer III        [ ~141 kb/s @ 44100 Hz - Joint stereo ]
------------------------------
ID3 v2.3: 9 frames
------------------------------
eyeD3 --quiet ./01234567890123456789012345678901234567890.mp3

...edia/dev/tmp/tmp/01234567890123456789012345678901234567890.mp3 [ 407.67 KB ]
------------------------------
Time: 00:23     MPEG1, Layer III        [ ~141 kb/s @ 44100 Hz - Joint stereo ]
------------------------------
ID3 v2.3: 9 frames
------------------------------

Is there a way to get the full paths in the output?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions