I have recently put plex onto my nas running freenas. I have setup a music library to my main folder for music and plex has found my mp3 and flac files which i didn't want it to do. Is there a way i can move all mp3 files to another location with one command?
I would like this to happen; Move mp3 files from /Music/ to /mp3Music/ for every single artist which i have a folder for.
I am using windows and can use CMD for commands or batch files.
UPDATE:
I have the following command for /R %i in (*.MP3) do move "%i" "Y:/"
it copied the files into the directory but didn't put them into the folders so it looks like the original.