[SOLVED ]abcde ripper not creating id3 tags

I've run into a little trouble with abcde. When it is run, it rips and encodes the files correctly, but it cannot create the id3 tags.
First I had the error message
That was taken care of by commenting out the line
Now however I am being told the there is no write access to the files when I run the program?
Am I missing something? AFAICT all dependencies are installed correctly.
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.