Lightroom :: Creating New Folder Instead Of Importing Into Current Stream

Oct 25, 2011

After a little re-organizing, lightroom has started putting new files into a new 2011/date folder, rather than continuing the old. It's driving me nuts, because I can't figure out how to get it to align again.
 
How do I get it to continue the dating, rather than starting over? I've already tried exporting the catalog and re-opening with it. Still doesn't continue.

View 4 Replies


ADVERTISEMENT

Lightroom :: Importing Photos - Cannot See Folder

Mar 7, 2014

In the import screen, on the left side of the screen, i start opening my tree to find the folder of photos I want to import but it doen't scroll down. The folder I need is further down, what can I do?

View 1 Replies View Related

Lightroom :: Importing Folder From HD To Catalog?

May 21, 2012

I can find my pictures on my hard drive but not on my catalog short of synching my whole HD how do I transfer one folder to my catalog?

View 1 Replies View Related

Lightroom :: Importing Images From A Folder?

Jun 19, 2013

I imported images into Lightroom from a folder I created on my desktop, I got images from Iphoto, and now Lr tells me images are "offline".  I cannot work on them.  I haven't purchased license yet and am using the 30 trial, though I don't thing that should matter.

View 15 Replies View Related

Lightroom :: Importing Into Library In Batch From Folder?

Feb 16, 2014

How can I import JPEG files with dashes in the file names into the library? In batch from a folder?

View 5 Replies View Related

Lightroom :: Importing Existing Folder Structures?

Dec 20, 2013

My old folder structure built up over years before I started using Lightroom has hundreds of subfolders and is entirely logical. I can import all the photos into lightroom, but not the folder structure.

View 3 Replies View Related

Lightroom :: 4.2 - When Importing / Folder Created With Wrong Date

Nov 29, 2012

I found a curious bug in Lightroom 4.2.
 
If I have pictures taken after 23:00, Lightroom creates an import folder in the next day, but the dates in the files are correct.
 
Example: The file's date is: 29/11/2012 23:19.
 
However if I hover my mouse over the image in the import dialog:

The date that appears is 30/11/2012 00:19. Here's the detail:

 After you import, you get the image in the wrong import folder, but the meta on the image is correct:
 
I've started to notice this before, but always thought of a wrong date on my camera. Just noticed that this happens with my camera, iPhone, and any other photo that has a time after 23:00.

View 2 Replies View Related

Lightroom :: 4.3 Importing Photos From Camera Into Folder With Wrong Date?

Mar 4, 2013

I import photos direct from camera (5DII) into Lightroom 4.3 the folder automatically created in Lightroom is one day out from the date photo created. Camera, computer and metadata info of file all have correct date. Windows 8 OS.

View 8 Replies View Related

Lightroom :: Photos Show Up In Grid But Not Importing From Hard Drive Folder?

Mar 2, 2014

Importing photos from a hard drive folder.  The photos show up in the grid, but then when I try to final import to LightRoom the program states that the following were not imported, and lists all the photo id's -- but does not say why not.  Why the import would fail at that step?

View 1 Replies View Related

Lightroom :: When Importing Photos In LR4 / Import Function Doesn't See All Pics In Folder

Jun 15, 2012

I have a catalog with all photos imported from a trip I just got back from.  But when I compare the catalog to the actual photos in the folder, there are 104 pics missing from the catalog.  If I try to sync the catalog, it says 104 pics need to be imported, but the import process says there are no new photos.
 
I created a new catalog and tried to import the folder again, but its still missing the same 104 pictures.

View 4 Replies View Related

Lightroom :: Creating Duplicate Files In Music Folder

Oct 25, 2013

I am using Light room 5..upgraded from 3.Discovered Light room  had been sending images into my music folder called 2013  as well as the  picture folder  I chose as export destination.Editing was showing in both.
 
I thought this was just virtual copy, not to worry.. until I tried to delete it in my music folder..and the recycle bin found the folder too large and only the option was to delete permanently? Seriously a huge file! (in a very short time) So I did delete folder 2013 ..and another folder was recreated in my music folder (2013)  with the very next edit.
 
I created a new catalogue “going in the back door of Light room”.. and moved this "music folder" into pictures folder within Light room as well and then clicked the option of always load  this new catalogue on start up. Tried another edit this morning.
 
If I import a whole folder of mixed RAW and jpeg images, but only edit one. The whole imported selection will be sent to my music folder..and where Lightroom can only find the images.
 
If I delete this folder and go back to the original RAW file in Light room..a preview of the image cannot be shown in develop module...although the image can be developed.
   
Plus...the original RAW file is still in the original folder within the  picture folder as well...and the edited picture is in a separate correct picture folder where I intended it to go. So It seems I am duplicating the RAW files into this very mysterious folder as soon as I import them.

View 2 Replies View Related

Lightroom :: Creating New Parent Folder In Library - Read Only Location

