Transfer Keywords to another computer

I want to transfer my long list of Keywords to another computer. How do I do this? Where is the file that stores the keywords? Thanks for any help.

Hi paul,
~/Library/Preferences/com.apple.iPhoto.plist
You can open the plist file in TextEdit

Similar Messages

  • My computer crashed with all my itunes files.  I was able to get some off and transfer them to another computer.  I am afraid to sync my ipod to the new computer becaused I do not want to loose all of my playlists and other music.  Will this happen?

    My computer crashed with all my itunes files.  I was able to get some off and transfer them to another computer.  I am afraid to sync my ipod to the new computer becaused I do not want to loose all of my playlists and other music.  Will this happen?

    To import music into your iTunes library on the computer go to iTunes>Help>iTunes Help>Add items to iTunes and follow the instructions
    Delete the "songs" that do not play in your iTunes library and reimport them.

  • Type your questionI am trying to deactivate a version and transfer it to another computer, however I have lost the card with the serial number. Is there any way of retrieving the serial number?

    Type your questionI am trying to deactivate a version and transfer it to another computer, however I have lost the card with the serial number. Is there any way of retrieving the serial number?

    Hello Irene,
    you should have a look at Adobe's database, to see what's stored/saved about your accounts. Here you will find general infos about your Adobe Account
    https://www.adobe.com/account.html and to find your serial number have a look there http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Hans-Günter

  • Ive lost my cd for my Photoshop... is there another way to transfer/download onto another computer? i still have my code.

    I'm wondering if I can transfer/download my Photoshop onto another computer? I've lost my CD. I still have my code.

    Most Photoshop versions can be download fro the Adobe site if you post the version you want search for the version download like  CS3 would be Download CS3 products

  • Help I can't transfer video to another computer.

    What do I have to do to transfer a flash video to another computer. I published HTML to my usb stick and installed on another computer. When I run the file, the buttons dont work. All they do is flash. When the file is on my original computer, everything works fine.

    Here is more detail.
    As a test, I have a black square on frame one that links to a blue square on frame 2. I saved the .fla file to my c drive.I exported to html and the page comes up and works exactly as it should. The problem is when I save to my flash drive, its like it doesnt recognize any of the actionscript. If I remove all code and just put in stop(). it flickers back and forth between the 2 frames. Again, when the file is saved and exported to the c drive, it works right.
    Below is the HTML that Flash generated.
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>test</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
    var version;
    var axo;
    var e;
    // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
    try {
      // version will be set for 7.X or greater players
      axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
      version = axo.GetVariable("$version");
    } catch (e) {
    if (!version)
      try {
       // version will be set for 6.X players only
       axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
       // installed player is some revision of 6.0
       // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
       // so we have to be careful.
       // default to the first public version
       version = "WIN 6,0,21,0";
       // throws if AllowScripAccess does not exist (introduced in 6.0r47) 
       axo.AllowScriptAccess = "always";
       // safe to call for 6.0r47 or greater
       version = axo.GetVariable("$version");
      } catch (e) {
    if (!version)
      try {
       // version will be set for 4.X or 5.X player
       axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
       version = axo.GetVariable("$version");
      } catch (e) {
    if (!version)
      try {
       // version will be set for 3.X player
       axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
       version = "WIN 3,0,18,0";
      } catch (e) {
    if (!version)
      try {
       // version will be set for 2.X player
       axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
       version = "WIN 2,0,0,11";
      } catch (e) {
       version = -1;
    return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    var flashVer = -1;
    if (navigator.plugins != null && navigator.plugins.length > 0) {
      if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
       var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
       var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
       var descArray = flashDescription.split(" ");
       var tempArrayMajor = descArray[2].split(".");  
       var versionMajor = tempArrayMajor[0];
       var versionMinor = tempArrayMajor[1];
       var versionRevision = descArray[3];
       if (versionRevision == "") {
        versionRevision = descArray[4];
       if (versionRevision[0] == "d") {
        versionRevision = versionRevision.substring(1);
       } else if (versionRevision[0] == "r") {
        versionRevision = versionRevision.substring(1);
        if (versionRevision.indexOf("d") > 0) {
         versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
       var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    else if ( isIE && isWin && !isOpera ) {
      flashVer = ControlVersion();
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
      return false;
    } else if (versionStr != 0) {
      if(isIE && isWin && !isOpera) {
       // Given "WIN 2,0,0,11"
       tempArray         = versionStr.split(" ");  // ["WIN", "2,0,0,11"]
       tempString        = tempArray[1];   // "2,0,0,11"
       versionArray      = tempString.split(","); // ['2', '0', '0', '11']
      } else {
       versionArray      = versionStr.split(".");
      var versionMajor      = versionArray[0];
      var versionMinor      = versionArray[1];
      var versionRevision   = versionArray[2];
             // is the major.revision >= requested major.revision AND the minor version >= requested minor
      if (versionMajor > parseFloat(reqMajorVer)) {
       return true;
      } else if (versionMajor == parseFloat(reqMajorVer)) {
       if (versionMinor > parseFloat(reqMinorVer))
        return true;
       else if (versionMinor == parseFloat(reqMinorVer)) {
        if (versionRevision >= parseFloat(reqRevision))
         return true;
      return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
    AC_FL_RunContent(
      'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
      'width', '970',
      'height', '720',
      'src', 'test',
      'quality', 'high',
      'pluginspage', 'http://www.adobe.com/go/getflashplayer',
      'align', 'middle',
      'play', 'true',
      'loop', 'true',
      'scale', 'showall',
      'wmode', 'window',
      'devicefont', 'false',
      'id', 'test',
      'bgcolor', '#ffffff',
      'name', 'test',
      'menu', 'true',
      'allowFullScreen', 'false',
      'allowScriptAccess','sameDomain',
      'movie', 'test',
      'salign', ''
      ); //end AC code
    </script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="970" height="720" id="test" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="test.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="test.swf" quality="high" bgcolor="#ffffff" width="970" height="720" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    </noscript>
    </body>
    </html>

  • How do you transfer library to another computer (no internet access)

    How do you transfer iTunes library to another computer?  (Old computer doesn't have internet access)

    Bookmarks > Show All Bookmarks -> Import & Backup - Export HTML... - to a USB stick <br />
    ''then'' <br />
    Bookmarks > Show All Bookmarks -> Import & Backup - Import HTML... - from file on that USB stick

  • Transfer songs to another computer

    My computer crashed, hard drive is toast. I'd like to transfer all songs to Itunes on another computer. The software only allows me to transfer purchased songs. Both an ipod nano and Iphone 4.

           What software!
    Try using http://www.wideanglesoftware.com/touchcopy/index.php?gclid=CKjZ0pzjyqkCFRk9gwod7 CqSOQ

  • Cant find a download for elements 12 so i can transfer it to another computer

    cant find a download for elements 12 so i can transfer it to another computer

    Try this link:
    <Download Photoshop Elements products | 13, 12, 11, 10>

  • Transfer email to another computer

    Is it possible to just transfer email on MAIL program from one mac computer to another mac without using the internet? I have a huge amount of email that I would like to transfer but a limited amount of data download allowance.

    Hi, what OSX version on both?
    Are they Networked to each other?
    Newer OSes
    would similar, but slightly different than this 10.4.11 notes....
    On Mail...
    First Quit Mail, then I'd backup these two Mail folders, by right clicking on them in the Finder, then choose Archive/Compress.
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)
    Right click on that Mail folder, choose archive, you'll get everything in the folder, and the folder itself in a file called Mail.zip, move it to a safe place, same for the Mail Downloads folder... only the plist is separate.
    /Users/YourUserName/Library/Preferences/com.apple.mail.plist

  • I have an iPod Touch and I have added mp3s and want to know where the id tags are being stored so I can transfer it to another computer

    I have downloaded AAC files but I have also added some Mp3s I made earlier from CDs I own and I have updated the info for them in iTiunes and it doesnt seem to have updated the ID3 Tags.
    Does anyone know which file I need to copy to transfer the info data to my computer at home, and can I just copy the file into My Documents iTunes folder and have the info displayed in iTunes?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software

  • Macbook in target disk mode locks up when trying to transfer files to another computer. Suggestions?

    A week ago I installed snow leopard on my girlfriend's macbook without backing anything up. Dumb idea I know. The installation failed multiple times. I ran her computer in target disc mode to try to save what files I could. Now when I try to transfer files it will freeze up at different times. Sometimes I can transfer a huge amount of data like 4GB's and the other times it locks up trying to transfer 4kB's. I'm at my wits end trying to figure this out. I can see the files but can not transfer them.
    Any suggestions or past similar past experiences?

    Hi Anand,
    Have you noticed when you plug the drive in whether its making any sounds? You can put your ear up to the drive on the Macbook. Its located on the right hand front sided of the top case.
    Also, check to see if the target disk mode icon is moving after a few minutes. If the firewire icon has stopped moving it usually indicates that theres something seriously wrong (probably mechanical) with the drive.
    Id definitely give Disk Warrior a try. Especially if you have a situation where you can hear the drive running or spin up but it doesn't make any sound after that. Hope this helps.

  • Can I transfer Photoshop to another computer?

    Several years ago I installed Photoshop Elements 7.0 onto two computers, a Gateway desktop and an Acer laptop. The laptop has recently broken, and is no longer usable. I cannot log on to do anything with the files on its hard drive. Today I bought a new laptop, an HP, and I want to install Photoshop onto it, but I've lost the installation disc. I do, however, have a copy of the product key on the disc. Is it possible for me to transfer the Photoshop I have installed on my Gateway to my new HP? If so, how? I would really like to have Photoshop on the new computer without purchasing a new product.

    I am also unable to access the link. Thank you very much for the effort, though.
    Am I to understand that if I am able to find a link to download a trial version, I will be able to enter the product code I have from my own disc to keep the program installed?
    EDIT: The link works for me now. I am currently downloading the file. Thank you very much for your help, hopefully this will work!

  • Transfer movies to another computer via iPad

    I had a number of movies prepared for iTunes and my iPad.
    Can I know transfer these movies to a different computer? Will sync do that or do I have to use something else to get the movies off the iPad?

    The music/video/picture sync is one way with the exception of itunes purchases.

  • I can't manually transfer podcasts from another computer

    The computer that I "sync" my ipod with is seriously on the fritz. I'm an NPR junkie, and downloaded podcasts to our other computer (we are a four computer family). These podcasts are free, so there should be no copyright issues. I have set the ipod to manually manage files, per instructions, but I still cannot copy some of the files to my ipod. The instructions are to drop and drag, but it is not working. Suggestions?
    30 gig   Windows XP  

    What do you mean access them?
    Itunes store does not keep a copy on their server for you. You get ONE download. If you want that content on another authorized computer, then you have to put it there. It will not magically appear.

  • How to transfer itunes to another computer using a 2gb memory stick

    I would appreciate some help please
    Thanks in advance
    Sam

    Assuming all your music and files will fit on a 2GB memory stick, you could use the method below with a minor adjustent.
    http://docs.info.apple.com/article.html?artnum=300173
    If the whole thing won't fit on the memory stick, as seems likely, it would be better to go for another method such as the iPod as in the link or an external HD.

Maybe you are looking for

  • Photo App Crashes when I try to go to the project tab...

    All the way through the betas and now with the final release of the Photos App, my app crashes when I try to go to the "projects" tab. When I first started using it, it worked fine. I was able to make a new slide show but when I tried exporting it, t

  • Inserting Strings in XML elements

    I have an xml file that describes the content of an OpenOffice document (content.xml). A node in the file contains a bookmark named 'DateWritten' where data, in this case a date in string format "YYYY-MM-DD" , is to be entered. The node looks like th

  • QT 7.3 won't play older qualcomm-purevoice audio

    QT 7.3 won't play older qualcomm-purevoice audio Q: How Do I get these older .mov files to play the audio

  • Reservation qty to be reduced

    Hi guru's!    I have  created a reservation for a materials under 311 mvt type from s.loc 1 to s.loc2. I transfered the material with reference to that reservation number. Quantity of component is : 1.Comp1 - 10 2. Comp2 - 8 Now i want to tranfer the

  • MacBook Pro, Intel Core 2 Duo - Mouse "Stutter"

    So, I had an issue which was driving me up the wall - basically the mouse on my MacBook Pro would "stick" on a fairly regular basis. Just often enough to make working life unbearable. Actually, to be more accurate the pointer would briefly freeze wha