Delete images : send to a Bin/Trash in the catalog?

The "delete" key has now a different behavior in Lightroom, whether one works :
- in a collection (Del removes the photo from the collection & Alt+Del suppresses from the catalog),
- in a dynamic collection (Del does logically nothing and Alt+Del still suppresses from the catalog),
- in a folder or "All photographs" view (Del gives the choice between suppressing from catalog and sending files to system recycle bin, Alt+Del still removes without sending to bin or asking).
This is a bit confusing, especially in the Develop module where it is not trivial to see if you work on a collection or a folder.
Does "delete" mean changing some image classification (removing from collection) or changing the contents of the catalog and/or the file system (removing from catalog or sending to trash), with the optional choice to break the sync between catalog and file system (removing from catalog without sending to bin)?
Suggestion :
- why not use the Del key to send the images in a Catalog Bin (or Trash or whatever you want), which would make them disappear from all catalog views and collections and move them to this bin,
- and remap the "remove from collection" command to something else like Shift-X (close enough to the X="set as rejected" command), because removing from a collection doesn't really delete anything (the photo is still in the catalog or other collections, it's only an organizational change).
The bin could be accessed by another item in the "Catalog" panel, where it would be at least possible to rescue files ie to send them back where they belonged in the catalog.
A special command "empty trash" would really send files to the system bin, with a confirm dialog.
Optionally, it could still be possible to remove photos from the catalog without sending the files to the system bin (but for me, I just don't like breaking sync between file system and catalog).
This behaviour would then be constant across Lightroom.
NB this suggestion has been elaborated collectively - if you read french, see http://www.chassimages.com/forum/index.php/topic,40791.msg665095.html#msg665095 and the surrounding discussion for more details.

Great idea.

Similar Messages

  • How to delete images from folder which are not in the database

    I am created windows form
    i wont to delete images from the folder where i have stored images but i only want to delete those images which are not in the data base.
    i don't know how it is possible . i have written some code
    private void button1_Click(object sender, EventArgs e)
    string connectionString = "Data Source";
    conn = new SqlConnection(connectionString);
    DataTable dt = new DataTable();
    cmd.Connection = conn;
    cmd.CommandText = "select * from tbl_pro";
    conn.Open();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(dt);
    int count = Convert.ToInt32( dt.Rows.Count);
    string[] image1 = new string[count];
    for (int i = 0; i < count; i++)
    image1[i] = dt.Rows[i]["Image1"].ToString();
    string[] image2 = new string[count];
    for (int i = 0; i < count; i++)
    image2[i] = dt.Rows[i]["Image2"].ToString();
    var arr = image1.Union(image2).ToArray();
    string[] arrays;
    String dirPath = "G:\\Proj\\";
    arrays = Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories).Select(x => Path.GetFileName(x)).ToArray();
    int b= arrays.Count();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    var del = arrays[j].ToString();
    else
    foreach (var value in del) // ERROR DEL IS NOT IN THE CURRENT CONTEXT
    string filePath = "G:\\Projects\\Images\\"+value;
    File.Delete(filePath);
    here error coming "DEL IS NOT IN THE CURRENT CONTEXT"
    I have to change anything .Will It work alright?
    pls help me
    Sms

    Hi Fresherss,
    Your del is Local Variable, it can't be accessed out of the if statement. you need to declare it as global variable like below. And if you want to collect the string, you could use the List to collect, not a string.  the string will be split to chars
    one by one.
    List<string> del=new List<string>();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    del.Add(arrays[j].ToString());
    else
    foreach (var value in del)
    string filePath = "G:\\Projects\\Images\\" + value;
    File.Delete(filePath);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why can't I delete images in lightroom but can remove them from catalog?

    Just recently I have been experiencing difficulties in deleting images in Lightroom 5.  In the develop module, I select the image I  would like to delete, I choose delete from disk, and choose permanently delete them, and nothing happens.  I try flagging it with an X, and under photo menu delete all rejected photos, but that does not work either.  What may I be doing wrong?   

    Had this problem for quite a while but found a work-a-round. I click anywhere in the text I want to delete and insert any character. I am then able to block and delete any text I want to. It's been working great.

  • How do I delete files that are no longer referenced in the catalog

    Over the years there have been a number of files (~650 raw files) that got removed from the catalog but not from my hard drive. This has mostly happened because I used the wrong keystroke combination. But now I'm stuck how can I find and remove these files?
    Best strategy so far:
    - Use Synchronize folders to find files missing from the catalog
    - Reimport with a keyword - deleteme.
    I would really rather avoid this because I really don't want to risk any chance of having these files back. Any other ideas?
    Cheers
    Mark Levison
    Mark  Levison | Agile Pain Relief  Consulting | Agile Editor @  InfoQ
    Blog | Twitter | Office: (613) 862-2538
    Recent Entries: Self  Inflicted Agile Injuries, Why  use an Agile Coach

    This method won't work, if you want to preserve a custom folder structure, but I'll mention it anyway…
    You could select all images in your current catalog and perform an "Export as Catalog…". Make sure to check "Export negative files" and "Include available previews" and select a destination folder for the export.
    That will copy your catalog, the original images with all info, adjustments etc. and the previews. Once completed open the newly exported catalog and verify that all images were successfully copied to the new location.
    If all went successfully, you can then delete your original images folder, which will get rid of all the non-referenced images in one fell swoop.

  • If I extract my previews to recover lost images, will they still show up in the catalog?  Can I extract just certain files?

    if I extract my previews from lightroom, will they still show up in the catalog? I am trying to recover certain images. Can I just extract specific folders?

    I also had ringtones from the 1001 Ringtones app that were lost after the iOS5 conversion.
    I tried the the fix to uncheck the ringtones, sync and then re-check and sync, but that didn't work for me.
    What did work was that I re-downloaded the file from the original e-mail where the app sent it to me, then I hit "add file to library", found the file and then my old ringtones re-appeared.  However, they had a circle with an exclamation point next to them, and when I clicked on it, it said itunes could no longer file the location of the file.  So, I followed the screen steps to tell it where they were originally saved, and then they synced just fine.
    I hope this makes sense, good luck.

  • Is it possible to 'batch delete' images?

    When I delete an image I also move it to the trash. This works fine for one image by just selecting it or having it be the image displayed and then hit the delete key, then choose 'move to trash' in the dialog box that comes up.
    When I try this for images I've selected in a group, by command selecting several, or selecting and then shift-selecting the last in a sequence of contiguous images, when I hit the delete key the dialog box comes up and I select 'move to trash' but none of the images get deleted - I have to go back and select and individually delete the images.
    Shouldn't I be able to delete more than one image at one time?
    TIA,
    Ken

    How nice of you JW Stephenson, for that complete answer. I would hope that the first things that are done to bring Lightroom into full maturity is to iron out some of the question mark behaviors, like not being able to select in filmstrip but having to select in grid mode. I would think that 'normal' behavior would be that visible images are selected and then processes like 'deleting all of the selected' would be applicable in either filmstrip or grid mode.
    Your help is greatly appreciated,
    Ken

  • Unable to delete images in Bridge

    I am running windows 7 64 bit and CS5. I seem to have a problem in that I can't delete images from Bridge. I open up the folder and when I try to delete the image it asks "do you want to delete this image" I click yes and it jumps to the next image without deleting the original image.
    I had this problem once before and read on here about "permissions" at that time I rectified the problem. Not this time though.
    I have been into my computer, unchecked the read only boxes, checked in the security tab that all users have full permissions and still no joy!  Can anyone suggest what else I can do? I did read also on here in a past post about "running as administator" not sure what this is and how to find it.
    Your help would be appreciated.
    Many thanks

    If you are running an external dirve one can see more permission problems.  In that case shut Bridge then right click on icon and choose "run as administrator".
    Hope this helps.

  • How do i delete images from camera after importing

    how do i delete images from camera, ipad, iphone after importing the files into aperture3?

    Image capture will allow you to delete from the device after import, but I believe it is by design that Aperture does not do this as it is recommended (in the case of a camera) to use a device's own delete function rather than a 3rd party like Aperture. This also allows time for a proper backup before everything is erased from the device?

  • Mistakenly deleted Image.dll . . . How do I (re)install?

    I just bought a Lenovo 3000 H desktop, with the face-recognition security software. I downloaded an anti-spyware software, and it prompted me to delete "Image.dll." Now, since doing so, the facial recognition software doesn't load. (I get an error telling me that Image.dll is missing.)
    Any suggested fixes? The computer otherwise seems to work fine if I ignore the error, but that's not too satisfying.
    Thanks. 

    Welcome to lenovo user forums
    you can select your desktop model from the below given link and download veriface recogition software
    http://www-307.ibm.com/pc/support/site.wss/product.do?brandind=11&familyind=437220&operatingsystemin... 
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • I deleted the picture in iphoto, then emptied my iphoto trash, but the picture is still showing on my computer when i go into my trash under "all images" How do you delete pictures even when you empty the trash and they stay in the computer?

    I deleted the picture in iphoto, then emptied my iphoto trash, but the picture is still showing on my computer when i go into my trash under “all images” How do you delete pictures even when you empty the trash and they stay in the computer?

    Wtih iPhoto 9 when the iPhoto Trash is emptied the files get moved to the Trash bin in the Dock as a second chance to change your mind.  Look in the Dock's Trash bin.
    OT

  • ITunes does not delete songs  -- Send song files to the Trash for deletion

    27May2012
    Apple Support:
    I have Itunes on an external drive.  I put the (song) files on another external drive for storage becasue the itunes drive is full.
    After copying the files, I tried to delete the songs.  I had the option to keep the files or send them to the trash.
    I selected the send to trash option, then went to the Finder to empty the trash.
    The files were taken off the library, but the files were not deleted.  My hard drive is still very full. 
    How do I delete the files  -- remove them from my hard drive.
    Anohter issue:
    I tried the same thing earlier this morning.  I may need to reinstall the songs on Itunes (once I get itunes to delete the files from the hard drive).  
    I appreciate any help you can give me.
    <Email Edited By Host>

    It's definitely intel, why wouldn't it be?
    I don't know.
    You list a G5.
    A G5 is a PowerPC chip made by Motorola, not Intel.
    And G5 Macs/iMacs have not been made for +4 years.

  • Deleting Aperture Trash when 'The referenced image's master has not been found'

    i'm in a bit of a stick- ive got 107 images in my aperture trash with the 'The referenced image’s master has not been found'
    how do i delete these?
    Thanks
    Nish

    If I have a referenced image which has a missing master file I can stil move the version to the trash and empty the trash and it is gone from Aperture.
    The only time I get any warning is if I have the check box set to also move the move the referneced master to the trash. Of course in this case Aperture can't fine the master so it can't move it to the trash. But if I click continue on the warning box the version is still removed from the Aperture trash.
    So is it the missing referenced masters that you are asking how to delete? If so locate them in the finder and delete them as you would any ordinary file.
    If this isn't want you are trying to do you'll need to post back.
    regards

  • When I try to delete the trash bin in iphoto, the program freezes?

    When I try to delete the trash bin from iphoto the program freezes. The only way to get out is to hold the on/off button down shut the computer off. Can anyone tell me what to do to fix this?

    How many items in the trash?

  • How can i restore the deleted accidently bookmarks ? is there trash or bin for deleted bookmarks , like opera browser ?

    how can i restore the deleted accidentally bookmarks ? is there trash or bin for deleted bookmarks , like opera browser ?

    If you have accidentally removed bookmarks then use "Organize > Undo" in the bookmarks manager (Bookmarks > Organize Bookmarks) to get them back.
    The Organize button is the first of the three buttons on the toolbar in the Library (Bookmarks Manager).
    That only works if you haven't closed Firefox.
    Otherwise you need to restore the bookmarks from a JSON backup.
    That will replace all the current bookmarks and you lose bookmarks that were added since that backup was created.
    See http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application?

    How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application?
    I want it so that I can use either a button on the designer window or the delete key. I know how to do the or part but the trouble I'm having is coding the button in.
    if (LastImageClicked != null && (e.Key == Key.Delete || Button))
    This is the code that I have in the format I'm looking for I just don't know how to do it. Thanks for your help!

    There are a number of things which are unclear about your question.
    I'll tell you one way to approach this though.
    Handle Window.PreviewKeyDown.
    <Window
    Window.PreviewKeyDown="Mainwindow_PreviewKeyDown"
    Code behind
    private void Mainwindow_PreviewKeyDown(object sender, KeyEventArgs e)
    if (e.Key == Key.Delete)
    File.Delete("p001.jpg");
    I don't know enough about what you mean by LastImageClicked  but you need some way of knowing which path you are going to delete.
    Then you might well have a problem if it's showing in an image control.
    You will need to copy the picture off disk into a new bitmapimage object.
    If you just do
    <Image Source="p001.jpg"
    Then that image will grab the file and you won't be able to delete it - you'll  get an error.
    In my experimental code p001.jpg is set as content copy always so it ends up next to the exe in the bin when the solution compiles.
    You would probably want a full path to a file there.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

Maybe you are looking for

  • Multiple message doanloads from POP after 10.4.4 update

    I have an iMac that has been connecting to an open source (Squirrel Mail) server just fine. I uses POP3 and have 'leave messages on server checked'. After the 10.4.4 update, I now get multiple copies of the same message every time I check email. Howe

  • Is there any direct class to use for

    date output? Something like, FileOutput out=new FileOutput(data.dat); out.writeString("Test!"); out.writeNewLine(); out.writeInteger(100); out.writeNewLine(); out.close(); After that, I could see what I've written in the file called "data.dat"?

  • Change purchase requisition item number

    Hi, I want to copy an existing line item in the PR but, also I want to assign it the item number. Right now this field is display only for existing line items. Example: I have one line item with item number 10. Item number can not be changed (display

  • I need help making a playlist on my iPhone4.  I cant even find my old one!

    I was never very successful before, but I did create one short playlist.  Now, I cant find it or how to create a new one.  I usualy try when I'm in the car so, that's part of the problem!  lol  believe it or not I am still buning CDs to play in the c

  • Problem with my 5530 and its camera

    Hey, i've got a big problem with my nokia 5530. I bought it five weeks ago. But since two weeks photos and videos don't appear in my photo gallery. I can take a photo, but i can't save it and when I want to take a new photo the old one isn't there an