Inside iTunes, create a playlist for the music data section of SugarSync, as the example here is SugarSync :
Start AppleScript Editor (use Spotlight to search), then open Sync Playlist Files to Folder.app:
Scroll down to find USER SETTINGS :
Changing these parameters based on iTunes playlist name, the exact location of SugarSync Music folder. As the example here, the SugarSync Music folder is placed on the STORAGE storage partition, inside another folder called MUSIC, so the full path will be St orage: Music: SugarSync Music:
- USER SETTINGS
- phải phải là tên EXACT của tên playlist - giữ lại trong các quotes:
the_playlist property: 'SugarSync'
- this should là một chuỗi của đường dẫn để thư mục bạn muốn sử dụng - giữ lại trong các ký tự:
property path_to_folder: 'Storage: Music: SugarSync Music'
Save changes to this Sync Playlist file to Files to Folder.app. Continue, drag and drop songs and albums from the SugarSync playlist into iTunes:
Then, select SugarSync , click the AppleScript menu > Sync Playlist Files to Folder :
And all the songs and playlists will immediately be replaced and displayed in SugarSync Music folder:
Then, when you open SugarSync on your iPhone, you'll see a full list of songs. But when deleting any song from this list and running the Sync Playlist script Files to Folder.app , the song will also be removed from the folder.
Method 2: Use Re-locate Selected
In addition to the above, Doug also provides users with another option using the AppleScript Re-Locate Selected code. Open iTunes, select one or more songs you want to move to the SugarSync Music folder, click AppleScript menu > Re-Locate Selected :
And choose how to synchronize by keeping or deleting the original file:
Select the SugarSync Music archive folder, users can point to any available or newly created folder according to their needs:
And enjoy the results when you open SugerSync on iPhone:
With this method, if you want to delete any one or more files, do so via Finder on your Mac OS X computer. Or if you've deleted the original file, use the Re-Locate Selected code again, move exit the SugarSync Music folder, then do it again in the main iTunes folder. Good luck!