Mar 17, 2014

When I try to create a new parent folder in Library, the naming box comes up with the message, "read only location".  What's wrong?

View 2 Replies View Related

Lightroom :: Creating Duplicate Folder On External Hard Drive?

Mar 11, 2014

When I am importing photos into LR5 and sending them to my hard drive at the same time LR is creating  a duplicate folder of the same size on my external hard drive. It creates the folder I tell it to create then it create a duplicate folder called "imported on, date, year"  Questions: Why is this happening? Is there a setting in LR I am missing. Most important question, can I delete this folder,  I want to make sure it holds not important information.

View 3 Replies View Related

AutoCAD Inventor :: IPart Creating Folder Within Project Folder?

Dec 13, 2011

I create an I part and I noticed it creates a folder within my main folder. This introduces a bit of chaos into my folder structure, is there any way around it?

View 5 Replies View Related

Photoshop :: Script  Save In Current Folder

May 2, 2013

When making a scipt in photoshop  ( let's say resize and save) the box ask for a folder where to save

If you want to run automation  you have to say which folder where to get the photos (including or not sub-folders)  and a folder where to save

how is it possible to save in the current folder without telling which folder ?  just save !

View 7 Replies View Related

AutoCad :: Set Command Acdnavigate To Current Drawing Folder?

Dec 6, 2013

is there a way to set the command "acdnavigate" to the current drawing folder?

View 1 Replies View Related

Illustrator Scripting :: Change Folder Current To Location Of Script (JSX) File?

Jan 6, 2012

I'm trying to use some images in my ScriptUI dialog, but I want to use a "relative" path name, and I can't seem to get it to work.For example, this myScript.jsx works just fine, but as you can see, I'm using an "absolute" path name to transparencyGrid.jpg:
 
var w = new Window ("dialog");
var f = new File ('~/Desktop/transparencyGrid.jpg');
w.add ("image", undefined, f);
w.show ();
 
However, I want to be able to use a relative (to myScript.jsx) path to point at transparencyGrid.jpg, like this:
 
var w = new Window ("dialog");
var f = new File ('../../../transparencyGrid.jpg');
w.add ("image", undefined, f);
w.show ();
 
But, I can't seem to get this to work because relative paths seem to be relative to the current folder, Folder.current, not the location of the currently executing script.I say that because when I do this:
 
alert(Folder.current);
 
The only thing the alert message shows is a backslash (/), indicating to me that the current folder is the root of my OS, but I thought it would be the folder where myScript.jsx resides.
 
So, is there a way of setting Folder.current to the location of the actual script?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Open Windows Folder Of Current Drawing?

Jun 5, 2013

How to create lisp which i can simply type in to the command bar so that the current drawing's filepath-folder will be automatically opened by windows explorer?

running AutoCAD 2012 / Windows 7...

View 9 Replies View Related

Photoshop Elements :: Importing Picture Files Keeping Current Folders Organization

Dec 16, 2013

Photoshop Elements 6
Windows 7, 64 bit
All Pictures in Folders and Sub folders on hard drive.
New installation of Photoshop Elements 6
 
I can import all the Picture files but they do not show up in folders. How can I import and keep current organization? Or, must I reorganize?

View 1 Replies View Related

AutoCAD .NET :: Creating New Text Style In Current Database

Nov 26, 2012

I want to programatically create a text style in the current database based on a font located in the AutoCAD /fonts folder. After that, I want to assign that text style to a newly created DBText.

I am close but can't quite get it. Let's see what I have:

I still got errors and left it as comment.
 
using (Transaction newTransaction = newDoc.Database.TransactionManager.StartTransaction()){ TextStyleTable newTextStyleTable = newTransaction.GetObject(newDoc.Database.TextStyleTableId, OpenMode.ForRead) as TextStyleTable; if (!newTextStyleTable.Has("ROMANS")) //The TextStyle is currently not in the database { newTextStyleTable.UpgradeOpen(); newTextStyleTableRecord = new TextStyleTableRecord(); newTextStyleTableRecord.FileName = "romans.shx";
[code].........

I get key not found error. Do i have to lock the document?

View 3 Replies View Related

Lightroom :: How To Copy Imported Images Or Folder To A Specific Folder On Hard Drive

Dec 3, 2013

When importing something off of a DVD or CD how do I direct Lightroom to copy the imported images or folder to a specific folder on my hard drive? It seems to default to MyCatalog but leaves the location on the CD rather than copying it to the drive. If I remove the CD the images is reported as missing.

When I go to the top of the screen for importing I can change the source but the location info on the right is not active or changeable.I am new to lightroom and coming from Photoshop Elements background.

View 2 Replies View Related

Lightroom :: 5 - Install Program To Special Folder And Not Custom Folder On Drive C?

Jun 10, 2013

I have another question about installing LR5. How do I manage to install the program to a special folder and not the custom folder on drive c:?
 
I just run the installation through application manager. I set the installation folder within my presets to d:adobe...

But anyway it was installed on hard drive c:
 
A direct download of  the installer from adobe is not possible unfortunately.

View 6 Replies View Related

Lightroom :: Unable To Locate Folder / Images After Failed To Move Folder

Feb 24, 2014

I was in the process of moving a folder inside or LR. I might have clicked and moved it twice since it was very slow. LR wasn't able to complete the move and gave me an error message. After I clicked "OK" on the error message, I wasn't able to find my folder/images from the old or new location. I did a spotlight search on my mac, but I wasn't able to find them anywhere. Where has my folder/images gone? I tried to locate them without any success.

View 2 Replies View Related

Lightroom :: Moved All Photos From Structured Folder System Into One Unorganised Folder On External Drive

Jul 17, 2013

I've got about 10,000 photos that I've moved in lightroom by creating a folder called 'pictures' on the external drive using the left folders panel. I then selected all the images in the root drive on my computer and dragged them onto the 'pictures' folder on the external drive, and I expected the folder structure to come with it. Only after I realised that they had all moved into one folder. Is there a way of moving the images back into a structure without manually doing it? Here's a screenshot.....

View 9 Replies View Related

Lightroom :: Get Rid Of Directory Path In Front Of Folder Names In Folder Listing In Library Mode?

Feb 16, 2014

Im using the most recent version of Lightroom 5.3 (updated through CC - even though this has shown up on previous version) on Windows 7 and all the folders in my library are showing up with the directory path in front of my folder names. How can I get rid of this? I do not see any options in preferences to turn this off. I have also turned off preferences in Windows > Folder Options Control Panel "Display full Path in Title bar" option.
 
I have Lightroom on several computers and have set up preferences the same on each workstation, and this only shows up on one workstation.

View 2 Replies View Related

AutoCAD Inventor :: Importing MDT 2008 Files To New Folder

Sep 3, 2012

I am having some issues with the importation of some old files (from Mechanical Desktop 2008) to our new Inventor 2013...

I've been trying to use the Tasks Scheduler from my 2008 suite to "Import" my files into a new folder but it doesn't seem to be working. (it creates every folder and subfolder but keep them empty)

I know it's possible to install MDT2009 on an Inventor 2012 suite but it doesn't work with the 2013 version.

Is there a way for me to be able to use the old 2003 objects (3D ones) on Inventor 2013 (or on any other 2013 software?)

View 6 Replies View Related

Photoshop Elements :: Importing Pictures From Computer Folder?

Sep 28, 2013

How do I import the pictures I have in my picture folder in my computer into the Adobe Elements files?

View 1 Replies View Related

Lightroom :: Folder Section On Left Has Question Marks Next To Each And Every Folder

Jul 6, 2012

I just copied around 30GB of photos from my Mac laptop to a secondary internal drive that I placed in my Mac desktop. I then copied the Catalog from my laptop and put it in my primary drive on my Mac desktop. I double-clicked on the Catalog and it seemed to open everything up. I clicked on some keywords and it is finding the images. I never used LR for anything other than adding multiple keywords to all of my images.
 
1. However, the folder section on the left has question marks next to each and every folder that displays in that section. Why does it have the question marks and what do I need to do to remove them?
 
2. Do I need to do anything else to ensure the transfer is complete?

View 1 Replies View Related

Lightroom :: How To Get V3 To Monitor A Folder Without Moving Pics To A New Folder

Nov 21, 2011

I set lightroom 3 to monitor the folder that my Eye Fi card feeds to but I couldn't see how to do this without also setting the "move to" setting...is there a way to do this to just have Light room recognize when new pics come in and not move them?

View 4 Replies View Related

Lightroom :: 5.3 Imports Into One Folder But Display Sub-folder Incorrectly

Jan 2, 2014

I have recently upgraded to LR5.3 and have now noticed an issue when importing photos.  When importing in to one folder (as a sub folder), the photos are imported correctly, - on disk they appear in the correct place, howevr in the folder panel, the sub-folder is shown outside of the main folder.
 
Imort settings are:

Note , on disk the folder '20131226 - Boxing Day' appears correctly (These are all under a root folder 'Photos - LR Masters')

However, in the LR Folder Panel, the folder '20131226 - Boxong Day' appears outside of the 'Photos - LR Masters'
  
If I attempt to move the folder by dragging, I get an error that the folder already exists.

View 5 Replies View Related

Lightroom :: Get A Folder To Appear In Folder List / When Trying To Import Pictures?

Nov 27, 2012

There is a folder on my hard drive that does not appear in the list of folders in the import dialog. I have tried expanding all the other folders around it (my photos are filed by date of capture) to see if it was somehow imported as a subfolder. It is simply not there. I can find and open it and access all the pictures in Photoshop Elements but not in Lightroom 4.

View 2 Replies View Related







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