Lightroom :: Scripting Subfolder Creation On Import?

Oct 16, 2013

I was wondering if there was a way to script the creation of multiple subfolders (ie: Selects, Masters, Output) when importing images into lightroom?  Right now the best I can come up with is to create a template folder with all of the subfolders already created and copy that template, rename it, and then import into the new folder.  I have poked around the programming guide for LR, but nothing immediately jumped out at me. 

View 3 Replies


ADVERTISEMENT

Lightroom :: How To Remove Unnecessary Subfolder

Feb 6, 2013

I'm using LR to backup files, and I need two copies.  I checked the tick box for Make a Second Copy To:  and choose my folder, but each time, it includes a sub folder with the date. 

View 1 Replies View Related

Lightroom :: Moving Photos To Existing Subfolder?

Mar 29, 2014

How can you move photos to an existing subfolder?

View 1 Replies View Related

Lightroom :: Library Doesn't See A Subfolder In Finder

Mar 23, 2013

Lightroom Library does not see a subfolder in the Finder. It sees and has imported all the other subfolders. The subfolder shows up fine in the Finder and in Bridge. How do I get Library to see it?

View 1 Replies View Related

Lightroom :: 5 - Can't Export Photos To Subfolder On Mac Desktop

Oct 17, 2013

I can't export photos from Lightroom 5 to a ssubfolder on my Mac Desktop.

View 1 Replies View Related

Lightroom :: Use Image Metadata For (put In Subfolder) Export Option

Nov 6, 2013

Would it be possible to automatically set the name of the folder in the "put in subfolder" export option, based on that image metadata (or on a preset, as it is, for example, for filenames)? Maybe a plugin? - image in "summer 2013" gets exported in "summer 2013 jpg" subfolder, where "summer 2013" is taken from the "folder" metadata and "jpg" either from the filetype or manually added.

View 1 Replies View Related

Lightroom :: How To Move Multiple Images At One Time From One Subfolder To Next

Jul 24, 2013

How would i accomplish this procedure in lr5. I know you can click on an image  and drag it to the target folder.  But for multiple images this is the ?

View 1 Replies View Related

Lightroom :: Preset To Export Photo To Subfolder Of Original Folder

Dec 16, 2011

I have a preset that allows me to export my photo to a subfolder of the original folder. In my case it's simply called jpg export. This allows me to do all my edits when the shot is in it's original "Date taken" folder and all my edited shots from that folder show up in the jpg export folder when I run the preset. My issue is that the jpg shows up in BOTH the original folder and the jpg export folder. I know it's operator error but what's wrong with my settings? Under Export Location I have Export To: Same folder as original photo (this is the reason for my problem but I am not sure what to change it to) Put in Subfolder: is checked and the folder is called jpg export. Add to This Catalog: is also checked.

View 5 Replies View Related

Illustrator Scripting :: Quick Syntax - Assign Name To UI Elements At Creation

Mar 5, 2014

In the extend script documentation it says you can assign a name to UI elements at creation like the example given below
 
dlg.btnPnl.cancelBtn = dlg.btnPnl.add('button', undefined, 'Cancel',
{name:'cancel'});
 
but when i do it like that, the bject's name comes out as undefined when accessed like this
dlg.btnPnl.cancelBtn.name
or like this:
dlg.btnPnl.children['name']
 
but adding the object then naming like this works-
 
dlg.btnPnl.cancelBtn.name = "Cancel";
 
I'm using illustrator cc and the extendscript guide for cs6 (couldn't find a newer one). Did the syntax change?

View 7 Replies View Related

Illustrator Scripting :: Import PSD To AI Layer

Sep 8, 2012

I am new to scripting in Illustrator.I am trying to import PSD files into an AI layer.So far this is my solution.
 
var TRGdoc = app.documents.add(DocumentColorSpace.RGB, "1920", "1080");
var onFile = File( '~/Desktop/jpeger/illDanceREFon_00642.psd' );
var REFon = app.open(onFile);
var LAYon = REFon.layers[0];
var LAYstuffon = LAYon.pageItems[0];
LAYstuffon.selected = true;
app.copy();
TRGdoc.activate();
var TRGlayer = TRGdoc.layers[0];
TRGlayer.selected = true;
app.paste();
 
It works most of the time but sometimes it hangs up on the paste. 

View 4 Replies View Related

VideoStudio :: Organizing Clips In X5 Subfolder?

Aug 27, 2013

After using multi trim and the trimmed clips are now back in the sub library, I want to mark where they are so that I can easily locate them.I have tried to drag a colour clip from the timeline but this is not being allowed.

View 5 Replies View Related

Illustrator Scripting :: How To Import Text Automatically

Sep 26, 2013

Have to enter a lot of text snippets into illustrator cs4 every day, would love to make my live easier.
 
I'm trying to figure out how to import text to illustrator automaticly.
 
I have olny a few parameters: the text, what font to use, the size of the text (the text width and length in mm as if the text would be converted to outlines, needs to be exactly the right size) and the coulor.
 
Usually its one line of text, sometimes more lines of wich i have the widht and length of the complete block of text
 
