File Info Description Copyright Notice text problem

I want to change the Copyright Notice text in File>File Info>Description in a way that is permanent.  Back in 2009  I set the text to say "Copyright 2009" and now I want it to say Copyright 2011.  Changing the text works for the current image but the next image I open, it reverts to 2009.  How do I fix this?

that there are DEFAULT values for both Photographer and Copyright Notice that are loaded (from SOMEWHERE) every time I launch Photoshop.
Sounds like you may already have a Script to add the © notice.
Yes, I did misunderstand the need.
Good luck, and I see that you are suffering from a "split-personality." Post with both I.D.s to the Forum Comments forum, and Adobe-Admin will help you straighten things out. Note: Adobe is on Summer holiday, until July 10, so John might not be working, until then.
Hunt

Similar Messages

  • Maddening File Info Description field behavior

    After switching to CS3 for Mac, on a new MacBook running 10.4.11, I have been experiencing a maddening phenomenon when captioning photos.
    When I write a caption for a photo that contains very similar information to a previous photo, when in the "Description" field of "File Info," I like to click on the triangle next to the field and import the information, thus saving many key strokes.
    But in CS3, unlike CS, whenever there is a comma in the caption, it stops copying the information at the placement of the comma. So, in one of my typical run-on sentences, I have to import and paste several times if there is a comma anywhere in the sentence. That last sentence, for example, would have needed to be imported to the description field in three chunks.
    Has anyone else encountered this? Is this a bug or a feature?
    Help, please!

    It is a known bug from CS2, but apparently ignored while developing CS3. However using Bridge you can select multiple files and using the metadata panel easily add metadata to all and select some or one to add additional data to the file info or other fields. :-)

  • File info window freezes

    My new computer has Yosemite 10.10.3 and I'm happy to say Elements 6 works with it.  But when I wanted information about a picture something happened that does not seem right.
    I opened the picture and went to File / File Info.  A window opened that asked for information about the picture.  The problem is that as soon as I clicked anywhere int he File Info window it froze.  Nothing happened.  Everything else seemed to continue working but when I clicked on the picture behind the file Info window, it did not come to the front.  I had to close photoshop to get rid of the file info window.  Is this problem common or perhaps I'm doing something wrong?
    Also, sometimes I need to know the date a picture was taken.  I thought there was a way to find that from file information on the computer but I don't remember how.
    Thanks for your help.
    Bob

    Hello A
    Have you tried creating a new account and see how your apps work in that User acct? (That will tell if your problem is systemwide or limited to your User acct.)
    Open System Preferences > Accounts > "+" make it an admin account.
    If this works, then log back into your problem account and navigate to ~(yourHome)/Library/Preferences and trash these two files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then log out and back in again. Or restart.
    (You will have to reset a few finder prefs the way you like them.)
    Let us know.
    -mj
    [email protected]

  • File Info Dialog problem

    Hi,
    Not sure if this is a bug or if I'm just missing a setting someplace.
    Problem: I write a lengthy caption in the "Description" window of the File Info dialog. Later on I want to use that same caption on a different image.
    Using CS3 on Windows I can click on the flyout arrow next to the "Description" window and input the entire caption.
    Using CS3 on Mac, the flyout will only input sections of the caption. It seems like the Mac version breaks the caption apart based on any punctuation that is in the caption.
    Ex. If my caption is "01 July 2008, Los Angeles, California, USA - Paul has issues with Photoshop, causing a problem when captioning files."
    Windows puts the entire caption in the field. Mac breaks it down like this:
    01 July 2008
    Los Angeles
    California
    USA
    Paul has issues with Photoshop
    causing a problem when captioning files
    I don't recall this being an issue with PS7 or CS1. Am I missing something or is this just the way CS3 works?
    Thanks in advance for any help!
    -Paul

    I narrowed down the issue even more. Non-English languages have their strings, tags, and texts stored in a file named strings.txt in a language-specific subdirectory in the Resources directory in the Adobe Bridge CS6 program folder. The strings.txt file includes, among many other things, a language-specific decimal separator character—which in English is a dot but in many non-English languages is a comma.
    When I replace the comma as the decimal separator in the German-language strings.txt file by a dot then all of sudden the f-stops are displayed correctly in the thumbnail pane ... well, except that e. g. "f/2,8" now gets displayed as "f/2.8" which in German is wrong but acceptable—and definitely much better than "f/2,0" which is unacceptably wrong when the actual value is 2.8.
    The idea to try this dawned on me when I noticed that in some places in the metadata pane, decimal numbers are displayed with a comma (respecting the decimal separator character given in strings.txt); in other places, they're displayed with a decimal point (ignoring strings.txt). Those using a dot are correct; those using a comma are wrong. So there's two bugs in Bridge rather than just one. First bug: In some places, the language-specific decimal separator character is ignored. Second bug: When it is not ignored then the number displayed will be wrong.
    So my workaround now is to use a dot as the decimal separator character rather than a comma.

  • Problems with Custom File Info Panel and Dublin Core

    I'm creating a custom file info panel that uses the values of the dublin core description and keywords (subject) for two of it's own fields.  I'm having problems with the panel saving if they enter the description on the custom panel first, and with the keywords not echoing each other, or reappearing after a save.<br /><br />Here is the code for the panel<br /><br /><?xml version="1.0"><br /><!DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0"><br /><panel title="$$$/matthew/FBPanelName=Testing for Matthew" version="1" type="custom_panel"><br />     group(placement: place_column, spacing:gSpace, horizontal: align_fill, vertical: align_top)<br />     {<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/keywords = Keywords', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/keywordsFB = Keywords', locked: false, height: 60, v_scroller: true, horizontal: align_fill, xmp_ns_prefix: 'dc', xmp_namespace: <br />'http://purl.org/dc/elements/1.1/', xmp_path: 'subject');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/description = Description', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/descriptionFB = Description', locked: false, height: 60, v_scroller: true, horizontal: align_fill, xmp_ns_prefix: 'dc', xmp_namespace: <br />'http://purl.org/dc/elements/1.1/', xmp_path: 'description');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/season = Season', font: font_big_right, vertical: align_center);<br />               popup(fbname: '$$$/matthew/seasonFB = Season', items: '$$$/matthew/Season/Items={};option 3{option 3};option 2{option 2};option 1{option 1}', xmp_namespace:'http://monkeys.com/demo/testingmatthew/namespace/', xmp_ns_prefix:'matthew', xmp_path:'season');<br />          }<br />          group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />          {<br />               static_text(name: '$$$/matthew/ltf = Limited Text Field', font: font_big_right, vertical: align_center);<br />               edit_text(fbname: '$$$/matthew/ltf = Limited Text Field', locked: false, horizontal: align_fill, xmp_namespace:'http://monkeys.com/demo/testingmatthew/namespace/ ', <br />xmp_ns_prefix:'matthew', xmp_path:'ltf');<br />          }<br />     }<br /></panel><br /><br />Thanks for the help

    To answer my own question:
    The documentation really sucks.
    I found this reply from Adobe <http://forums.adobe.com/message/2540890#2540890>
    usually we recommend to install custom panels into the "user" location at:
    WINDOWS XP: C:\Documents and Settings\username\Application Data\Adobe\XMP\Custom File Info Panels\2.0\panels\
    WINDOWS VISTA: C\Users\username\AppData\Roaming\Adobe\XMP\Custom File Info Panels\2.0\panels\
    MAC OS: /user/username/Application Data/Adobe/XMP/Custom File Info Panels/2.0/panels/
    The reason why your panels did not work properly was a missing Flash trust file for that user location. Without such a trust file the embedded flash player refuses to "play" your custom panel.
    Please see section "Trust files for custom panels" in the XMPFileInfo SDK Programmer's Guide on page 50 for all details on how to create such trust files.
    After many wasted hours I have now the simple panels running.
    Cheers,
    H.Sup

  • Problems with File Info Option

    I've been getting completely frustrated adding specific information under the "description" table listed under  File>File Info option in Bridge CS4.
    Everything is greyed out and I cannot add information.  I have to go through each of the 100s of images to find out that some of the images will not allow information added even though they were all taken with the same freaking camera.
    Please help!!!!!  I have 1000s of images and cannot go through each one to add copyright information etc...the files are not locked when I look under the finder option.
    Is anyone else having this problem????

    Thx!!!! It worked!!!!
    Daniel K. Lee
    Commercial Photographer
    tel: 415.225.3289
    email:  [email protected]
    www.DKLImages.com
    2009/6/14 Ramón G Castañeda <[email protected]>
    As for your problem, first purge the cache for the offending folder(s)
    through the Tools menu in Bridge, as Omke says.
    >
    >
    http://forums.adobe.com/servlet/JiveServlet/showImage/5441/Bridge_CS4_cache_prefs.jpg
    >
    If that doesn't do it, the trash your preferences by holding down the
    Option key as you relaunch Bridge.
    >
    I will mention the obvious just in case:  make sure you have full read and
    write permissions to each file (do a Get Info on the file icon in the
    Finder).  Sometimes files get their permissions changed when copied over to
    your drive, especially from a CD or DVD.
    >
    You cannot add metadata to an image that resides on a CD or DVD, and it
    would be the same if the permissions are wrong.
    >

  • Batch File Info problem: (CS3)

    As was the case with CS2, when in bridge adding file info. to multiple files, the data entered within Copyright Notice, Copyright Status and Copyright Info URL is shown as entered and correct when checking back the file info. within Bridge - However, if one of those files is then opened in Photoshop and the file info. is checked, the data entered is either incomplete or simply not being shown.
    This occurs when working working on TIFFS. When working with JPEG it does not.
    Process:
    1) Bridge - Adding file info.
    - Select multiple files.
    - Right click > File info
    - Enter file info. data.
    - Click ok.
    2) Bridge - Checking file info.
    - Select one of the files file info. has been applied to.
    - Right click > File info.
    - Check info. panels for correct data.
    - All appears correct and as entered.
    3) Photoshop - Checking file info.
    - Open one of the files file info. has been applied to.
    - Check file info:
    i) Having chosen Copyrighted as the option within Copyright Status, now appears untouched and defaults to Unknown!!
    ii)Data entered within Copyright Notice appears incomplete, showing only the first sentence and a half. (i.e 22 words, 107 characters (no spaces) 128 characters (with spaces))
    iii)Data entered within Copyright Info URL does not appear.
    I figured this would have been sorted for CS3?!
    For me this is a really major issue, your assistance and a fix are desperately, desperately needed.
    Kind regards
    Will

    I am using Vista, but have no problems with opening File Info on multiple files.

  • File Info Copyright Status

    When I right-click on a file to acces the File Info, and then select the Description Tab (if it is not already selected), the Copyright Status drop down menu gives me only three choices:
    Unknown
    Copyright
    Public Domain
    Which slection do I use for Creative Commons Attribution-ShareAlike 3.0 Unported License?
    Thanks

    the Copyright Status drop down menu gives me only three choices:
    That is because The file info is set up according to the world standard IPTC and Creative Commons does not seem to be supported inhere (yet).
    I did not hear from this way of copyright before to be honest but did a little search, don't think I'm gonna use it but it seems a fair way to distribute if you like so.
    My first thoughts about it where the same way as Yammer P already posted and sure choose copyrighted because otherwise you have no rights at all.
    There seems to be an other way but you have to try it your self and maybe even contact the guy that made it available.
    It is a custom Creative Common addition in the file info XMP panel that can be downloaded for free. I have to confess I tried it but could not get it to work correctly. There is less info about what to install where. I tried (on a Mac) on several locations bot system and user library but did not get further then the tab of Creative Common showing in the file info but then PS froze and had to be forced quitted.
    Hence the contact suggestion
    see here:
    http://johnbishopimages.com/creativecommons/reg?XMP

  • JS scripted needed to add custom text plus filename to file info in document title

    Would greatly appreciate any help with this one...
    JS script to add custom text plus filename to file info in document title
    many thanks

    Super :O)
    I have a folder of say 50 images and I want to run a JS script batch
    example in the document title :  image Nr 81205
    custom text is "image Nr" +  file name "81205"
    activeDocument.info.title =" image Nr" + decodeURI(activeDocument.name);
    would this be correct without seening the file ext
    many thanks

  • Adobe CMM and Photoshop CS4 File Info problems

    I installed the Adobe Color Management Module several days ago.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3618
    Today when I opened the File Info dialog in Photoshop CS4,I got a blank black window. Same went for the Kuler window and other extensions under the Window menu. Other panels such as the palettes and toolbox were fine.
    I went through reset prefs,reinstalled PS,and reinstalled my video driver.
    Same problems.
    Uninstalled the Adobe CMM and the panels returned to normal.
    I don't know exactly what happened,but something this forum should know about.

    Chris,I downloaded and reinstalled the CMM and the problem repeated.
    File Info: blank, as well as the Kuler, and Connect extensions under the Windows menu. Additionally,any custom panels installed via Configurator also went blank.(although I had uninstalled those on my first round of troubleshooting)
    Again as soon as I uninstalled the CMM,I got the File Info, Kuler, and Connect windows back.
    This is on a Toshiba A205-S5843 running Vista SP1
    I also tried the CMM on a Toshiba A75 (Windows XP)with a trial of CS4 Extended. There were no problems on that configuration with the CMM installed.
    I don't know what it is,but thought it should be passed along.

  • File Info problems in Photoshop CC & CS5.1 on OS X 10.8

    I have recently upgraded my Macs, running OS X Mountain Lion, from Photoshop CS5.1 to Photoshop CC for two reasons:
    1. Because it most the most cost efficeint way to obtain the latest Camera Raw plugins that are no longer supported in CS5.1
    2. Because I began experiencing issues on two Macs where initially only in Bridge, was I no longer able to input any File Info dialogue.
    I make extensive use of File Info templates, which are then applied to batches of files in Bridge before individual files, or groups of files requiring the identical metadata are modified.
    After a time, once the overall batch of File Info templates had been applied to files I discovered that I was unable to edit them further. Even after Repairing Permissions in Disk Utility it usually took a reboot to fix the problem, although the problem was always solved.
    However there came a point a few weeks ago when I was unable write any further metadata to File Info, in Bridge or Photoshop, no matter what I did. Again this issue happened on two Macs so I'm guessing that it is not a machine issue.
    As I needed the latest Camera RAW plugins as well I decided to upgrade to Photoshop CC, which I have to say I have been very pleased with - until now. The dreaded File Info problem has now occurred again, although currently only in Photoshop, not Bridge. When I try to add or modify any information in File Info in Photoshop CC the dialogue box just closes!
    Clearly it is not just a Photoshop CC issue although I never had the problem prior to CS5.1 and I leapfrogged CS6 and I find it hard to believe that it is a machine issue. Could it be a conflict with the OS or with Extensis Suitcase Fusion 4?
    Has anyone else encountered this problem?

    Curt, Thanks for your rapid response.
    To answer your questions. I thought that, initially, the problem might be a permissions problem but it occurs on both boot drives and also when the same files are copied to Firewire external drives - on both Macs, but different external drives in each case. I followed your link but there was nothing there that I didn't already know or hadn't already tried, thanks.
    One computer is a 24" iMac and the other is a 15" MacBook Pro. I've also tried to replicate the problem on four PowerMac G5s running OS X 10.5.8 with Photoshop/Bridge CS4, with the same drives plugged in, but have experienced no problems at all. It's quite bizarre.
    Also, looking deeper into the conundrum, I find that I can't input any numbers, only letters! Using the keyboard all numbers, whether on the main or auxiliary keypads, cause the File Info dialogue box to either jump to a new tab or close. Using Shift on the numbered keys works perfectly however!
    It just goes on getting better...

  • File Info problem

    I have just recently upgraded from a Windows XP Pro desktop to a Vista Premium Laptop. I store all my MP3's (200GB+) on an external hard drive which is backed up on a second.
    I used the following programs on XP:
    CD Grabber
    MediaTagger
    iTunes
    Now when I come to access my mp3's on Vista using these programs I have the following problems:
    * When I try to edit the file info in iTunes the fields are grayed out and I cannot edit them.
    * When I open Media Tagger manually and edit the files I get a message saying I cannot access this file.
    All the MP3's play fine and I can edit any new files I have ripped or downloaded.
    I believe the problem may be something to do with file ownership. Can anybody advise?

    Yes, this is most likely a folder permission issue, Vista is very fussy about that.
    Your account needs to have full control of your iTunes Music folder.
    There is help on permissions here:
    http://windowshelp.microsoft.com/Windows/en-US/Help/2464a180-e5dc-45d1-a2b8-3c8a 2b571e9d1033.mspx
    http://www.mydigitallife.info/2007/05/25/how-to-take-ownership-and-grant-permiss ions-in-windows-vista/

  • Copy Labels (text) in Illustrator file into keyword (file info) field

    I'm curious if there is any way to copy the text in an illustrator file, and paste it into the keyword field within the file info dialog box, with those words being separated by commas.
    If I do this manually, the text is pasted as one long running word, making the keywords useless.
    I do have an applescript which extracts the text from an illustrator file, and pastes it into an excel file, separating the words with commas, with file name. However, it doesn't seem possible to then import this data back in to multiple files. Bridge doesn't appear to be capable of this....
    ..so the alternative I can see would be to get the text directly into the file info box, separated by commas... just not sure how.
    any ideas? I have thousands upon thousands of artfiles that need to be keyworded somehow!

    Hallo Jay,
    I think there is two ways:
    a) Although I have no serious experiences with Bridge scripting I think you need a Bridge script which runs over your Illustrator files, calls an Illustrator script for collected labels and use the Bridge API to write the metadata back into the file.
    b) You write an Illustrator script which runs over the files and collects the labels and creates a text file with these information (file name, keywords). Process this file and use a 3rd party XMP tool for adding these keywords to the file.
    Regards,
    Tom

  • CS5 Generic File Info Memory Problem

    We have been using a  very large custom generic panel in CS4 File Info.  The MRU file has  grown to 2.5 mb, the properties are 1.5 mb -- but they have been working  great in CS4.  In CS5 they frequently do not work .   The panel will either be empty when  you open it, although there are xmp values in file, or after entering data, the panel will spin for a while, show empty again, often after trying to process the MRU's.
    Are panels  in CS5 products OK to be used for this large of a  metadata set of attributes and values?
    Using latest Macs, 4GB of ram, happens in all CS5 apps.
    Thanks for your  help.
    Todd

    Todd,
    I understand your requirement. Controlled vocabularies can be a 
    critical component of a metadata strategy.
    I know people that use a semicolon delimited file to pre-load the CS3 
    File Info MRU of a bag or seq field via a single copy and paste. Its 
    limit appears to be fifteen entries. Like you they are simulating a 
    controlled vocabulary for a list.
    Pound Hill's MetaGrove Plug-in provides controlled vocabularies for 
    lists (bag and seq). These are displayed as a table of one column, 
    popup at the top, open or closed choice.
    The largest single (internal) MetaGrove vocabulary I have implemented 
    has 4004 entries in one language, 1 mb in size. PHS's format is more 
    verbose than Adobe's MRU or File Info panel formats. It takes 20 
    seconds to initialize.
    MetaGrove vocabularies can optionally be external text files, with tab 
    delimited value/label pairs, local or on the network. These are single 
    language, by definition. This is intended for an enterprise where the 
    external vocabulary file is typically updated monthly or quarterly. 
    The plug-in will automatically cache the update within a week 
    (default). The vocabulary can be maintained using a spreadsheet or 
    output from an application like yours.
    Regarding your test with repeated red, green blue, for 100,000 entries:
    In File Info v0 and v1 (CS through CS3), "All names and keyphrases 
    (values) in the list must be unique." This constraint is not mentioned 
    in the v2/3 File Info document. Does repeated red, green blue work 
    with 9 entries or so?
    Most CS3 applications have odd behaviors with more than 99 entries in 
    a File Info popup. This appears to be fixed in Acrobat 10. I haven't 
    attempted more than 200 entries in a CS3 panel popup.
    I suspect that building a in-memory copy of a vocabulary from a panel 
    file, or from the MRU file, is a serial process and does not scale 
    linearly. Each incremental entry takes longer to add to the in-memory 
    representation because the entire in-memory copy must be scanned each 
    time. The design goals of tens to entries probably did not warrant 
    using database techniques for the internal representation. The 
    performance in CS4 is your benchmark.
    CS4 and 5 File Info appears to be doing some central caching. 
    Sometimes, I need to remove the panel entirely, Exit all File Info 
    applications, run an application and its File Info, Exit and then add 
    the panel in again to get changes to take. You probably need to get 
    everyone-out-of-the-pool before you touch the MRU file.
    The CS3 copy and paste technique mentioned above might be an 
    alternative to let FIle Info manage the MRU. However, in your case, it 
    will test the implementation limits of the menu field payload capacity.
    Carl  crambert at poundhill dot com

  • How do you go back to IPTC/description, ect in file info

    Hi ,
    I am in this view of file info and need to go back to the very first view, IPTC, description, ect, current view shows GPS data, video data.
    Thanks

    Keys for navigating a PDF
    Shortcut
    Windows
    Mac
    Previous screen
    Page Up or Shift+Enter
    Page Up or Shift+Return
    Next screen
    Page Down or Enter
    Page Down or Return
    First page
    Home or Shift+Ctrl+Page Up or Shift+Ctrl+Up Arrow
    Home or Shift+Command+Up Arrow
    Last page
    End or Shift+Ctrl+Page Down or Shift+Ctrl+Down Arrow
    End or Shift+Command+Down Arrow
    Previous page
    Left Arrow or Ctrl+Page Up
    Left Arrow or Command+Page Up
    Next page
    Right Arrow or Ctrl+Page Down
    Right Arrow or Command+Page Down
    Previous open document
    Ctrl+F6 (UNIX)
    Command+F6
    Next open document
    Shift+Ctrl+F6 (UNIX)
    Shift+Command+F6
    Scroll up
    Up Arrow
    Up Arrow
    Scroll down
    Down Arrow
    Down Arrow
    Scroll (when Hand tool is selected)
    Spacebar
    Spacebar
    Zoom in
    Ctrl+equal sign
    Command+equal sign
    Zoom out
    Ctrl+hyphen
    Command+hyphen

Maybe you are looking for

  • System Settings - Problem: New Window occurs

    Hi all, can you help me? - If I start "Systemeinstellungen" (System settings?) and change to "Network" a new window occurs with the text: "Ihre Netzwerkeinstellungen wurden von einem anderen Programm geändert" (your network-settings were changed by a

  • AR Invoice cannot update due date

    Have SAP 2005 installed with 5 databases. In 4 of the databases we can update the due date on the AR invoice screen (As long as document status is open). On one of the databases we cannot update the field. Logging in as manager in all databases. Anyo

  • How to enable the search option for a column in an old report

    Hi , I created the report. It works fine. I remember while creating the report, at one step, I was asked to sort, search column level (check option) . I skipped that option at that time. But now I want to check/ enable them . So, how and where to do

  • Xbox Music API: Deep Link for Xbox Music Pass

    Hi all! I am building an app which uses Xbox Music API. There's a guide to deep-linking, and there's explanation on how to build the affiliate link for track/album purchase, but I couldn't find how to build affiliate link to buy Xbox Music Pass. Is t

  • ITunes side bar is missing how can I get it back?

    My side bar in iTunes is missing how can I get it back