Hi, so yesterday I manually downloaded all my music files in Itunes Match cloud, to my mac's harddrive.
Unfortunately (poor design IMHO), all the music files are sorted by album kind and what not. So it's a total mess of differently named folders and different music files (different formats as well). All enclosed under one parent folder.
So, my question is how to extract all these music files in different folder into one single folder? Just wanna backup all these music files in one folder only.
I'm using Macos Sierra latest patch. Please assist. Thanks!
[doublepost=1500866355][/doublepost]So I added an applescript to Automator on my sierra mac and ran the following script but got no results:
====
tell application "Finder"
move (every file of every folder of folder "Macintosh HD:Users:Top
ocuments:iTunes:iTunes Media:Music:Music") to (folder "Macintosh HD:Users:Top
ocuments:Backup:Music Backup")
end tell
====
The automator executed the script but no files were moved! why? :-(
Unfortunately (poor design IMHO), all the music files are sorted by album kind and what not. So it's a total mess of differently named folders and different music files (different formats as well). All enclosed under one parent folder.
So, my question is how to extract all these music files in different folder into one single folder? Just wanna backup all these music files in one folder only.
I'm using Macos Sierra latest patch. Please assist. Thanks!
[doublepost=1500866355][/doublepost]So I added an applescript to Automator on my sierra mac and ran the following script but got no results:
====
tell application "Finder"
move (every file of every folder of folder "Macintosh HD:Users:Top
end tell
====
The automator executed the script but no files were moved! why? :-(