The parameters could be in a cvs-file or something like that,  ideally all texts would be imported in one file but it could be seperate files
 
Texts should be converted to outlines and saved as AI version 3
 
Is it possible to do this?

View 1 Replies View Related

Photoshop Elements :: Add A Whole Subfolder Of Photos To Catalog?

Aug 25, 2012

How do I add a whole subfolder of photos to my Catalog?

View 1 Replies View Related

Illustrator Scripting :: How To Import Several PDF Files As Multiple Artboards Into One File

Feb 11, 2013

I have 30 separate illustrator pdf files (one page each) that I would like to make into one Illustrator CS6 file with 30 artboards. Is there any way to do that without having to import one by one?

View 1 Replies View Related

Illustrator Scripting :: Place / Import File To Visible Layer?

Jul 26, 2013

I have been working on a script to place a psd file onto only one visible layer (document has multiple hidden layers). This java code has worked so far:
 
var doc = app.activeDocument;
var onFile = File("C:/Users/Desktop/Desktop/ExportedArtboard-01.psd");
var mydoc = doc.placedItems.add();
mydoc.file = onFile;
mydoc.embed();
 
however this works with only the top layer visible (eye turned on in Ai). if top most layer isn't visible i get "target layer cannot be modified" error.

For instance say i have 1,2,3 layers. layer 1 (top most) and 3 (bottom most) would be hidden, layer 2 (middle layer) would be visible and then running the script would place the psd file on to layer 2.

View 3 Replies View Related

Lightroom :: Why File Creation Date Changed (Mac OS)

Apr 16, 2013

I'm finding that Lightroom changes the file creation date when embedding metadata. I notice that this behaviour differs from Bridge, which manages to write metadata changes to the file without affecting the creation date, only touching the modified date.
 
I've read in other threads that it doesn't matter anyway because moving files between disks will write a new file and therefore a new creation date, but while this may be true in some systems (I don’t know) this is certainly not the case with Mac OS. For example, I have files going back to at least 1998 which have been moved from disk to disk to disk yet still retain their original creation date. Which is as it should be. For many of my older images there seems to be no recognisable embedded capture date anyway, so the file creation date is the only time stamp.
 
It seems perfectly logical that the modified date of a file should be updated to reflect that the file has been modified (e.g. though adding metadata), but it seems equally logical that the file creation date should be retained as the original date that file was created. Changing them both to the same date seems to be a needless loss of information.
 
Some might argue that the process of adding metadata to a file creates a new file, therefore the creation date needs to be updated to reflect that. But I would say that the creation date should be what a normal user would understand as the creation date. We don't expect the creation date to be changed simply because a file is rewritten to disk (for instance when defragging), however technically accurate it might be to say that it is a newly created file. And the difference in behaviour between Bridge and Lightroom shows that there is some confusion about this.

View 8 Replies View Related

Lightroom :: Keeping Creation Date When Exporting To JPEG?

Aug 13, 2012

I shoot raw and after developing and exporting the pictures to jpeg in OSX, the new files show the export date as the creation and modification dates. How can I keep the shooting date as the creation date to sort the pictures in the finder appropriately?
 
(using LR 4.1 and OS10.8)

View 2 Replies View Related

Illustrator Scripting :: TIFF Import Options - Flatten Layers To A Single Image

Mar 26, 2013

Running a script to open up files and convert to another type. When it gets to a TIFF type file a dialog window titled 'TIFF Import Options' is opening. This windows has an Options column that contains two radio selections for 'Convert Layers to Objects' and 'Flatten Layers to a Single Image'. How would I open the file with the 'flatten layers to a single image' set?

View 1 Replies View Related

Lightroom :: Incrementing Creation Date Times To Preserve Sort?

Sep 7, 2013

I've got bunches of scanned analog photos. The creation dates were the scan time, not when the photos were taken. And some are out of order.
 
I don't remember the exact times and dates, but I do recollect the sequence. And I can use a "user order" within LR.
 
But how do I preserve that order in the metadata in the files for use in other applications, etc? I can set a creation date, but it appears to be the same for all. How I could increment the date/time so that I'd end up with the same sequence when sorted by "capture time"?

View 7 Replies View Related

Lightroom :: Import Menu Has Changed - How To Get Back To Standard Import Screen

Nov 1, 2013

The usual import menue has the options for importing on the right hand side. My system is now showing an import dialouge box and the import dialouge on the right is greyed out.  How do I get back to the standard import screen.

View 2 Replies View Related

Lightroom :: After Import Images Adjust To Cross Process 1 Not Set In Import Settings

Nov 4, 2012

This issue occured shortly after update to 4.2, but not directly after. I am using windows 8.
 
The issue that occurs is after importing images they are adjusted automatically to develop module cross process 1. After dealing with this annoyance for a bit of time I realized that I can not even "RESET ALL" the images to delete the adjustment. In delving into other images that have been in my database for quite some time, I have tried to "RESET ALL", which resets images to CROSS PROCESS 1. I have never set import to automatically adjust.

View 5 Replies View Related

Lightroom :: Import Images - Import Module Freezes For A Few Minutes?

