Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Trying to write Automator action

  • 14-05-2009 5:01pm
    #1
    Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭


    Hi,

    I am trying to write an Automator action that will select a folder on the desktop, scan it for songs, add them to itunes and then delete the folder.

    Any ideas??


Comments

  • Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭silvine


    i can get it working in automator but not when i save it as an application. Anyone else have similar problems?


  • Registered Users, Registered Users 2 Posts: 1,784 ✭✭✭im...LOST


    silvine wrote: »
    i can get it working in automator but not when i save it as an application. Anyone else have similar problems?

    Not sure if you'll get much help here tbh. Google a forum dedicated to Automator actions and see if they can give ya a hand.

    :)


  • Registered Users, Registered Users 2 Posts: 35,524 ✭✭✭✭Gordon


    Can you post the code?


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    You need to save it as a Finder Action instead of an application. This way it will be available under the right click menu in finder under 'Automator Actions'


  • Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭silvine


    Tried that. Same issue occurs. Here's the steps:

    Step 1: Ask for Finder Items
    Prompt: Choose a folder of music
    Type: Files and Folder
    Start at: Desktop
    Allow Multiple selection

    Step 2: Set Value of Variable "New Music"

    Step 3: Get Folder Contents
    Repeat for each sub-folder found

    Step 4: Import Files into iTunes
    Existing playlist to Library

    Step 5 Get value of variable "new music"

    Step 6: Move finder items to trash
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>AMApplicationBuild</key>
    	<string>160</string>
    	<key>AMApplicationVersion</key>
    	<string>2.0.2</string>
    	<key>AMDocumentVersion</key>
    	<string>2</string>
    	<key>actions</key>
    	<array>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<true/>
    					<key>Types</key>
    					<array>
    						<string>com.apple.applescript.alias-object</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>1.1</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>defaultLocation</key>
    					<dict>
    						<key>isPathPopUp</key>
    						<true/>
    						<key>variableUUIDsInMenu</key>
    						<array/>
    					</dict>
    					<key>granularity</key>
    					<dict/>
    					<key>multipleSelection</key>
    					<dict/>
    					<key>promptMessage</key>
    					<dict>
    						<key>tokenizedValue</key>
    						<array>
    							<string>Choose a Folder of music</string>
    						</array>
    					</dict>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>com.apple.applescript.alias-object</string>
    					</array>
    				</dict>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Ask for Finder Items.action</string>
    				<key>ActionName</key>
    				<string>Ask for Finder Items</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>defaultLocation</key>
    					<string>~/Desktop</string>
    					<key>granularity</key>
    					<integer>1</integer>
    					<key>multipleSelection</key>
    					<false/>
    					<key>promptMessage</key>
    					<string>Choose a Folder of music</string>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.AskForFinderItems</string>
    				<key>CFBundleVersion</key>
    				<string>1.1</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<true/>
    				<key>CanShowWhenRun</key>
    				<false/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryFilesAndFolders</string>
    				</array>
    				<key>Class Name</key>
    				<string>AMAppleScriptAction</string>
    				<key>InputUUID</key>
    				<string>D9EDF6EC-DDC0-4A7A-A386-499FA3C65A9F</string>
    				<key>Keywords</key>
    				<array>
    					<string>Find</string>
    					<string>Item</string>
    					<string>File</string>
    					<string>Folder</string>
    					<string>Ask</string>
    					<string>Choose</string>
    					<string>Prompt</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>D422BAA7-9F21-4846-9A02-2CFA4B91F643</string>
    				<key>UUID</key>
    				<string>9D8D210A-97B8-4F6C-A860-B10AF3B54952</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<string>~/Desktop</string>
    						<key>name</key>
    						<string>defaultLocation</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    					<key>1</key>
    					<dict>
    						<key>default value</key>
    						<false/>
    						<key>name</key>
    						<string>multipleSelection</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>1</string>
    					</dict>
    					<key>2</key>
    					<dict>
    						<key>default value</key>
    						<string>Choose a Finder Item:</string>
    						<key>name</key>
    						<string>promptMessage</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>2</string>
    					</dict>
    					<key>3</key>
    					<dict>
    						<key>default value</key>
    						<integer>0</integer>
    						<key>name</key>
    						<string>granularity</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>3</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:882.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Ask for Finder Items.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<false/>
    					<key>Types</key>
    					<array>
    						<string>*</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>v.1.0</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>variableUUID</key>
    					<dict>
    						<key>isPathPopUp</key>
    						<false/>
    						<key>selectedVariableUUID</key>
    						<string>3682272B-BB38-485B-BA88-ED18FEA7E27B</string>
    					</dict>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>*</string>
    					</array>
    				</dict>
    				<key>AMRequiredResources</key>
    				<array/>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Set Value of Variable.action</string>
    				<key>ActionName</key>
    				<string>Set Value of Variable</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>variableUUID</key>
    					<string>3682272B-BB38-485B-BA88-ED18FEA7E27B</string>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>Automator</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.Set_Value_of_Variable</string>
    				<key>CFBundleVersion</key>
    				<string>1.0</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<true/>
    				<key>CanShowWhenRun</key>
    				<true/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryUtilities</string>
    				</array>
    				<key>Class Name</key>
    				<string>Set_Value_of_Variable</string>
    				<key>InputUUID</key>
    				<string>AD972605-1618-474C-9446-F3F0FA6FCE76</string>
    				<key>Keywords</key>
    				<array>
    					<string>variable</string>
    					<string>binding</string>
    					<string>input</string>
    					<string>output</string>
    					<string>storage</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>C1E97830-5AE7-4D14-AE6E-E3D1ADE4A213</string>
    				<key>UUID</key>
    				<string>7EBB0AD2-ABCD-405D-A433-9602F244AF4A</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Automator</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<string></string>
    						<key>name</key>
    						<string>variableUUID</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:727.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Set Value of Variable.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<false/>
    					<key>Types</key>
    					<array>
    						<string>com.apple.cocoa.path</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>1.0</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>recurse</key>
    					<dict/>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>com.apple.cocoa.path</string>
    					</array>
    				</dict>
    				<key>AMRequiredResources</key>
    				<array/>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Get Folder Contents.action</string>
    				<key>ActionName</key>
    				<string>Get Folder Contents</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>recurse</key>
    					<true/>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.GetFolderContents</string>
    				<key>CFBundleVersion</key>
    				<string>1.0</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<true/>
    				<key>CanShowWhenRun</key>
    				<true/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryFilesAndFolders</string>
    				</array>
    				<key>Class Name</key>
    				<string>GetFolderContents</string>
    				<key>InputUUID</key>
    				<string>67F6FC8D-DB48-4A91-8F99-B26D28B687B3</string>
    				<key>Keywords</key>
    				<array>
    					<string>File</string>
    					<string>Folder</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>D0859A02-E82F-4698-9EF0-0403921D5FE6</string>
    				<key>UUID</key>
    				<string>6E7BC952-E973-4AE2-A990-F56C4F089DAA</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<false/>
    						<key>name</key>
    						<string>recurse</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:622.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Get Folder Contents.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<false/>
    					<key>Types</key>
    					<array>
    						<string>com.apple.applescript.alias-object</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>1.0</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>chosenName</key>
    					<dict/>
    					<key>newName</key>
    					<dict>
    						<key>tokenizedValue</key>
    						<array>
    							<string>missing value</string>
    						</array>
    					</dict>
    					<key>playlistSource</key>
    					<dict/>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>com.apple.itunes.track-object</string>
    					</array>
    				</dict>
    				<key>AMRequiredResources</key>
    				<array>
    					<dict>
    						<key>Display Name</key>
    						<string>iTunes</string>
    						<key>Resource</key>
    						<string>com.apple.iTunes</string>
    						<key>Type</key>
    						<string>application</string>
    						<key>Version</key>
    						<string>4.6</string>
    					</dict>
    				</array>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Add Files to Playlist.action</string>
    				<key>ActionName</key>
    				<string>Import Files into iTunes</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>chosenName</key>
    					<string>Library</string>
    					<key>newName</key>
    					<string>missing value</string>
    					<key>playlistSource</key>
    					<integer>0</integer>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>iTunes</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.AddFilestoPlaylist</string>
    				<key>CFBundleVersion</key>
    				<string>1.0</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<false/>
    				<key>CanShowWhenRun</key>
    				<true/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryMusic</string>
    				</array>
    				<key>Class Name</key>
    				<string>AMAppleScriptAction</string>
    				<key>InputUUID</key>
    				<string>E6D6492F-6002-473B-AAEA-55EB6D589AAB</string>
    				<key>Keywords</key>
    				<array>
    					<string>Add</string>
    					<string>File</string>
    					<string>Playlist</string>
    					<string>Music</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>4CDF0B5F-63C9-49E3-B1A8-FD5C5D9A8776</string>
    				<key>UUID</key>
    				<string>C22A0128-6C32-4ABA-B307-690097AF0827</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>iTunes</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<integer>0</integer>
    						<key>name</key>
    						<string>playlistSource</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    					<key>1</key>
    					<dict>
    						<key>default value</key>
    						<string></string>
    						<key>name</key>
    						<string>chosenName</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>1</string>
    					</dict>
    					<key>2</key>
    					<dict>
    						<key>default value</key>
    						<string></string>
    						<key>name</key>
    						<string>newName</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>2</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:522.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Add Files to Playlist.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<true/>
    					<key>Types</key>
    					<array>
    						<string>*</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>v.1.0</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>variableUUID</key>
    					<dict>
    						<key>isPathPopUp</key>
    						<false/>
    						<key>selectedVariableUUID</key>
    						<string>3682272B-BB38-485B-BA88-ED18FEA7E27B</string>
    					</dict>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>*</string>
    					</array>
    				</dict>
    				<key>AMRequiredResources</key>
    				<array/>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Get Value of Variable.action</string>
    				<key>ActionName</key>
    				<string>Get Value of Variable</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>variableUUID</key>
    					<string>3682272B-BB38-485B-BA88-ED18FEA7E27B</string>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>Automator</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.Get_Value_of_Variable</string>
    				<key>CFBundleVersion</key>
    				<string>1.0</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<false/>
    				<key>CanShowWhenRun</key>
    				<true/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryUtilities</string>
    				</array>
    				<key>Class Name</key>
    				<string>Get_Value_of_Variable</string>
    				<key>InputUUID</key>
    				<string>ACFC7AEF-D779-40DB-9378-89947A973F16</string>
    				<key>Keywords</key>
    				<array>
    					<string>variable</string>
    					<string>binding</string>
    					<string>input</string>
    					<string>output</string>
    					<string>storage</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>2648136E-4C6A-4629-9BE1-7D0B76A68997</string>
    				<key>ShowWhenRun</key>
    				<false/>
    				<key>UUID</key>
    				<string>52A66CDB-A459-4927-A2D3-76B57950F2EC</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Automator</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<string></string>
    						<key>name</key>
    						<string>variableUUID</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:417.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Get Value of Variable.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<true/>
    					<key>Types</key>
    					<array>
    						<string>com.apple.cocoa.path</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>1.1</string>
    				<key>AMParameterProperties</key>
    				<dict>
    					<key>fileNames</key>
    					<dict/>
    				</dict>
    				<key>AMProvides</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Types</key>
    					<array>
    						<string>com.apple.cocoa.path</string>
    					</array>
    				</dict>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Get Specified Finder Items.action</string>
    				<key>ActionName</key>
    				<string>Get Specified Finder Items</string>
    				<key>ActionParameters</key>
    				<dict>
    					<key>fileNames</key>
    					<array/>
    				</dict>
    				<key>Application</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.SpecifiedFiles</string>
    				<key>CFBundleVersion</key>
    				<string>1.1</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<false/>
    				<key>CanShowWhenRun</key>
    				<true/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryFilesAndFolders</string>
    				</array>
    				<key>Class Name</key>
    				<string>SpecifiedFilesAction</string>
    				<key>InputUUID</key>
    				<string>717137A5-4D59-4200-BBD2-6D1C6B781D84</string>
    				<key>Keywords</key>
    				<array>
    					<string>File</string>
    					<string>Choose</string>
    					<string>Find</string>
    					<string>Get</string>
    				</array>
    				<key>OutputUUID</key>
    				<string>84841A50-414A-4CE0-8930-AC5E54BB881F</string>
    				<key>UUID</key>
    				<string>9B6C0E70-BF55-4013-96BC-D51540937F35</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>arguments</key>
    				<dict>
    					<key>0</key>
    					<dict>
    						<key>default value</key>
    						<array/>
    						<key>name</key>
    						<string>fileNames</string>
    						<key>required</key>
    						<string>0</string>
    						<key>type</key>
    						<string>0</string>
    						<key>uuid</key>
    						<string>0</string>
    					</dict>
    				</dict>
    				<key>isViewVisible</key>
    				<true/>
    				<key>location</key>
    				<string>273.500000:314.000000</string>
    				<key>nibPath</key>
    				<string>/System/Library/Automator/Get Specified Finder Items.action/Contents/Resources/English.lproj/main.nib</string>
    			</dict>
    			<key>isViewVisible</key>
    			<true/>
    		</dict>
    		<dict>
    			<key>action</key>
    			<dict>
    				<key>AMAccepts</key>
    				<dict>
    					<key>Container</key>
    					<string>List</string>
    					<key>Optional</key>
    					<false/>
    					<key>Types</key>
    					<array>
    						<string>com.apple.cocoa.path</string>
    					</array>
    				</dict>
    				<key>AMActionVersion</key>
    				<string>1.1</string>
    				<key>AMParameterProperties</key>
    				<dict/>
    				<key>ActionBundlePath</key>
    				<string>/System/Library/Automator/Move Finder Items to Trash.action</string>
    				<key>ActionName</key>
    				<string>Move Finder Items to Trash</string>
    				<key>ActionParameters</key>
    				<dict/>
    				<key>Application</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>BundleIdentifier</key>
    				<string>com.apple.Automator.MoveToTrash</string>
    				<key>CFBundleVersion</key>
    				<string>1.1</string>
    				<key>CanShowSelectedItemsWhenRun</key>
    				<true/>
    				<key>CanShowWhenRun</key>
    				<false/>
    				<key>Category</key>
    				<array>
    					<string>AMCategoryUtilities</string>
    					<string>AMCategoryFilesAndFolders</string>
    				</array>
    				<key>Class Name</key>
    				<string>MoveToTrashAction</string>
    				<key>InputUUID</key>
    				<string>ED9C14EA-D2B1-47D7-9B17-89289B252D55</string>
    				<key>Keywords</key>
    				<array>
    					<string>File</string>
    					<string>Folder</string>
    					<string>Move</string>
    					<string>Trash</string>
    					<string>Delete</string>
    				</array>
    				<key>UUID</key>
    				<string>674FFDFD-4745-4311-907A-53C63A22A3F2</string>
    				<key>UnlocalizedApplications</key>
    				<array>
    					<string>Finder</string>
    				</array>
    				<key>arguments</key>
    				<dict/>
    			</dict>
    		</dict>
    	</array>
    	<key>connectors</key>
    	<dict>
    		<key>264A71F6-1267-4CD8-A150-99CCAAB5DC5A</key>
    		<dict>
    			<key>from</key>
    			<string>52A66CDB-A459-4927-A2D3-76B57950F2EC - 52A66CDB-A459-4927-A2D3-76B57950F2EC</string>
    			<key>to</key>
    			<string>674FFDFD-4745-4311-907A-53C63A22A3F2 - 674FFDFD-4745-4311-907A-53C63A22A3F2</string>
    		</dict>
    		<key>3F437C1E-1975-4BFB-B8BA-D20D862DA017</key>
    		<dict>
    			<key>from</key>
    			<string>C22A0128-6C32-4ABA-B307-690097AF0827 - C22A0128-6C32-4ABA-B307-690097AF0827</string>
    			<key>to</key>
    			<string>52A66CDB-A459-4927-A2D3-76B57950F2EC - 52A66CDB-A459-4927-A2D3-76B57950F2EC</string>
    		</dict>
    		<key>65449167-F284-4603-AF37-5D838DE7A3DB</key>
    		<dict>
    			<key>from</key>
    			<string>9D8D210A-97B8-4F6C-A860-B10AF3B54952 - 9D8D210A-97B8-4F6C-A860-B10AF3B54952</string>
    			<key>to</key>
    			<string>7EBB0AD2-ABCD-405D-A433-9602F244AF4A - 7EBB0AD2-ABCD-405D-A433-9602F244AF4A</string>
    		</dict>
    		<key>6927A2BC-FD52-42F2-B349-C281B8035DB3</key>
    		<dict>
    			<key>from</key>
    			<string>7EBB0AD2-ABCD-405D-A433-9602F244AF4A - 7EBB0AD2-ABCD-405D-A433-9602F244AF4A</string>
    			<key>to</key>
    			<string>6E7BC952-E973-4AE2-A990-F56C4F089DAA - 6E7BC952-E973-4AE2-A990-F56C4F089DAA</string>
    		</dict>
    		<key>A0FACEE0-0D64-4946-806D-71B212EA3435</key>
    		<dict>
    			<key>from</key>
    			<string>6E7BC952-E973-4AE2-A990-F56C4F089DAA - 6E7BC952-E973-4AE2-A990-F56C4F089DAA</string>
    			<key>to</key>
    			<string>C22A0128-6C32-4ABA-B307-690097AF0827 - C22A0128-6C32-4ABA-B307-690097AF0827</string>
    		</dict>
    		<key>CE7D757F-749B-4B63-AE3F-2FBA97E45BED</key>
    		<dict>
    			<key>from</key>
    			<string>52A66CDB-A459-4927-A2D3-76B57950F2EC - 52A66CDB-A459-4927-A2D3-76B57950F2EC</string>
    			<key>to</key>
    			<string>9B6C0E70-BF55-4013-96BC-D51540937F35 - 9B6C0E70-BF55-4013-96BC-D51540937F35</string>
    		</dict>
    		<key>EA8EB7B1-453E-4797-8D22-99CE4540D4D7</key>
    		<dict>
    			<key>from</key>
    			<string>9B6C0E70-BF55-4013-96BC-D51540937F35 - 9B6C0E70-BF55-4013-96BC-D51540937F35</string>
    			<key>to</key>
    			<string>674FFDFD-4745-4311-907A-53C63A22A3F2 - 674FFDFD-4745-4311-907A-53C63A22A3F2</string>
    		</dict>
    	</dict>
    	<key>state</key>
    	<dict>
    		<key>EditorSplitViewPosition</key>
    		<real>764</real>
    		<key>EditorView</key>
    		<integer>2</integer>
    		<key>MainSplitViewPosition_v2</key>
    		<real>338</real>
    		<key>windowFrame</key>
    		<string>{{77, 178}, {900, 1000}}</string>
    		<key>windowFrameTopLeft</key>
    		<string>{{77, 0}, {900, 1000}}</string>
    		<key>workflowViewScrollPosition</key>
    		<string>{{0, 53}, {547, 764}}</string>
    	</dict>
    	<key>variables</key>
    	<array>
    		<dict>
    			<key>UUID</key>
    			<string>3682272B-BB38-485B-BA88-ED18FEA7E27B</string>
    			<key>identifier</key>
    			<string>com.apple.Automator.Variable.Storage</string>
    			<key>name</key>
    			<string>NewMusic</string>
    		</dict>
    		<dict>
    			<key>UUID</key>
    			<string>3CEBF8C8-0726-4CAF-A472-AD58473634FB</string>
    			<key>identifier</key>
    			<string>com.apple.Automator.Variable.Path</string>
    			<key>name</key>
    			<string>New Path</string>
    			<key>value</key>
    			<string>~/Desktop</string>
    		</dict>
    	</array>
    </dict>
    </plist>
    


  • Advertisement
Advertisement