-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels