Catalog and Keyword Non-Image files

In addition to my images, I have a growing collection of background and reference information relating to the subject or location of the images.
I would like Lightroom to be able to Catalog and apply keywords to non-image files.
I use a metadata search to find my images; I want to be able to use the same tool (Lightroom) and the same metadata (keywords) to find other related information.
If Lightroom could Catalog and Keyword all Adobe format files (PDF, InDesign, etc.) this would be a great start.
The next step; selectable list of file-types; export keywords to .xmp

Joe,
Being a digital archivist dealing primarily with pages digitized from the turn of the 20th Century for a religious sect I am highly involved in the usage of keywords.  Each page of a work, be it either a volume of a newspaper or a book, contains keywords.  I do not use side-car files but instead incorporate my keywords directly into the resultant TIF file.
So I used your posting to see what the answer was.  To that end I am presently working on a 1922 title, Thirty-One Years of Organized Work in Oklahoma, Texas, New Mexico and Louisiana by Church of the Brethren from 1891 to 1922, that will consist of slightly over 500 pages.  To test your question I placed the title of the work as a keyword.  I then used Bridge's find ability.  It did not work.
I forgot that Bridge converts all commas into semi-colons.  And changing the colons into semi-colons still returned no results.  An examination of the keywords tab showed the string broken down in to sections.  Searching for the longest string showed the problem.  Returning to my keyowrd string I removed all instances of the semi-colons and re-searched.  This resulted in a properyl found file.
So.  The longest string I have tested to date is 120 characters, the title of the work minus the commas.  I suspect that Curt is correct in his assumption that it is limited by the operation system.  I tested this theory by incorporating a double string (without the commas) of my book's title.  This was 241 characters including the space between the duplicated title.  The search was successful.  A triple set of the title returned no hits.
Wayne Webb

Similar Messages

  • Keyword and metadata for non-image files.

    Hi, everyone.
    As I have started to use Bridge to browse files in my system including those that are not image files I tried to find information on how Bridge handles the assignment of keywords and metadata to these files but couldn't find anything on Adobe's site.
    Considering non-image files such as PDF's, MS Office (Word, Excel), Text, HTML, and others, how does Bridge handles the assignment of metadata and keywords ? Where are they stored ? Embedded in the files themselves or in a sidecar file similar to what happens to RAW image files ?
    I've read some posts from other users about problems with this. Some report that they are able to assign keywords but these aren't maintained once the file is re-saved.
    Is there a manual on Adobe's site that covers the handling of keywords and metadata in Bridge ?
    TIA,
    Joe

    Joe,
    Being a digital archivist dealing primarily with pages digitized from the turn of the 20th Century for a religious sect I am highly involved in the usage of keywords.  Each page of a work, be it either a volume of a newspaper or a book, contains keywords.  I do not use side-car files but instead incorporate my keywords directly into the resultant TIF file.
    So I used your posting to see what the answer was.  To that end I am presently working on a 1922 title, Thirty-One Years of Organized Work in Oklahoma, Texas, New Mexico and Louisiana by Church of the Brethren from 1891 to 1922, that will consist of slightly over 500 pages.  To test your question I placed the title of the work as a keyword.  I then used Bridge's find ability.  It did not work.
    I forgot that Bridge converts all commas into semi-colons.  And changing the colons into semi-colons still returned no results.  An examination of the keywords tab showed the string broken down in to sections.  Searching for the longest string showed the problem.  Returning to my keyowrd string I removed all instances of the semi-colons and re-searched.  This resulted in a properyl found file.
    So.  The longest string I have tested to date is 120 characters, the title of the work minus the commas.  I suspect that Curt is correct in his assumption that it is limited by the operation system.  I tested this theory by incorporating a double string (without the commas) of my book's title.  This was 241 characters including the space between the duplicated title.  The search was successful.  A triple set of the title returned no hits.
    Wayne Webb

  • Non-image files in JAR

    I have solved the problem of loading image files in my JAR by using the getResource() method, but I am having trouble loading non-image files (i.e. text files).
    I tried using the same method but I keep getting FileNotFoundExceptions on this line:
    File f = new File(getClass().getResource("resources/file1.txt").getPath());
    My JAR looks something like this:
    com/domain/class1.class
    com/domain/class2.class
    com/domain/resources/file1.txt

    First of all there is no way to access files in JAR file by using java.io.File. second of all, there is no way to access JAR as a jar file by using Class.getResource().
    In very general situaltion, evan if you know that your classes and resources are within jar file in your deployment, this does not mean that those resources will be still in jar file in deployed application. Depends from the context resources can be even on other host and url-based access allows you to have them on demand. Using java.io.File is bad habbit in most of the situations and you should hardly try to avoid that.

  • Script to search and relink linked image files that were moved?

    Good afternoon
    My indesign product catalog has links with a lot of different folders around in my hard disk, not a single folder. And to keep my catalog up to date I must package it.
    When I move my linked files in my computer because I change the folder structure or do some cleaning, my indd loses track of its linked files. Currently I need to relink one by one.
    Therefore I would like to find a script which would scan the hard disk with the all broken links in mind to detect their new location and relink. Yes I am a lazy person.
    Thanks for any clue,

    Thanks so much! I will try soonest.
    How does your script react in the unlikely case of duplicates?
    Date: Thu, 18 Jun 2009 12:43:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: Script to search and relink linked image files that were moved?
    At least your honest about your laziness.... Here's your reward:
    Just a hint, don't select root of your volume, it will loop through every folder in existence, but key to this script is, if you know the general location, select into that folder hierarchy and the script will test for a relative path, otherwise, come back in a few days, and it will be finished.
    ~mike
    var processed = 0
    var skipped = 0
    var updated = 0
    if (app.documents.length > 0){
        if(app.activeDocument.links.length > 0){
            var mydoc = app.activeDocument;
            var mylinks = mydoc.links;
            var myRoot = Folder.selectDialog("Choose the volume or server where assets are located", undefined, false);
            main();
    else
    { alert("No Links present")
    else{alert("No Documents Open")
    function main(){
        if(myRoot != null){
            for(var i = 0; i < mylinks.length ; i++){
                if(mylinks.item(i).status == LinkStatus.linkMissing){
                        var linkdata= mylinks.item(i).filePath;
                        var my_result = linkRepair(linkdata);
                            if (my_result == false){
                                var filetype = "." + mylinks.item(i).linkType;
                                var mysearch =   search(linkdata, filetype);
                                    if(mysearch != undefined){
    var myswitch = confirm(mylinks.item(i).name + " has been found in a different location, Relink and Update?", "Relinker")
                                            if(myswitch){
                                                mylinks.item(i).relink(File(mysearch));
                                                mylinks.item(i).update();
                                else{
                                    alert("" + mylinks.item(i).name " was not found\nFolders processed: "processed + "\nFiles skipped: "+ skipped)
                            else{ alert( my_result + " has been found");
                                mylinks.item(i).relink(File(my_result));
    function linkRepair(linkdata){
    var mypath = linkdata.split(":")
            my_status = analyzePath(mypath)
            if(my_status == true){alert("UPDATED");
                    updated++       
        return my_status
    function analyzePath(mypath){
    var num = mypath.length ;
    for(var i = 0; i < num-1; i++){
        mypath.shift()
        var newpath = pathRebuild(mypath)
        newpath = (myRoot + newpath)
            if(File(newpath).exists){
                return newpath
        return false
    function pathRebuild(pathArray){
    var solidPath = ""
        for(var i = 0; i < pathArray.length ; i++){
            solidPath +=  "/" + pathArray+ ;
        return solidPath;
    function search(linkdata, filetype){
        var mypath = linkdata.split(":")
        var mylink = mypath.pop();
        var OK = confirm("Relative Path does not exist, search folder hiearchy for file?", true, "File Scanner")
        if(OK){
    var myscanresult = getfiles(mylink, myRoot)
    return myscanresult
    function getfiles(mylink, myBase){
    myBase = Folder(myBase);
    var files = myBase.getFiles("*")
    for(var i = 0; i < files.length; i++){
    try{
    var foldertest = files+.getFiles();
    processed++
    var myfile =     File(files+ + "/" + mylink)
        if(myfile.exists == true){
            return myfile
            break;
        else{
        var myscan = getfiles(mylink, Folder(files+))    
            if(myscan != undefined){
            return myscan
            break;
    catch(myerror){
        skipped++
    >

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • How to read and paste an image file in the Adobe Indesign document by using plugins?

    Hai i'm senthil...
    i had just now started working with Adobe Indesign plugins...
    Can any one tell me how to read an image file from the hard disk and paste that image file in a text box in the document...
    plzz send me the codings and in which file we want to attach these codings...
    thank you..
    bye
    senthil

    hai art,
    thanks for ur reply...
    i tried and developed the program for pasting the image from
    the database...
    But now i want to paste 3 images in a page...
    for this i had used while loop;
    But i'm having 6 images in the database...
    when the 4th image is in reading, automatically a new page will
    be created and the 4th image will be pasted in the newly created page.. i tried and develped for creating a new page...
    But how shall i paste the 4th image in the newly created page...
    is there methods or classes?
    plzz reply...
    thanks..
    senthil..

  • Catalogs and keywords

    Hi,
    I'm using Photoshop Elements and think about switching to Lightroom and the full Photoshop.
    What concerns me is there any compatibility between the catalogs and keywords so it's possible to migrate my collection.
    And what is the best way to go, use Lightroom for the catalog, Bridge or Elements or maybe abondone these altogheter and go for a third party catalog program.
    Could anybody give me any clues and thoughts about this, my collection is now about 5000 pics, jpeg and raw.
    TIA,
    Leo Liekens

    Use Lightroom for the cataloguing and adjusting, and then Elements when you need to edit some pixels - but only use one program for cataloguing. You could add Photoshop as well if you find you need/want it.
    John

  • Non-image files are not copied to the Backup Location

    I'm on Aperture 3.0.3... I just noticed that non-image files (e.g., WAV files) are not copied into the Backup Location, although they are copied into the main folder location during an import. Does anyone else see this behavior?

    Shawnsat,
    Yes you can still stream from the host computer, the knowledge base article that describes this is http://docs.info.apple.com/article.html?artnum=305098. If you are attempting to display Photos on Apple TV, they must be synced to the Apple TV, per knowledge base article http://docs.info.apple.com/article.html?artnum=305139.
    Cheers,
    John

  • Exporting keywords with image files

    Using LR1.2 under Windows XP I now do most of my initial processing of scans and digital imports in LR before exporting the selected images for final batch processing and refined tuning in PS CS2. However, having completed copious key wording in LR, my exported files when viewed in Bridge do not contain my keywords. I have searched and found that it is possible to export metadata but that does not naturally link them with the appropriate pictures. Short of cutting and pasting chunks of keywords from LR, how can I arrange Bridge to incorporate keywords which were integral with the images exported from LR?
    Thanks in advance to wiser heads than mine.
    DA

    >I do not have a 'cache' purge' option
    I was talking about Bridge. Bridge's cache might be bad. The save metadata part in LR 1.3 is in the exact same location as in 1.2. I have never seen keywords not get written starting from LR 1.0. I know because I put lots of my images in online galleries and they always pick up my keywords.
    >As I suffered catalogue problems with my last LR upgrade
    Perhaps this is the problem. You should try with a new fresh catalog, import a few images, tag em and export them and see if you get metadata written that way. Perhaps your main catalog is still corrupt.

  • Windows Vista, 7 and 8 ISO / Image file Download Links

    Series: How to Re-Install Windows when you don't have the Recovery Discs
    Intro: What is an ISO? Why is it used? 
    Step 1 - Get the ISO - ISO Download Links
    Step 2 - Burn the ISO to a DVD or USB   
    Step 3 - What to do with the ISO DVD/USB? Change the Boot Order  
    Step 4 - What to do After Windows is Installed? How to Get HP Drivers?    
    Step 1 - Get the ISO - ISO Download Links
    First, look at the Product Key label on the bottom of the computer and make sure you can still read it, before proceeding.
    How is this legal?   As long as you have the Product Key (from the bottom of a computer you paid for) for the corresponding version of Windows you download, it is perfectly legitimate and legal.
    The ISO Links: 
    Windows Vista SP1  32 & 64-bit
    *****With that link, you will have to combine the three files into an Image file (aka ISO) first (How to create an image file from files/folders) , using a program like ImgBurn.*****
    Windows 7 32 & 64-bit
    Windows 8 32 & 64-bit
    See Step 2 - Burn the ISO to a DVD or USB
    If you have any questions, create a new post (How to Create a New Post - Video), copy and paste it's link into a private message to me, and I will respond on your thread

    You shouldn't need to edit any of the files. The Windows 7 ISO is a retail, untouched version. It doesn't have a Product Key embedded into it.
    You should be able to use a Windows 7 Product Key from the label on the bottom of the computer with no issues. The installation will ask you for a Windows 7 Product Key. The only exception would be if the Product Key were in use on a different computer. From my understanding, as long as it is not already in use, it should activate.
    Please let me know if you have any questions on that

  • Reading and writing non-English files

    Hi there..
         I wonder if anyone can tell me how to read and write non-English language files like French or Arabic files...
    Im also interested in knowing how can i convert from Unicode to ASCII and vice versa..
         thanx.. Mourad

    hi there ..
    thanx for ur cooperation .. but actually i have tried the following code and it didnt work; so, im looking for more help :)
    esp. if there are any notes about the files themselves for example;
    by the way i used Notepad files in unicode format..
    my code is :
    import java.io.*;
    public class MainClass {
    public static void main(String args[]){
    String inputfile = "arabic.txt";
    String outfile = "outfile.txt";
    try{
    RandomAccessFile raf = new RandomAccessFile(inputfile, "r");
    InputStreamReader isr = new InputStreamReader(
    new FileInputStream(inputfile), "Cp1256");
    OutputStreamWriter osw = new OutputStreamWriter(
    new FileOutputStream(outfile), "Cp1256");
    for(int i=0; i<raf.length(); i++)
    osw.write(isr.read());
    osw.close();
    }catch(UnsupportedEncodingException uee){
    System.out.println("UEException: "+ uee.getMessage());
    }catch(FileNotFoundException fnfe){
    System.out.println("FNFException: "+ fnfe.getMessage());
    }catch(IOException ioe){
    System.out.println("IOException: "+ ioe.getMessage());
    thanx again..Mourad

  • Best way to combine 8-bit and 16-bit image files?

    I produce large photographic art prints by combining my own edited 16-bit RAW photo images with 8-bit stock photo images and 8-bit photoshop artwork. I used to just reduce my 16-bit photos to 8-bit and then edit my composite image as 8-bit, but I ran into banding and other problems in the color gradients I created later in my composite image.
    I want my composite image to be 16-bit to get more accurate colors and better gradients. What is the best way to bring 8-bit image files into my composition and maintain best quality? Is it good to convert 8-bit images to 16-bit in PS before importing? I also heard about bringing 8-bit images in as Smart Objects? Thanks for any help on this.

    *Photonic wrote:
    Thanks Jack and Noel. My workflow usually starts w. a 16-bit RAW image brought into Photoshop as the background layer of the master file. Color space is AdobeRGB. Then 8-bit stock photo and art elements (objects) are brought in by dragging the open 8-bit image up to the master image file tab, and then dropping it back into the image window after the file opens.
    Should I use the "Paste In" command instead? I usually avoid copy/paste since some of my element files are usually over 100MB and that seems to challenge my Mac after a while.
    Could I convert the 8-bit image files prior to import, like Noel suggests (Image>Mode>16bits)?  Thanks.
    There is no need to convert 8bit open documents to 16bit mode Photoshop will convert the copied layers to 16bit bit during the drag copy.  Converting the open document would just increase Photoshop RAM usage every layer pixels bytes used  would double in size.
    If you element files are over 100MB they are most likely layered files.  If all you need is a composite you should avoid using Place for that will needlessly inflate your document size. Instead open the element file create a new layer that is a stamp visible layer (Shift+Alt|Opt+Ctrl|Cmd+E) and drag that layer to you document then close nosave your element file. Copy only copies the targeted layer or there is a Copy Merge that copies the composit merge of all targeted layers. It a bit hard to create an action that would be able to use Copy or Copy Merge. Using the above stamp visible way can be made into an action. You also do not want to drag all the layers to your document if you just need a composit layer.
    You could also automate the element file copy with an action.
    Action Step 1 Insert menu into File>Open this will be an interactive step you must select a file to open. When the action is played.
    Step 2 (Shift+Alt|Opt+Ctrl|Cmd+N) Create a new empty layer This will always work
    Step 3 (Shift+Alt|Opt+Ctrl|Cmd+E) stamp visible layers into the new layer
    Step 4 (Ctrl|Cmd+A) select all
    Step 5 (Ctrl|Cmd+C) Copy
    Step 6 Close current document no save
    Step 7 (Ctrl|Cmd+P) Paste into the document your working on Photoshop will convert to 16bit if the document is 16bit mode and the clipboard content is 8bit.
    When you use Photoshop and do something.  Think to yourself how did Photoshop do what you asked it to do. Thing about what is involved what layers must be used etc. How is the feature/function done.
    Message was edited by: JJMack
    Message was edited by: JJMack

  • Convert and combine many image files into a pdf file?

    I have about 250 png and jpg files in a directory, and would like to convert and combine them into a pdf file.
    I wonder what steps to do that in Acrobat Adobe 9 in Windows?
    Requirements are:
    They are named in the order of 0000.png, 0001.jpg, ..., 0250.png, in which I would like to create the pages of the resulting pdf file.
    Also there may be some numbers (such as neither 0010.png nor 0010.jpg exists) missing, but still I would like the images be in the same order after creation of a pdf file.
    I would like the pages in the resulting pdf file look to have the same or similar size.
    But the numbers of pixels of the image files are different. Some are about 2000 x 3500 pixels, and some are about 800 x 1200 pixels.
    I also would like to have control of the spatial resolution such as the dpi parameter
    I also would like to OCR the pdf file (the images are scanned raster images).
    I would like the resulting pdf file to take reasonable storage size on my disk.

    You don't say what version of Acrobat you are using, but I expect you could do it with Acrobat XI's Actions feature. Maybe even in 10.0. Since this is an enterprise deployment forum, I suggest you find a better forum and ask about Actions and Batch Processing.
    hth,
    Ben

  • How to overwrite ratings and keywords when moving files?

    I have just edited a number of photos on my computer by adding ratings and keywords.  I tried to export them to an external hard drive, so I could free up space on my computer, but I discovered that copies of those photos already existed on the external HD.  I selected the "overwrite" option, but the ratings and keywords didn't copy over from the computer versions to the hard drive versions.  Is there a way of doing that?
    Thanks!

    I detect a lot of confusion here.
    Originally, you want to move a photo to your external HD to free up space on your computer's internal HD. That's what you said.
    Then later, you said that your backups are on your external HD.
    So, if you are successful at moving photos from your internal HD to your external HD (however you do it), then you no longer have backups of those photos. This is not a good thing. Now, you have only ONE copy of these moved photos (you used to have two). Furthermore, when your external HD fails (and it will), now you have ZERO copies of these photos. ZERO copies is not good. ZERO copies is bad. You are living dangerously.
    You need to address this issue, most likely by purchasing more disk space, and then beginning regular, automatic backups so that you always have two copies of each photo, one copy on each of two physically distinct drives.
    Next source of confusion ... you seem to be implying that copies of photos on both hard drives are cataloged in Lightroom. This seems unnecessary and a way to cause confusion. I wouldn't do things this way.

  • Managing non-image files in iPhoto e.g. wav file

    Hi.
    In the past I had a camera that wouldn't record video, but would record audio and saved them as .wav's. Previously I have managed and organized my photos independently using Explorer (during the dark days of Windows) and now through Finder, and this way I was able to keep these audio files in the same place as the pictures they were associated with. Having now tried to import these folders of images and .wav files I see that iPhoto will not accept files in .wav format, and the thought of having to keep them somewhere completely seperate from the images they're a part of really irks me.
    Does anyone know of a way around this, or have a suggestion for somehow being able to manage the situation? I see video files are no problem for iPhoto to manage, which can even call Quicktime to play the videos if desired... surely there must be a way to deal with .wav's?
    And since we're on the topic - what about other file formats? Most of my pictures (and audio) are from my travels, so ideally I'd like to be able to manage folders that can hold all of my photos, videos, soundfiles and text files (journals) in one place... Don't suppose this is a realistic dream yet is it?
    Thanks everyone

    No.
    Placing any file inside your library folder will appear to not do anything. You won't see a placeholder or anything there. For that to happen, files must be imported. If the file type is not supported, iPhoto will refuse to import. In addition, those extra files inside your library could confuse the database. You might start getting a message upon launch that iPhoto needs to rebuild the thumbnails. But it could get worse. You could cause your database to become corrupted. In that case you would lose all of your metadata: titles, keywords, comments, ratings; lose the relationship between your originals and their edited versions; plus lose your albums, books, calendars, etc.
    So no, it's not safe. Manage them yourself outside of the iPhoto Library folder. You could keep them in your Pictures or Music folder in a subfolder labeled Voice Recordings, or look into the software that TD recommended.
    Regards.

Maybe you are looking for