I'm trying to use id3edcmd with OS X 10.11.6
this code does not;
Code: 1
id3edcmd -en 'LAME 3.98' /Users/xxxx/Desktop/test/Disclosure - Feel Like I Do.mp3
this code does work;
Code: 1
id3edcmd -en 'LAME 3.98' /Users/xxxx/Desktop/test/Disclosure\ -\ Feel\ Like\ I\ Do.mp3
I'm trying to use id3edcmd with Hazel but it does not accept the escaped location.
I noticed in the previous post about bash, a non escaped location was being used.
|