Create Multiple Subfolders in Lightroom or Have Lightroom Pick Up Multiple Empty Folders

I currently have Lightroom organize files into subfolders by date when importing photos. So, for example, when returning from a shoot today, all images will be imported into a subfolder called "2013-12-18", which Lightroom will automatically created if it does not exist.
This is great.
Some of the images in the shoot belong to a set that I want to keep separate from the others. For example, an HDR or focus-stacked or panorama set.
What I do is create subfolders undernear the "2013-12-18" folder and manually move the sets into it. So I might end up with, for e.g.
  .../2013-12-18/
  .../2013-12/18/Set-01
  .../2013-12/18/Set-02
  .../2013-12/18/Set-03
  ... etc.
What I would like to do, however, is to reduce the pain of manually need to create each of the subfolders. Right now, I have to right click the parent folder ("2013-12-18"), select "Create folder inside 2013-12-18", type in "set-01", and repeat and repeat and repeat and repeat. This is very inefficient and tedious.
Now, I can easily write a Bash or Python script to automatically create as many subfolders as I need in the correct parent directory. But Lightroom does not show or recognize these empty subfolders until I go through the above process (i.e. pseudo-"create" the subfolders) OR go to "Library > New Folder" and ask Lightroom to add the new folder. I thought at first that the latter would be the solution (i.e., I could just go to "Library > New Folder" and add all the new, externally-created, empty subfolders. Unfortunately, this dialog only lets me add one folder at time.  Quelle douleur!!!
Any suggestions on how to go about doing this? A plugin or somehow record an action? Or maybe change the way I import?
Note that I do not mind actually moving the images belong to a set into each subfolder manually myself. In fact, I cannot imagine doing it any other way, as only I (and not Lightroom) can tell which images belong to a particular set. Yes, I know Lightroom can autostack by capture time, but that is not relevant here because (a) I am not stacking yet and (b) capture time between images in the same set can be highly variable. But I *would* like to automate or otherwise make more efficient the process of creating the subfolders or having Lightroom recognize my externally created empty subfolders.
Any advice would be greatly appreciated! Thanks!

Hi Christoph and all,
       So if there can only be one Public Root folder, I have a question about expanding EDMS to incorporate more uses.  We have a small group of users now who use it and so they already have the EDIPUBLICROOTFOLDER  document created with a certain doc type (FLD) which has some special rules coded with it that the lower level folders and documents inherit from it.   Now as part of our PLM project we are going to roll out EDMS to a broad audience who needs more general functionality which will come from an EDIPUBLICROOTFOLDER of a different document type (FOL).  Is it possible to create this new pubic root folder and somehow move the existing one with its specialized doc property inheritance to a subfolder within the new public root folder?
Thanks,
Joseph

Similar Messages

  • Possible to create "multiple" "snapshot" folders in Photo app?

    I mastered the whole "Hold both buttons to take a screenshot" idea. However, all screenshots are saved in one "saved pictures" folder under the "albums" tab. Any way to make multiple folders? Say, by date or website or.... anything?
    I know I can make mutliple folders in iTunes and import them. I'm talking about creating multiple screenshot folders on the iPad itself.
    Also, is there any way to turn off the "Picture frame" flower that comes up on the main screen when powering down? I don't want anyone to be able to just hit that and start a slideshow.
    And...(I tried to put all my "picture questions" in one topic).... Can I load a different picture to each App page? I have one picture on my lock screen and all my "App" pages have a 2nd pic. Can I put a seperate pic background on each of the 11 (or how ever many the max is) app "home" pages?

    Regards creating different folders for different groups of screen shots the only way to do that is to move all the screen shots to your computer, put them in separate folders and then sync them back to the iPad.
    In response to your question about using different backgrounds for different app pages the answer is no. In essence you're not actually switching pages it's just the group of app icons that are changing. In other words the background remains static when you swipe to move to the next so called page of icons.
    Message was edited by: Mr.C UK

  • How create multiple named folders at one time? 10.10.02

    How create multiple named folders at one time? 10.10.02
    Hello all,
    I need to create 208 named folders at one time. Please advise.
    Thanks!

    You may want to ask this in the Yosemite forum. This is the Mavericks forum.

  • How do you create multiple photo folders or shows

    When I import photos they all go into the same album, photo library. How do I set up more albums? Even when I import from different folders on my MAC they go to the same album.
    Also how do I delete photos once they are on the iPod?
    Many Thanks,

    If you want to get the photos from your own folder structure instead of from iPhoto, create a main folder for all the photos you want to have on your iPod (your Photo Library) and create whatever folders inside it that you want. Select the main folder as the "Sync photos from" in iTunes and sync your iPod photos. The subfolders you create will appear on your iPod.

  • Need help in creating multiple sub folders in new folder

    hi all,
    need to seek some expert advise.
    i need to create an automator work flow as once launch, it will show a dialog asking user for the new folder name to be created, and asking user how many sub folders to be created.
    i have done the following and got stuck...
    requirement is user ket in foldername upon dialog for example "test" and no of sub folders to create exp "5"
    it will create a folder call "test" on desktop n 5 subfolder as: test1 , test2, test3, test4, test5.
    Apple script

    Automator gets a bit unweildy when trying to vary things outside of what the actions provide.  Since you are already using an AppeScript in your workflow, might as well do the whole thing:
    set baseFolder to (path to desktop) -- the location to create the folder
    display dialog "Please provide a new folder name:" default answer "test"
    set folderName to text returned of the result
    repeat -- keep repeating until a number is returned
      display dialog "How many subfolders?" default answer "5"
      set theNumber to text returned of the result
        try -- test the result
          set theNumber to theNumber as integer
          exit repeat -- success
        end try
    end repeat
    tell application "Finder"
      try -- make new folder
        set newFolder to (make new folder at baseFolder with properties {name:folderName})
      on error number -48 -- skip errors if the folder is already there
        set newFolder to ((baseFolder as text) & folderName) as alias
      end try
      repeat with X from 1 to theNumber
        try -- make new subfolder
          make new folder at newFolder with properties {name:folderName & X}
        on error number -48 -- skip errors if the folder is already there
        end try
      end repeat
    end tell

  • I created a playlist on my iphone and it created multiple empty playlist

    Does anyboydy have the same problem?
    I created a playlist on my Iphone and suddently thousands of empty playlist with identifcal name appeared everywhere.
    Since then, my music on my iphone freezes.
    I tried to remove with automator on my computer, but when I refresh the Itune match, they reappear..

    If your Mac is signed into your account with Documents & Data syncing checked in System Preferences>iCloud, it should have received a copy on your Mac.
    Open Finder and navigate to "~/Library/Mobile Documents/com~apple~Pages/Documents" (without the quotes) from the Go>Go to Folder Menu.  If this folder exists on your hard drive, launch Time Machine and go back to an earlier point in time to see if your missing document appears.  If it does, restore the most recent version available.

  • Where have my saved emails gone - Empty folders

    Just installed Leopard. Opened Mail and within a few minutes my inbox was updated with all my existing emails. Unfortunately all the emails I saved in seperate folders have disappeared.
    Have they gone completely or have they been saved automatically somewhere else.
    "On my mac" appears above these folders so I'm now guessing they could be saved somewhere on my HD???
    Any ideas?
    Regards
    Craig

    Craig,
    select the folder, then select Rebuild under Mailbox. Your messages should reappear.
    Frank

  • Centro hotsync with Outlook creates multiple folders in Notes

    Greetings,
    This is my first post and I need help!
    I just got a Sprint Centro two weeks ago and hotsync with Outlook.  Every time I hotsync, the process creates multiple empty 'Notes' folders named after the sync profile.  (You may know that in Outlook they are called Notes and in the Palm OS they are called Memos.)  The notes I have are actually synced fine.  However, extra four or five empty folders are created as well.  Therefore, potentially I could have hundreds of them after a dozen or so syncs.
    - I am using Palm Desktop 6.2
    - I used a Tungsten E2 before and all was OK
    - I have XP Pro
    - The Palm phone support suggested a hard reset and a new sync profile.  Same problem.
    - Support also suggested a new Outlook profile.  Don't want to do that as I can't afford to lose any data and settings!  Besides, their suggestion did not work and left me with a lot of work restoring data to phone.
    There has to be a solution other than giving the Centro up for a BB.  I would appreciate any help.  I must say the Palm phone support has been atrocious!
    Thank you.
    Post relates to: Centro (Sprint)

    I don't know what causes this issue but I know how to solve it - ot at least work around it.
    First of all you need to backup the existing data that you have within Outlook Contacts etc. You can do this easily by creating a subfolder under Contacts (e.g. called Backup) and just MOVING everything from the parent folder into the backup folder.
    Then do another sync with the mobile and see what items pop up in Contacts. From here make sure you EDIT that contact with the additional data and save it. Once you do this, you won't get duplicates.
    For some reason the Synchronise app will "key" to a particular user "record" (to use database parlance) leaving the original Outlook contact alone (if it's any consolation it happens on Blackberries too) - and this is the only way I know of which fixes it without buying 3rd party applications.
    Hope this helps.
    Regards,
    Edward

  • When saving a File OS Is Creating Multiple Folders With The Same File Name

    Not sure what I changed but, now when I save a any file (ppt. word, Keynote,Pages e.g.,) to the desktop or any other location the OS will also create multiple file folders with the same file name as the file I'm saving. Inside the folders are what appears to be files locating the saved files. What can I do to fix this problem?
    I'm using the 10.7.2 version
    MacBook Pro

    Misio wrote:
    It looks like a finder bug. To replicate, I surf to any website, I right-click on a jpg image, select "Save Image As" and in the window that pops up I type in the filename "000.jpg", I select the folder Pictures, and click on Save.
    BTW, I don't know why, but the file was saved only as "000" without the file extension ".jpg". Does anybody know why?
    the extension is simply hidden. go to the get info panel for the file and uncheck the option to hide the extension.
    Then I surf to another image, and again I save it as "000.jpg" and now it asks me if I want to replace the existing filename, although the existing one is "000" and I try to save as "000.jpg", so I say yes, and then magically the file is saved with the full filename including the extension "000.jpg"
    When I did it a couple of times, always saving image as "000.jpg" from various sources, I ended up with two distinct files named "000" and both in the same folder Pictures.
    Please advise.
    it sounds to me like you saved one file as 000.jpg and the other and 000.jpg.jpg.
    check the info panels for the files for full names to verify if this is the case.

  • How can I create multiple galaries in lightroom

    I want to create multiple galleries in lightroom, with a index page for the different galleries. All managed from lightroom. I need to update 5-10 shoots per day in seperate galaries.
    Can someone please assist
    thanks

    I use multiple Lightroom galleries with an index page and it works great but for your purposes it would probably be better to use a Web plugin such as from this company.
    The Turning Gate - Photographers Plugins and Resources

  • Error in creating a PDF in Lightroom 4.  Why?

    I am using Lightroom 4.  When I export my book that has been created with Lightroom, I always get this message.  "An error occurred while saving the book.  There was an error creating the PDF file."
    I have uninstalled and reinstalled Lightroom, but the problem remains.  If you have any suggestions in fixing this problem, I would love to hear from you.  Thanks!

    I have had that error also, but only when the previous export is open in the PDF reader. For example if I create a book export it, open it to look at it, then go back and do some changes and re-export to the same file I get the same error you describe.
    Probbly a OS conflict as the PDF is still open therefore it cannot overwrite it.

  • I have realised over time I have created multiple accounts. I have bought music on my iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know how to contact someone to help.

    I have realised over time I have created multiple accounts. I have bought music on my Iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know  how to contact someone in Itune to help me.  PLEASE

    I don't have the app adn no expereince with it, but it appears basec on teh app description you may need it installed on your MAC as well to download the files.
    You might find help on the vendors website: http://www.nfinityinc.com/index.html

  • I am new to the MAC world but I am very familiar with Lightroom on a PC. This weekend I was weeding out the pics I do not want on my MAC and now I have a ? by all my folders.  How do I recover/get back to where I was 2 days ago?

    I am new to the MAC world but I am very familiar with Lightroom on a PC. This weekend I was weeding out the pics I do not want on my MAC and now I have a ? by all my folders.  How do I recover/get back to where I was 2 days ago?

    These instructions will help you fix the problem: Adobe Lightroom - Find moved or missing files and folders

  • HT5114 How can I create multiple accounts without the necessity to create multiple email addresses?  I now have 2 i-phones (mine and my wife's#, 1 i-pad #mine#, 1 i-pad mini #10 year old's#, and 1 I-pod touch #11 year old's).  I would like to maintain pur

    How can I create multiple accounts without the necessity to create multiple email addresses?  I now have 2 i-phones (mine and my wife's), 1 i-pad (mine), 1 i-pad mini (10 year old's), and 1 I-pod touch (11 year old's).  I would like to maintain purchase control, but would like to be able to have a separate account ID for each person.  Is that possible?

    Each email address can only be on one iTunes account, and all purchases are tied to the account that buys them. If you want to have separate iTunes accounts on each then you will need separate email accounts for each iTunes account

  • Where is a good place/path/directory to create the catalogue for Lightroom 5 ?

    Hi there,
    Can I know where is the most proper/efficient and proper place/path/directory to create the catalogue for Lightroom 5?
    Thanks

    99jon wrote:
    The default is the Pictures folder but its a personal choice. Some users keep the catalog on an external hard drive so that it can be shared between desktop and laptop computers.
    Thanks 99Jon,
    I am new to Lightroom.
    Can I know what is this Catalogue folder for ?
    Do you create a new catalogue for every timelapse project or do you put the pictures of all timelapse project into the same catalogue ?
    Thanks

Maybe you are looking for

  • Upgraded to 10.3.9 and now Safari won't open, lil help pls

    I finally took the big step and upgraded from 10.3.8 to 10.3.9, did all the right things, disconnected my FW External HD, ran Cocktail, ran disk utility, repaired permissions; BUT, since I've completed all the updates and the 10.3.9 upgrade, I cannot

  • How to add "services for object " in ECC 6.0

    Hi Saurabh, Thanks for your reply. I have checked the path given by you...System-> Service for object, but it is showing no service available as told by you. Cud you please tell me how to add this service because this is working fine in 4.6C but I do

  • Adobe Form and R/3 integration

    Hi I am facing an issue with adobe interactive forms and ABAP R/3 integration. How to get the control back to Report Program after the 'SUBMIT' Button is clicked in interactive Adobe Form. Can anyone help me how can I resolve the same? Thanks. Shivan

  • Installing Oracle 10g rac on linux 4 using vmware :problem

    Hi Expert , I'm facing problem on installing oracle 10g rac on centos 4x using vmware, installation is showing errors . The command failed are oifcfg, cluvfy on running ./cluvfy stage -post crsinst -n rac1,rac2 error: OCR integrity found invalid for

  • Meeting Invitation of HTML outlook 2013

    I'd like to send meeting Invitation request by HTML in Outlook2013, but it's not unable to change format. Is there any way to change format?