I need to rename some 1000+ sound files that were incorrectly ripped as .mp4 instead of .m4a. iTunes 10 and my iPod tries to play them as video files and its very annoying.
I tried using BASH and SED but that didn't work too well and scripts online needed a text file of all the files and the renames.
What I want -> A script that goes through a folder and its sub folders and rename any *.mp4 files to *.m4a
I tried using BASH and SED but that didn't work too well and scripts online needed a text file of all the files and the renames.
What I want -> A script that goes through a folder and its sub folders and rename any *.mp4 files to *.m4a