On 23/11/16 15:15, Chris Walker wrote:
[] I now want to add an image to the mp3 files and I do that using a script from this machine.
Here's the full error :- Writing ID3 version v2.3 [Errno 13] Permission denied: u'/media/ProLiant/Media_Share/iPlayer_downloads/radio/Im_Sorry_I_Havent_A_Clue_Series_66_-_2._Episode_2.mp3'
My interpretation of that is that it's caused by ID3. So (a) is it?, (b) why? With the final one (c) what can I do about it?
Well, it depends I suppose how the script does what it does. I'd suggest either manually performing the steps of the script one by one, or edit the script and make it output a message after each step. You'll then know which task failed. You can then google the task and its error messages and get a clue what could cause it.
However, it'd chek first that you can actually edit the file you're trying to adjust - just try and "touch" it and see if that works. If you don't have write access that would certainly cause an error.
Good luck Steve