Package: abcde
Version: 2.9.3-1

Hi,

I ran into this problem when trying to rip a CD with multiple artists
and both a very long album and track title.  At the end of the abcde
run, it would report that it was unable to move the generated flac file
into its final resting place because 'mv' failed.  It did not give any
explanation (which I believe it should), but when I tried to run the mv
command manually, I was told the file name was too long.  I am using
ZFS, which according to
<URL: https://github.com/zfsonlinux/zfs/issues/2344 > limit the file
names to 256 bytes.

Could abcde be changed to look up _PC_NAME_MAX using pathconf(), see
<URL: https://www.gnu.org/software/libc/manual/html_node/Pathconf.html >,
to avoid this problem by trimming the generated name to stay below the
file system limit?

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to