for a certain portion of my library, I want to only capture the song name to a new folder after doing all the corrections. I have successfully updated the javascript to save the file name as desired but despite removing all references in the java script, when I ‘move if matched’, all the songs are placed in a folder which has the same name as the song. e.g. The song file name is Gentle on My Mind and I want this file placed in xxx folder (xxx/Gentle on My Mind.mp3). What I get instead is (xxx/Gentle on My Mind/Gentle on My Mind.mp3).
How do I remove the sub-folder Gentle on My Mind?
Any help would be appreciated. Thanks in advance.