First I had the error message
- Code: Select all
--set-encoding=UTF16(something) not a known switch
That was taken care of by commenting out the line
- Code: Select all
${ENCODING:+--set-encoding="$ENCODING"} \
Now however I am being told the there is no write access to the files when I run the program?
- Code: Select all
/usr/bin/abcde: line 834: /home/mp3/tmp/abcde.b60b200e/track03.mp3: Permission denied
Am I missing something? AFAICT all dependencies are installed correctly.