On Wed, 23 Nov 2016 16:53:01 +0000 steve-ALUG@hst.me.uk wrote:
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'
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.
Well, I can move it from the server to my machine and write it back without errors, so I guess that answers the last query.
I'll work my way through the script though and see what errors I get.