Automator action with dropdown to make folders with predetermined names

Is there an action/workflow that will allow me to create Folders using a dropdown menu of predetermined names for those folders?

I haven't seen one, and since no one has posted about one yet, I'll throw this out.
I modified a couple of handlers I have laying around into a Run AppleScript action that will make folders from a list of names. The list can be set in a Get Specified Text action, with the "menu" being a Choose from List action:
Tested workflow:
1) Get Specified Text (your folder names, separated by returns) for example:
Testing
Another test
My Spiffy New Folder
2) Filter Paragraphs (Return paragraphs that are not empty)
3) Choose from List (Prompt: Please choose folder names:)
4) Run AppleScript:
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px; height: 340px;
color: #000000;
background-color: #FFDDFF;
overflow: auto;"
title="this text can be pasted into an Automator 'Run AppleScript' action">
on run {input, parameters}
make folders with names from a list
input: a list of names (text items)
output: a list of Finder items (aliases) created
set output to {}
set DestinationFolder to missing value -- set the destination path here if desired
try -- verify that the path is valid
set DestinationFolder to DestinationFolder as alias
on error
set DestinationFolder to (choose folder with prompt "Choose the location to make the selected folders:")
end try
repeat with AnItem in the input
GetUniqueName for AnItem from DestinationFolder -- avoid duplicates
try
tell application "Finder" to make new folder at DestinationFolder with properties {name:the result}
set the end of the output to the result as alias
end try
end repeat
return output
end run
to GetUniqueName for SomeName from SomeFolder
check if SomeName exists in SomeFolder, creating a new unique name if needed
parameters - SomeName [text]: a name.extension to check for
SomeFolder [mixed]: a folder to check
returns [text]: a unique name
set {Counter, Divider} to {"00", "_"}
set Here to -(offset of "." in ((reverse of text items of SomeName) as text)) - 1
set TheName to text 1 thru Here of SomeName
if Here is -1 then -- no extension
set TheExtension to ""
else
set TheExtension to text (Here + 1) thru -1 of SomeName
end if
set NewName to TheName & TheExtension
tell application "System Events" to tell (get name of items of folder (SomeFolder as text))
repeat while it contains NewName
set Counter to text 2 thru -1 of ((100 + Counter + 1) as text) -- leading zero
set NewName to TheName & Divider & Counter & TheExtension
end repeat
end tell
return NewName
end GetUniqueName</pre>
- the output from the Run AppleScript action is a list of aliases to the folders created, if you want that information to do something with.