Mar 13, 2012

I just upgraded from LR3.6 to 4.0. When trying to import images the import module freezes for a few minutes and then displays the import screen. However, when selecting a source the program freezes again and eventually crashes.
 
I had the same issue when upgrading to 3.6 some time ago and then found that disabling some USB controllers solved the problem. This works for LR4 as well. As I don't need all USB connections this is a workable solution, however, disabling controllers should not be necessary to run a program.
 
System is an Acer Aspire 7811 64 bits w/ Intel i7, Win 7 Home Premium, 8 GB internal mem and no external drives.

View 8 Replies View Related

Lightroom :: Why Doesn't Auto Import Actually Import Images Into Catalog

May 19, 2012

I'm using LR4 with a Canon camera setup (Wind 7 Ultimate). I've got the auto import setting all configured with an incoming folder and destination. The app recognizes when an image is put in incoming folder and in fact it moves it to the destination folder. What is really annoying is that it leaves me at the import settings dialog and then I have to make all these choices as I would if I were manually importing.
 
Shouldn't the images be places in the desination folder and some view of that image be displayed in LR? It could be the folder view or ideally I want to see the last image imported at 1:1 size so I can review it and see if I want to take another shot?  Maybe there is some flag I've got set incorrectly.

View 1 Replies View Related

Lightroom :: Previous Import Count - Auto Import

Dec 21, 2011

I use Auto Import to import my RAW files. Each time LR imports my files the Previous Import count number increases. Is there a way to reset this count so it shows a true reflection of the photos from my previous import session?
 
Correct me if I'm wrong but if you manually import files the Previous Import count number resets itself automatically. I've Googled this problem & this question has been asked before - all users were utilising Auto Import.

View 1 Replies View Related

Lightroom :: Import Images Grayed Out - No Import Option

Jan 17, 2011

I'm trying to import photos into LR3.3, and the thumbnails are grayed out, as is the import button. The photos come from two other cameras -- one Canon Elf, the other I'm not sure. I received them through dropbox, and they open fine with Bridge and Photoshop CS4.

View 4 Replies View Related

Illustrator Scripting :: How To Automate Importing Variable And Datasets Into Graphs Via Scripting

Dec 18, 2012

I'm try to automate the importing of the Varaible and datasets into my graphs via Scripting, but the ImportVaraibles() function doesn't seem to work.  Here is my Script, mostly copied from the example script provided with Illustrator (CS5).  And, this works manually, using the file names in the script, via Load Variable Library
 
    Set appRef = CreateObject(strIllistratorVersion)
   
       'Open the file and import the datasets
        Set docRef = appRef.Open(strTemplate & "200-500.ai")
        'docRef.Datasets.RemoveAll
        docRef.Variables("Yearbook").Delete
 
Here is the problem, after I delete the previous library, then this next line, right from the example, does nothing
The script then exits with 'No Datasets in this document'
       
docRef.ImportVariables (strXMLFolder & "Lumber_200-500.xml")
'appRef.DoJavaScript "alert('Template:" & strTemplate & strRange & ".ai  |  XML file:" & strXMLFolder & ""  & objFile.Name & "^')"
        If (appRef.Documents.Count > 0) Then
            Set docRef = appRef.Documents(1)

 [Code]....
 
If I remove that delete line, the script runs, but just uses whatever Variables I had last loaded, not the XML file.
 
It's simply not loading.  What do I need to do to get it to load?

View 8 Replies View Related

Illustrator Scripting :: Access Graph Data Through Scripting DOM?

May 6, 2012

Can you access graph data through the scripting DOM?

View 3 Replies View Related

Illustrator Scripting :: Create Mirror Text And Stroke Text In AI Scripting

Mar 16, 2013

the Script of creating mirror text and stroke text in Adobe illustrator scripting.

View 4 Replies View Related

Lightroom :: 4 - How To Import As DNG

Nov 7, 2012

I am in the process of migrating from Aperture to LR4.  I have exported the originals from Aperture and have them on my HDD.
 
My question now is do I import as a DNG?  What are the benefits of this?
 
If I do import like this, am I duplicating all my images on my HDD?

View 9 Replies View Related

Lightroom :: Neither 4 Nor 5 Will Import?

Dec 11, 2013

Had version 4.2 working just fine until last week when it stopped importing.  Program does not even show external drive in available folders.  Bought LR5 and updated to version 5.2.  Same problem.   I can view from Windows Explorer or Irfan View. If I try to import from other source, I can see the folders but when I open the folder I get an error message that says no items match your search.  I need to get this figured out as I'm a sports photographer and need to get 6 games processed and posted. 

View 2 Replies View Related

Lightroom :: 4.3 Won't Import Raw Or JPG

Dec 17, 2012

Installed Lightroom 4.3 update Saturday. Won't import anything Raw or JPG.Get Message: Could not copy a file to the requested location. (1)I rebooted and tried other files with no success
 
Documentation:
          •          LR-4: Download, 3/28/2012
          •          LR 4.3, Camera Raw: 7.3
          •          mac: OS X: 10.6.8

View 16 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved