Affect multiple selected files in Filmstrip

I get so aggravated when I'm in the Develop module and want to copy (ctrl-shift-C) and paste (ctrl-shift-V) develop settings from one image to multiple other images and realize (yet again) that the Paste is only applied to the "most" selected image. Who's idea was "most selected" image?? Why should I have to change to the Library module (Grid view) in order to paste DEVELOP settings to multiple files.
PLEASE change this so that I can copy and then paste the settings (e.g., white balance) to a multiple selection of files in the Filmstrip without having to go to a different module.
Thanks,
Shane

Hi,
Doc.Caliban wrote:
I have a simple service that opens a file in an app that renames the file.  (the app was created with A Better Finder Rename)  It works when a single file is selected, but if I select multiple files it only renames the last file that was selected and ignores the rest.
How can I get it to open all of the selected files in one go?
Remove the "Open Finder Items" action
Add the "Run AppleScript" action
Clear all the text in this action, and put this script in the action :
on run {input}
    try
        tell application "Movie Files" to open input
    end try
end run

Similar Messages

  • Opening multiple selected files in an app via Services

    I have a simple service that opens a file in an app that renames the file.  (the app was created with A Better Finder Rename)  It works when a single file is selected, but if I select multiple files it only renames the last file that was selected and ignores the rest.
    How can I get it to open all of the selected files in one go?  If I drag a bunch of selected files onto the app, it renames all of them as expected.  That's the behavior I want from the Service.
    This is what the service looks like in Automator:
    Thank you.

    Hi,
    Doc.Caliban wrote:
    I have a simple service that opens a file in an app that renames the file.  (the app was created with A Better Finder Rename)  It works when a single file is selected, but if I select multiple files it only renames the last file that was selected and ignores the rest.
    How can I get it to open all of the selected files in one go?
    Remove the "Open Finder Items" action
    Add the "Run AppleScript" action
    Clear all the text in this action, and put this script in the action :
    on run {input}
        try
            tell application "Movie Files" to open input
        end try
    end run

  • How to work/ apply a process on multiple selected files ?

    Hello,
    I want to write abap code which get file information about all the selected files in the cv04n search page. What is happening now is that even if i select multiple files, and execute my abap program it is only executed once, i want a way to get all the selected files and execute the abap program ?
    any ideas ?
    Thank you

    Hi,
    if u r using select-options in selection screen...
    then in select statement u have to use like...
    <b>select-options: so_doknr for draw-doknr.
    select doknr dokst from draw into table i_draw where doknr in so_doknr.</b>
    <b>if it not what u mean... then pls paste the code.. we can help u better..</b>
    pls close the other threads if the problem is solved and reward to all helpful answers..
    Regards
    SAB
    <b>if it not what u mean... then pls paste the code.. we can help u better..</b>
    Message was edited by:
            Syed A

  • Quicktime plays multiple selected files in separate windows

    How can I get Quicktime to place a group of selected video files in que for viewing in one player window (with the option to move back and forth between the different videos) like WMP

    Use QuickTime Player 7. There's a setting to open movies in new players which you can disable. It's an optional install on your Snow Leopard disc, but requires a Pro license (if you have one, it should have been automatically installed).

  • Selected Keywords do NOT all get written to selected files. bug

    have discovered and confirmed with adobe tech support a bug with adobe bridge cs4 not writing keyword metadata tags to multiple selected files..
    PSD files and raw,jpegs when selected with PSDs fail to write metadata keywords to file. If you select a batch of PSD files or a batch of PSD's and raws,jpegs etc.. then select check boxes of keywords to apply, only some of those keywords will be applied. You can verify this after the write cycle by noticing a "-" sign showing they are not all the same. Raw and other files do not apear to have this problem.
    I have verified this problem with adobe techsupport- having them repeat this problem on their own computer. They repeated this on a mac, I currently run xp. so this is platform independent and looks to be a core adobe bridge issue.
    I do not know if light room has this same issue but would be worth checking.
    I have filed a case report and bug report and apparently am the first one. I find that suprsing as I figure many designers would be using key wording for thier work flow and thsi type of bug is a show stopper.
    Work around in bridge is to select psd's independently and select ONE keyword to apply at a time and wait for (lower left screen) write cycle indicator to stop before adding additional keywords.

    I have this bug too in my Bridge CS4.I work on Windows XP SP3.
    I need to index picture library, that contains a lot of PSD-files (about a 50 megabytes each).
    Do you know - Is this bug fixed now?
    Do you have any decision of this problem?
    Just right i try to use multilayered TIFF instead of PSD.

  • How can I export multiple selections in a list box into a .csv file?

    Hi all, I've created a form in Acrobat X with a list box enabled for multiple selections. When I try to export the filled out form into a .csv file, only the first selection shows up. Can anyone help me figure out how to get all selections to export? Thanks!

    Thank you for your quick response!
    Once a recipient fills out the form (which has two questions with list boxes and multiple selection enabled) they send the completed form back to me. When I open the completed form, I am given the option add the completed form to a reponse file which was set up when I distributed the form. When I open the reponse file, it lists all of the responses in rows, and the values that were chosen in the form are arranged in columns. In this file, the list boxe columns have multiple values, separated by commas (which is what I'm looking for). At this point there is an option to export into a .csv file or an .xml file. If I choose the .csv file and open in excel, only the first selection shows in the list box column rather than all selections that were initially made by the responder.

  • 'No Upload Authorization' While Uploading a Text File from Multiple Select

    Hi all,
       The User is trying to upload a text file from Multiple Selection screen of a Query in BEx and it gives the error message of 'No Upload Authorization' (Error DB886).
       In 'Logon data' tab of Tcode SU01, it has 'User' for 'User Group for Authorization check' for this User.
       I could upload a text file from Multiple Selection screen with my User Id.
       An idea about this error, PLEASE ?
    Thanks,
    Venkat.

    Hi Ron,
       This User does not have the access to Tcode ST01.
       The user executed Tcode SU53 immediately following the authorization failure to see the authorization objects. The 'Authorization obj' is blank and under the Description it has 'The last Authorization check was successful' with green tick mark.
      Any further suggestions, PLEASE.
    Thanks.

  • The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1

    The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1. If you select single file, then it is able to return file size correctly. However, if you select multiple files, then the file size of each of the selected file is always returned as 0 from javascript. This works correctly in Safari 4.0 but it does not work in Safari 5.1.
    How do I get the correct file size in Safari 5.1 ?

    If you want to post (or send me) a link to the lrcat file, I'd take a look at it for you, and give you a break-down what's consuming all the bytes. But it might be fun to learn how to do that yourself (e.g. using SQL). I use SQLiteSpy, but other people have their favorites.. (or you can use a command-line client if you prefer..). One way: just run "drop table "{table-name}" on each table then look at filesize (do this to a copy, not the real thing).
    Anyway, it's hard to imagine keywords and captions etc. taking much of the space, since even if you had 1000 10-character words of text metadata per photo average that still only adds up to 117MB, which isn't a substantial portion of that 8G you're seeing occupied.
    Anyway, if you've painted the heck out of most of them and not cleared dev history, that'll do it - that's where I'd put my money too...
    One thing to consider to keep file-size down:
    ===================================
    * After reaching a milestone in your editing, take a snapshot then clear edit history, or the top part of it anyway (e.g. leave the import step), using a preset like:
    Clear Edit History.lrtemplate
    s = {
        id = "E36E8CB3-B52B-41AC-8FA9-1989FAFD5223",
        internalName = "No Edit",
        title = "Clear Edit History",
        type = "Develop",
        value = {
            settings = {
                NoEdit = true,
            uuid = "34402820-B470-4D5B-9369-0502F2176B7F",
        version = 0,
    (that's my most frequently used preset, by far ;-})
    PS - I've written a plugin called DevHistoryEditor, which can auto-consolidate steps and reduce catalog size - it's a bit cumbersome to use a.t.m. but in case you're interested...
    Rob

  • File Dialog (Details View and Multiple Selections for View File Type)

    I would like to use the generic windows dialog box found in the toolbar under:
    File I/O/Advanced File Functions/File Dialog
    What I would like to do is have multiple selections for the file type, for example one menu selection is *.txt, another is *.rtf, another is *.csv, etc. Listing a single type is straightforward.
    Also does anyone know if there is a way to have the dialog open in the DETAILS view automatically?
    Thanks for any help!
    Carlton

    Hi,
    You can do it in following ways:
    1. Write in pattern input the string "*.txt; *.csv; *.rtf". This will show to the user only files with this extensions in the dialog.
    2. Another way is to create ring or menu where user could specify the extension. Depending on this extension you could wire the appropriate string to the pattern input of "File Dialog.vi"
    I have made an example.
    Good luck.
    Oleg Chutko.
    Attachments:
    fileopen.vi ‏42 KB

  • Selecting multiple image files on the 'insert picture' menu in word

    Hi there,
    I am trying to insert multiple pictures at once into a word document, on office for mac 2011.
    I am using the 'insert picture' option from the toolbar. Shift-click doesn't work like on a PC, and i have tried a variety of button combinations that don't seem to have any effect! Is there any way around this so I don't have to insert picture files into a word document one at a time?
    Thanks!

    You are right, it does not work. Here is a workaround by doing an intermediate stopover in TextExit (it's in your Dock and/or in your Applications folder):
    In the Finder, select your multiple image files
    Right-click (or control-click) and select "Copy # items"
    Go to TextEdit and paste
    Do Select All (Command A) followed by Copy (Command C)
    Go back to Word and paste your heart out

  • [SOLVED]Long delay opening files if multiple selection in file chooser

    neok wrote:
    Hi,
    When I try to open several files in an application, (example: Gimp), by multiple selection in the 'open' filechooser, there is a long delay (about 1 sec per file) before the Gimp starts opening image files. During this delay, the disk access LED flashes continuously and iotop indicates that its jbd2 accessing (writing) on the / partition on my SSD drive. This is despite the fact that the image files are on an external USB hard disk and the Gimp would have no reason to write anything on the / partition. Even if it did, the image files are small (50-100 kb) and such a long delay would be out of place.
    The significant thing is that the delay occurs _before_ the Gimp starts opening files. It seems the delay is in the filechooser making a list of the files to be opened. Once the Gimp starts opening files, it finishes quickly.
    This sort of thing happens with other apps that can open several files by multiple selection in a filechooser.
    Any hints please? I am lost here :-(
    The delay is caused by (apparently) GTK which writes to the ~/.local/share/recently-used.xbel file, to record all the files that are opened in the multiple selction. Even so, this writing seems too slow, even when opening a large number of files (the ones that I open by multiple selection, by an app that I am working on, are about 10k each, so opening a few hundred should not take the delay I see, about 30 sec).
    Anyhow, I patched the problem eventually by chattr +i ~/.local/share/recently-used.xbel to stop the writing. But I would prefer to disable the use of this file by configurtion rather than brute force, if there is such a choice.
    Last edited by neok (2012-03-13 04:55:31)

    neok wrote:
    Hi,
    When I try to open several files in an application, (example: Gimp), by multiple selection in the 'open' filechooser, there is a long delay (about 1 sec per file) before the Gimp starts opening image files. During this delay, the disk access LED flashes continuously and iotop indicates that its jbd2 accessing (writing) on the / partition on my SSD drive. This is despite the fact that the image files are on an external USB hard disk and the Gimp would have no reason to write anything on the / partition. Even if it did, the image files are small (50-100 kb) and such a long delay would be out of place.
    The significant thing is that the delay occurs _before_ the Gimp starts opening files. It seems the delay is in the filechooser making a list of the files to be opened. Once the Gimp starts opening files, it finishes quickly.
    This sort of thing happens with other apps that can open several files by multiple selection in a filechooser.
    Any hints please? I am lost here :-(
    I re-installed and reconfigured Arch so that I now have a fresh, uptodate system. In the process, I found that this problem occurs when I run the Gimp as a normal user. If I run it under sudo, all is well. I am strggling to find out why, but no results so far (have checked file permissions where I thought there may be a problem, but no joy).
    Any hints much appreciated.

  • Multiple selections to multiple layers or multiple files with one go ?

    Hi,
    how to convert multiple selections to multiple layers or multiple files with one go ?
    Thanks!

    You may want to ask over at
    http://forums.adobe.com/community/photoshop/photoshop_scripting?view=discussions
    or
    http://ps-scripts.com/bb/
    I think there are Scripts about for the task or at least ones that could be adapted without too much problems.
    The usual approach is, I think, creating a Work Path from a Selection and then using (expanded) Selections based on the individual subPathItems to intersect with the original selection.
    Of course there are possibilities for bad results …

  • Selecting Multiple Contiguous Files on Desktop

    I have been unsuccessful in selecting multiple contiguous files on the Yosemite Desktop. There is no problem in a Finder window, but on the Desktop, selecting a file and then the last of a contiguous group of files fails to include the files in-between. I have to select multiple contiguous files individually. What am I missing?

    Tom Dignam wrote:
    Not so, worked in Mavericks.
    No, really. Shift-clicking in Icon View does not extend the selection from what is already selected down to the item you shift-click. It hasn’t done that in icon view for at least two OS’s.

  • AppleScript : modify labels for multiple selection of files and folders in Finder ?

    As an experienced programmer in Pascal, Excel VBA, ... I am trying to find my way in AppleScript (first steps).
    I am trying to build a small script that will run on a keyboard shortcut, and that will toggle the label of selected files and folders (multiple selection ?) in Finder between "purple" and "no label".
    Based on a recorded action, I was trying something along the lines of
    tell application "Finder"
              Activate
              repeat with oneItem in selection
                             set label index of oneItem to 3
              end repeat
    end tell
    I am not clear on how to make the script understand that in a multiple selection I want to apply the requested command to each item. In addition, when testing it on one single item, it appears that I can't set the label index property of "selection" ...
    Can someone please advise what the correct way is of (a) setting the property of a selected item in the Finder and (b) looping through a multiple selection ?
    Thanks in advance.
    Philip
    P.S. Running Mac OSX 10.8.2 on MacBook Air, MacBook Pro and MacMini

    Thanks alot, Softwater. In fact, I have been playing around with that and found that the "get" statement in your script suggestion is not even necessary. The script I saved as a Finder Service is now :
    tell application "Finder"
              repeat with oneItem in selection as list
                             if label index of oneItem = 0 then
                                            set label index of oneItem to 5
                             else
                                            set label index of oneItem to 0
                             end if
              end repeat
    end tell
    By assigning a shortcut key to this one, I can now toggle labels.
    Additional trick I did is to restrict the applicability of the script to only movie-files (I am using this to change the labels of movies / TV shows on my computer which I still want to see versus the ones that I don't want to see anymore). I noticed during testing that the script would also color folders and drives selected in other finder windows than the one I was working in, so now it only works on movie files which is more what I want.
    Great tool, the AppleScript Editor and the Automator. Only a little bit a pitty that finding out about object structure and properties is not very straightforward in the AppleScript Editor (comparing to e.g. the VBA in MS Excel, which has an almost perfect help system and built-in reference). I am not a Microsoft fan in general, but when it comes to MS Excel VBA, I have not seen any built-in help system yet that approaches its usefulness ...
    I guess I will be "seeing" you again on this forum ... I am getting the taste of scripting again :-D

  • Save multiple selections as separate files

    Hi. I've got a psd with two layers. The background layer is a photo, and the other one is transparent except for several rectangular areas. What I want is use that layer as a mask, and save each area from the photo in a single file.
    I have to do the same process with a lot of files, so an automatic or semiautomatic way would be perfect.
    I thought that the first pass was making a multiple selection of the areas. And then, save each one in a file. I don't know if it is possible.
    Any ideas are welcome. Thanks.

    thanks,
    finally with copy&paste and filter channels, i got it.
    i needed it for a color-course to show the two color systems.
    thanks

Maybe you are looking for