Similar Messages

  • It once worked but now a simple automator action won't :-(

    I am trying to highlight songs in tunes and then copy the file into a folder. I've just got an empty folder on my desktop titled "Music". The automator action consists of: Get Selected Items (with itunes icon), and Copy Finder Items (to the Music folder). After I hit the Run button it proceeds to copy what appears to be my whole itunes library folder to the Music folder. I used to do this all the time and it worked perfectly taking little time. Now, not so lucky.
    Here is a link a picture of how automator looks while I run it. http://web.me.com/caseyheyer/Site/Blank.html

    Sometimes putting another action in between (even if it doesn't do anything) can get things going. It looks like iTunes Songs are easier to convert than iTunes Items, so give this a try:
    1) Get Selected iTunes Items
    2) Set Options of iTunes Songs (leave everything unselected)
    3) Copy Finder Items {To: Music}

  • Managing and distributing Folders with folder actions to a group of users?

    I want to set up a server for a camera club on a SnowLeo Server running on a MacMini. We want to collect images every month from users who want to participate in a club competition and are looking into the FileSharing service on the server to collect the images.
    My initial idea was to find a way of letting the Administrator automatically create folders with folder actions in every users home folder (i.e. "2010-April-Portraits"). After the user had uploaded images into it, the folder action would then rename, reformat and transport images into a central location to be processed further.
    Is this a good way of collecting data, and if yes - how do I let the Admin create and distribute these folders with the appropriate actions?
    Best regards,
    Kjell Are Refsvik
    Norway

    Hi,
    I want to purchase a Macmini with SL Server and create a photo competition solution for a camera club. The solution needs to be able to accept uploaded images and the solution needs to let the user associate a set of images to a competition and from there the solution needs to make sure that the filename, format, size and embedded metadata is correct before storing and processing them further. Friends I have talked to say I need a classic CMS solution so I may need to investigate instead of my planned AppleScript/Automator solution.
    Also - thank you for offering to develop, but I had kinda planned to do this myself to build some knowledge and also get to know the server better.
    Anyone else using the SnowLeo server for a solution like this?
    Kjell Are Refsvik
    Norway

  • Syncing folders with automator

    Hello,
    I would like to sync two folder and tried it with that http://www.apple.com/downloads/macosx/automator/syncfolders.html
    This works fine, but I need that the contents of these two folders is checked regarding certain file extensions and then sync it.
    How could I do this?
    Thanks in advance
    Christian

    Terence Devlin wrote:
    You can use
    1. Folder Actions and AppleScript
    or
    2. Automator Actions
    or
    3. an app like Hazel
    to watch a folder and perform certain tasks when a change is detected - like importing to Aperture.
    Thank you. That is helpful. Where can I get these scripts?
    However, matching versions is another matter. There is no file for a version, it's simply an entry in the database. Do you really want to export every version as a jpeg/tiff ?
    Sometimes, I would like to export the versions to have them as JPEGs. I know that Aperture was designed to manage versions in an incremental fashion. But sometime, I would like to have this option (For my PS3 to see the files [I know that you can sync your aperture library] or for my wife's Windows laptop to see the files etc...).
    Rather defeats the purpose of Aperture.
    Regards
    TD
    You can use
    1. Folder Actions and AppleScript
    or
    2. Automator Actions
    or
    3. an app like Hazel
    to watch a folder and perform certain tasks when a change is detected - like importing to Aperture.
    However, matching versions is another matter. There is no file for a version, it's simply an entry in the database. Do you really want to export every version as a jpeg/tiff ?
    Rather defeats the purpose of Aperture.
    Regards
    TD

  • I am trying to update my billing detail on my IPAD2. However it keep on saying that the country need at least 3 characters long. But the country field is a dropdown list with Malaysia's states all with 2 characters long only! I can't make any purchase now

    I am trying to update my billing detail on my IPAD2. However it keep on saying that the country need at least 3 characters long. But the country field is a dropdown list with Malaysia's states all with 2 characters long only! I can't make any purchase now because I can't verify the billing detail because it just doesn't work! Very frustrating now.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How can I make a PDF file from each folders with layers, where each page is a each folder?

    How can I make a PDF file from each folders with layers, where each page is a each folder?

    I found an answer to my own question. A work around of sorts.
    Download Photoshop Elements 6 for Macintosh. With PSE6 I made a slide show with 550 images 1920x1200, without thumbs. I ran into one problem making the slide show. My images contained 4 images which had not ben created by Photoshop and could not be included in the slide show. Opening the images in Photoshop CS4 and re-saving them still did not make then acceptable. Not a big deal. I probably could have fixed the four images by stripping all EXIF data before opening them in Photoshop. BTW, PSE6 made the slide show in demo mode.
    I hope the bug in Photoshop CS4 will be fixed in Photoshop CS5.

  • How do I sync folders with different files?

    I have two identical folders with identical folder trees
    example:
    SCHOOL-1 (root)
    - Class A
    - Class B
    - Class C
    SCHOOL-2 (root)
    - Class A
    - Class B
    - Class C
    In SCHOOL-1 folder, I want all my open office files and in SCHOOL-2 folder, I want all my pdfs.  I'm looking for an automator function (or hazel) to copy any pdf files from a subfolder in SCHOOL-1 and move them to their corresponding subfolder in SCHOOL-2. 
    I don't want to make a separate action for each subfolder, because there are about 200 of them. 

    This is the basic breakdown of root folder
    Root folder
    - 8 subfolders
    - 11 to 20 sub-sub folders
    - 2 sub-sub-sub folders
    Which breaks down to roughly 300 folders.
    At the lowest level, I have all my files, in which something is updated on a daily basis.
    Folder actions would be nice, but I often have problems getting them to work, so an application might be my best best. 
    I don't want to delete the target folder's contents either because there are multiples sources for PDFs.  Nor do I want to overwrite anything. 
    Thanks in advance ...

  • Share folders with admin

    Hi,
    I try to share folders with the admin account but I can't.
    How can I do this ? If I want to share files. I can.
    Thanks.

    Normand,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Automator - Finder - Sort Folder - Print to Textfile with size result

    Dear Apple community,
    i am trying the following.
    1. Find Finder Items
    2. Sort Finder Items (by kind:folder)
    3. New Text File
    This sorts the source folders by size and prints the results in a text file but only the / directory structure but not the folder size. How can i add the "size" information in the text file?
    Thanks for your help

    The Sort Finder Items action just returns files and folders, but you can use a Run AppleScript action that adds the size information:
    1) Ask for Finder Items
    2) Sort FInder Items
    3) Run AppleScript (I threw in a handler to clean up the formatting a bit):
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into an Automator 'Run AppleScript' action">
    on run {input, parameters}
    set the output to {}
    repeat with AnItem in the input
    set TheSize to FormatSize(get size of (info for AnItem))
    set the end of output to (POSIX path of AnItem) & space & space & TheSize
    end repeat
    return the output
    end run
    on FormatSize(TheNumber)
    formats a number into KB/MB/GB
    parameters - TheNumber [real or integer]: the size
    returns [text]: the size formatted as  'x KB' or 'x.xx MB/GB'
    if the class of TheNumber is in {real, integer} then
    set FormattedSize to TheNumber / 1024 -- KB
    if FormattedSize > 1024 then
    set FormattedSize to FormattedSize / 1024 -- MB
    if FormattedSize > 1024 then
    set FormattedSize to FormattedSize / 1024 -- GB
    set theSuffix to " GB"
    else
    set theSuffix to " MB"
    end if
    set FormattedSize to (round (FormattedSize * 100) rounding as taught in school) / 100
    else
    set theSuffix to " KB"
    set FormattedSize to FormattedSize div 1
    end if -- FormattedSize > 1024
    set TheNumber to (FormattedSize as text) & theSuffix
    end if -- the class of TheNumber is in {real, integer}
    return TheNumber
    end FormatSize</pre>
    4) New Text File

  • Sharing two folders with the same name

    Hi all.
    I have two folders with the same name and I would like to be able to share these under different share names. Problem is, this doesn't seem to be possible.
    For instance, try doing this in File Sharing under Server Preferences:
    * Click +, add /Data/Media
    * Edit permissions on "Media" to permit guest access
    * Click +, add /Volumes/Drobo/Media
    * Edit permissions on "Media" (make sure you click the right one!) to permit guess access.
    This appears on the surface to work, but what it has actually done is to delete the share for /Data/Media. If you exit the File Sharing pane and go back into it again, it will be gone.
    Server Admin has the ability to rename a share's name from AFP,SMB,FTP,etc. but this doesn't appear to help either -- I tried adding the second media first, renaming its shared name to Media2 over in Server Admin, and then adding the first. Server Preferences just deletes the second one.
    Such a basic thing as being able to rename the share from Server Preferences would appear to be enough to get around this, but since Apple didn't make it possible, I have no idea how to proceed.
    Does anyone else have this working, and how did you do it?

    The best way to solve this, would be make sure you use database paraneter GLOBAL_NAME, to change your database from lets say orcl1 to orcl1.mycorpdomain.com, by this you can make sure each database actualy has a different name. Your other database then could be named orcl1.example.com.
    When chaning the display name in EM you might face other issues later on when for instance trying to run a restore using EM for one of these databases.
    Regards
    Rob
    http://oemgc.wordpress.com

  • Cannot open your default e-mail folders. You must connect to Microsoft Exchange with the current profile before you can synchronize your folders with your Outlook data file (.ost)

    Fresh installation of Exchange Server 2013 on Windows Server 2012.
    Our first test account cannot access their email via Outlook but can access fine through OWA. The following message appears - "Cannot open your default e-mail folders. You must connect to Microsoft Exchange with the current profile before you can synchronize
    your folders with your Outlook data file (.ost)" is displayed.
    If I turn off cached Exchange mode, setting the email account to not
    cache does not resolve the issue and i get a new error message - "Cannot open your default e-mail folders. The file (path\profile name).ost is not an Outlook data file (.ost). Very odd since it creates its own .ost file when you run it for the first
    time.
    I cleared the appdata local Outlook folder and I tested on a new laptop that has never connected to Outlook, same error message on any system.
    Microsoft Exchange RPC Client Access service is running.
    No warning, error or critical messages in the eventlog, it's like the healthiest server alive.
    Any help would be greatly appreciated. I haven't encountered this issue with previous versions of Exchange.

    So it looks like a lot of people are having this issue and seeing how Exchange 2013 is still new (relatively to the world) there isn't much data around to answer this. I've spend ALOT of time trying to figure this out.
    Here is the answer. :) - No I don't know all but I'm going to try to give you the most reasonable answer to this issue, in a most logical way.
    First thing I did when I was troubleshooting this issue is that I ignored Martina Miskovic's suggestion for Step4 http://technet.microsoft.com/library/jj218640(EXCHG.150)because it didn't make sense to me because I was trying to connect
    Outlook not outside the LAN but actually inside. However, Martina's suggestion does fix the issue if it's applied in the correct context.
    This is where the plot thickens (it's stew). She failed to mention that things like SSL (which I configure practically useless - anyone who ever worked in a business environment where the owner pretty much trusts anyone in the company, otherwise they don't
    work there - very good business practice in my eyes btw, can confirm that...) are some sort of fetish with Microsoft lately. Exchange 2013 was no exception.
    In exchange 2003, exchange 2007 and exchange 2010 - you could install it and then go to outlook and set it up. And when outlook manual Microsoft Exchange profile would ask you for server name, you would give it and give the name of the person who you setting
    up - as long as machine is on the domain, not much more is needed. IT JUST WORKS! :) What a concept, if the person already on premises of the business - GIVE HIM ACCESS. I guess that was too logical for Microsoft. Now if you're off premises you can use things
    like OutlookAnywhere - which I might add had their place under that scenario.
    In Exchange 2013, the world changed. Ofcourse Microsoft doesn't feel like telling it in a plain english to people - I'm sure there is an article somewhere but I didn't find it. Exchange 2013 does not support direct configuration of Outlook like all of it's
    previous versions. Did you jaw drop? Mine did when I realized it. So now when you are asked for your server name in manual outlook set up and you give it Exchange2013.yourdomain.local - it says cannot connect to it. This happens because ALL - INTERNAL AND
    EXTERNAL connection are now handled via OutlookAnywhere. You can't even disable that feature and have it function the reasonable way.
    So now the question still remains - how do you configure outlook. Well under server properties there is this nice section called Outlook anywhere. You have a chance to configure it's External and Internal address. This is another thing that should be logical
    but it didn't work that way for me. When I configured the external address different from the internal - it didn't work. So I strongly suggest you get it working with the same internal address first and then ponder how you want to make it work for the outside
    users.
    Now that you have this set up you have to go to virtual directories and configure the external and internal address there - this is actually what the Step 4 that Martina was refering to has you do.
    Both external and internal address are now the same and you think you can configure your outlook manually - think again. One of the most lovely features of Outlook Anywhere, and the reason why I had never used it in the past is that it requires a TRUSTED
    certificate.
    See so it's not that exchange 2013 requires a trusted certificate - it's that exchange 2013 lacks the feature that was there since Windows 2000 and Exchange 5.5.
    So it's time for you to install an Active Direction Certificate Authority. Refer to this wonderful article for exact steps - http://careexchange.in/how-to-install-certificate-authority-on-windows-server-2012/
    Now even after you do that - it won't work because you have to add the base private key certificate, which you can download now from your internal certsrv site, to Default Domain Policy (AND yes some people claim NEVER mess with the Default Domain Policy,
    always make an addition one... it's up to you - I don't see direct harm if you know what you want to accomplish) see this: http://technet.microsoft.com/en-us/library/cc738131%28v=ws.10%29.aspx if you want to know exact steps.
    This is the moment of ZEN! :) Do you feel the excitement? After all it is your first time. Before we get too excited lets first request and then install the certificate to actual Exchange via the gui and assign it to all the services you can (IIS, SMTP and
    there is a 3rd - I forgot, but you get the idea).
    Now go to your client machine where you have the outlook open, browse to your exchange server via https://exchang2013/ in IE and if you don't get any certificate errors - it's good. If you do run on hte client and the server: gpupdate /force This will refresh
    the policy. Don't try to manually install the certificate from Exchange's website on the client. If you wanna do something manually to it to the base certificate from the private key but if you added it to the domain policy you shouldn't have to do it.
    Basically the idea is to make sure you have CA and that CA allows you to browse to exchange and you get no cert error and you can look at the cert and see that's from a domain CA.
    NOW, you can configure your outlook. EASY grasshoppa - not the manual way. WHY? Cause the automatic way will now work. :) Let it discover that exachange and populate it all - and tell you I'm happy! :)
    Open Outlook - BOOM! It works... Was it as good for you as it was for me?
    You may ask, why can't I just configure it by manual - you CAN. It's just a nightmare. Go ahead and open the settings of the account that got auto configed... How do you like that server name? It should read something like [email protected]
    and if you go to advanced and then connection tab - you'll see Outlook Anywhere is checked as well. Look at the settings - there is the name of the server, FQDN I might add. It's there in 2 places and one has that Mtdd-something:Exchange2013.yourdomain.local.
    So what is that GUID in the server name and where does it come from. It's the identity of the user's mailbox so for every user that setting will be different but you can figure it out via the console on the Exchange server itself - if you wish.
    Also a note, if your SSL certs have any trouble - it will just act like outlook can't connect to the exchange server even though it just declines the connection cause the cert/cert authority is not trusted.
    So in short Outlook Anywhere is EVERYWHERE! And it has barely any gui or config and you just supposed to magically know that kind of generic error messages mean what... Server names are now GUIDs of the [email protected] - THAT MAKES PERFECT
    SENSE MICROSOFT! ...and you have to manage certs... and the only place where you gonna find the name of the server is inside the d*** Outlook Anywhere settings in the config tab, un it's own config button - CAN WE PUT THE CONFIG ANY FURTHER!
    Frustrating beyond reason - that should be Exchange's new slogan...
    Hope this will help people in the future and won't get delete because it's bad PR for Microsoft.
    PS
    ALSO if you want to pick a fight with me about how SSL is more secure... I don't wanna hear it - go somewhere else...

  • HT5527 Can I share my iCloud folders with others? If so, how?

    Can I share my iCloud folders with others? If so, how?

    This is something for the Apple engineers to answer. I too would like the ability to share folders and/or individual files a la Dropbox.
    I've written about some of my complaints with the service so far on this discussion thread: Ways to make competitive with Dropbox

  • Unreliable - Deleting multiple files/folders with the same name?

    I have recently found when trying to delete folders with the same name it is unreliable, is there a better way, ie termin that would work for the following...
    I have 1000's folders with sub-folders to delete...
    Please see screenshot each folder is identical apart from 'copy #' at the end of the folder
    1. using search in top level folder toobar for "instructions"
    2. 647 results are retuned
    3. Select all and [cmd] [del]
    4. Repeat step 1 but some folders are still are found.
    Any ideas ?

    Go ahead and doubt if it makes you feel superior.
    For others:
    If your pom has this:
    <dependency>
                   <groupId>javax.faces</groupId>
                   <artifactId>jsf-api</artifactId>
                   <version>${jsf.version}</version>
              </dependency>
              <dependency>
                   <groupId>javax.faces</groupId>
                   <artifactId>jsf-impl</artifactId>
                   <version>${jsf.version}</version>
              </dependency>
    where jsf.version = 1.2, change jsf.version to 1.2_10

  • Note:  Mail.app and Folders with Dovecot - Copying Folders w Subfolders

    I found a problem with Apple Mail regarding folder creation with the new Dovecot Server...
    Say you import some mail from Eudora or some other mail client, and you have folders with no messages, only subfolders (or mailboxes if you want to call them that). The mailbox on "My Mac" appears white instead of blue, and you can see the subfolders just fine and everything looks great. Drag that folder (the white one with subfolders) to your IMAP account to copy it to the server. It will copy just fine. Now try to rename or delete that white folder you just copied to the server. You will get the following error:
    For this example I will call the problem folder "TestFolder"
    The IMAP command RENAME (or DELETE if you try to delete) (to TestFolder) failed with the server error: Mailbox does not exist: TestFolder
    The problem is this:
    Dovecot creates folders and subfolders as separate directories on the server:
    .TestFolder
    .TestFolder.TestSubFolder1
    .TestFolder.TestSubFolder2
    In the above example, there is a folder (or mailbox) called TestFolder with two folders inside it, TestSubFolder1, and TestSubFolder2. This example is the correct way to create a folder with dovecot, or if not "correct", at least you can delete or rename the "TestFolder" without an error.
    What happens with Apple Mail (Mail.app), is that when you drag a white folder to the server, it would create the following:
    .TestFolder.TestSubFolder1
    .TestFolder.TestSubFolder2
    Notice the root folder .TestFolder is missing. This is why you get the error message noted above. If you create .TestFolder in the directory, chmod 700 .TestFolder and chown <username> .TestFolder, you can rename or delete the problem folder (notice it turns blue as well). This gets rather annoying when dealing with multiple folders/subfolders, and is not a real graceful way of dealing with the situation.
    Apparently there is some intended difference with the white folders and blue folders, in that blue folders can contain messages but white folders can only contain other folders. Great, but Mail.app needs to somehow create the folder on the server in a way that is compatible with Dovecot.
    If someone has a developer account (mine keeps complaining that there is missing information, but there is no missing information and won't let me log in), could you post this as a bug report? I'll deal with my developer account later...
    Thanks.

    > It's not that they don't show up in Mail. In Mail, they are in their
    (manually) sorted folders. On the server they are in BOTH their
    sorted folder, AND the main inbox where they first appeared.
    Yes, but what I’m saying is that, according to your reports, even after rebuilding the Inbox of the .Mac account that has the problem, there are still messages in that mailbox on the server that don’t show up in Mail in that same mailbox. Is that correct? This is what doesn’t make sense to me...
    > Mac-mydotmacusername1
    Mac-mydotmacusername2
    [email protected]
    So you have two .Mac accounts and a POP account. You hadn’t mentioned this before, had you? I got the impression that you only had one .Mac account...
    Which account has the problem, i.e. for which account there are messages on the server’s Inbox that don’t show up in Mail even after rebuilding that mailbox? Are you moving messages from a .Mac account’s Inbox to custom mailboxes of that same account or to mailboxes associated with the other .Mac account?
    <hr>
    Try this to determine the scope of the problem:
    1. Go to Apple Menu > System Preferences > Accounts and create a new user account for testing purposes.
    2. Either log out of your main user account or just quit Mail so that it does not interfere with the other user account.
    3. Log in as the newly created user and set up Mail anew there.
    4. For spam-related security reasons, go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    5. If you set up a POP account, go to Preferences > Accounts > Advanced and disable Remove copy from server after retrieving a message if it’s enabled, to avoid messages being accidentally removed from the server while testing.
    6. Check whether the problem also happens when logged in as another user.

  • Syncing Folders with Aperture 3, How To?

    Hi,
    I was wondering how can I keep a file system folder in sync with Aperture library (Both when I add files to the system folder or when I create a new versions in the Aperture library).
    I know it is not supported in Aperture. Is there some scripts or a plugin to do this?
    I know that Aperture was designed to be the sole Manager for the photo library, but I need this feature. Please let us not turn this discussion into a discussion about managing libraries emoticon - smile
    Any help is appreciated!

    Terence Devlin wrote:
    You can use
    1. Folder Actions and AppleScript
    or
    2. Automator Actions
    or
    3. an app like Hazel
    to watch a folder and perform certain tasks when a change is detected - like importing to Aperture.
    Thank you. That is helpful. Where can I get these scripts?
    However, matching versions is another matter. There is no file for a version, it's simply an entry in the database. Do you really want to export every version as a jpeg/tiff ?
    Sometimes, I would like to export the versions to have them as JPEGs. I know that Aperture was designed to manage versions in an incremental fashion. But sometime, I would like to have this option (For my PS3 to see the files [I know that you can sync your aperture library] or for my wife's Windows laptop to see the files etc...).
    Rather defeats the purpose of Aperture.
    Regards
    TD
    You can use
    1. Folder Actions and AppleScript
    or
    2. Automator Actions
    or
    3. an app like Hazel
    to watch a folder and perform certain tasks when a change is detected - like importing to Aperture.
    However, matching versions is another matter. There is no file for a version, it's simply an entry in the database. Do you really want to export every version as a jpeg/tiff ?
    Rather defeats the purpose of Aperture.
    Regards
    TD

Maybe you are looking for

  • Bex reports are not getting displayed in portal

    Hi, We have created the BW iviews in portal (SAP EP 7.0 SP10). iViews work fine in Q environment but when I import all the iViews, roles and worksets in production server and assign the role to particular user, i am not able to see the bw reports. I

  • How can I use the POST form in defining a SAMLCredentialMapperV2

    Hi, I am trying to configure the SAMLCredentialMapperV2 in our WebLogic Portal 10.3.2. There is a parameter called "POST form - The POST form used with this SAML Relying Party". Can anyone give me a hint of how I can use this form parameter, where I

  • Java User-defined packages problem!

    Hi everyone, I am new to java programming.I am trying to do a small program to see how the user-defined pckages work.I wrote 2 small programs one is Balance.java and TestBalance.java. The code for Balance.java is as follows.. package MyPack; public c

  • Applescript to batch change "title" in Photos

    I'm trying to use the new Photos, but without being able to batch change the title, it's not going to work for me.  I saw a script in a previous post that shows how to do this, but I couldn't get it to work - apparently the script only works on small

  • Bapi for Campaign

    Hi All i have an requirement to get the number of opportunities in a Campaign. Is there any BAPI or Function Module for it. and also any related info regarding this will be helpful. POINTS WILL BE REWARDED