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?
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?