How can I make PSE8 to read "Rating" from XMP files?

Hi, I'm trying to share "Rating" perameter between Lightroom2 and Photoshop Elements8.
PSE8 can't seem to read the perameter from XMP files created by Lightroom2.
I did following steps.
1. (Lightroom2) Configure a camera RAW file named aaa.cr2 and rate it as five stars.(I use a Canon DSLR. )
2. (Lightroom2) Make a XMP file corresponding to the file. aaa.xmp is created in the same directory.
3. (Explorer and notepad) Open aaa.xmp with a notepad.exe and check "Rating" is set five.
4. (PSE8) Open aaa.cr2 as PSE8 Organizer. Its thumbnail is applied configured parameters by Lightroom2 such as exposure compensation to.
5. (PSE8) However, rating parameter in PSE8 orginizer still shows zero star.
It'a feature? Or something is strange?
Can someone help me?

Hi, John.
Follwing XML is one of my XMP file created by lightroom2.
I rated this CR2 file as three stars and <xap:Rating>3</xap:Rating> means it,
but PSE8 doesn't read this parameter even if I started Elements Orginizer.
When I select "update thumnail", Orginizer applys lighturoom2's effect to thumnail,
and Camera RAW plagin can open the file with all lightroom's effects applied. However, stars still shows zero.
Shoud I do something to make PSE8 to read it?
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2-c020 1.124078, Tue Sep 11 2007 23:21:40        ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
   <tiff:Make>Canon</tiff:Make>
   <tiff:Model>Canon EOS 40D</tiff:Model>
   <tiff:Orientation>8</tiff:Orientation>
   <tiff:ImageWidth>3888</tiff:ImageWidth>
   <tiff:ImageLength>2592</tiff:ImageLength>
  </rdf:Description>
  <rdf:Description rdf:about=""
    xmlns:exif="http://ns.adobe.com/exif/1.0/">
   <exif:ExifVersion>0221</exif:ExifVersion>
   <exif:ExposureTime>1/20</exif:ExposureTime>
   <exif:ShutterSpeedValue>4321928/1000000</exif:ShutterSpeedValue>
   <exif:FNumber>35/10</exif:FNumber>
   <exif:ApertureValue>361471/100000</exif:ApertureValue>
   <exif:ExposureProgram>4</exif:ExposureProgram>
   <exif:ISOSpeedRatings>
    <rdf:Seq>
     <rdf:li>400</rdf:li>
    </rdf:Seq>
   </exif:ISOSpeedRatings>
   <exif:DateTimeOriginal>2009-10-31T21:02:41.01+09:00</exif:DateTimeOriginal>
   <exif:DateTimeDigitized>2009-10-31T21:02:41.01+09:00</exif:DateTimeDigitized>
   <exif:ExposureBiasValue>0/1</exif:ExposureBiasValue>
   <exif:MaxApertureValue>3/1</exif:MaxApertureValue>
   <exif:MeteringMode>6</exif:MeteringMode>
   <exif:Flash rdf:parseType="Resource">
    <exif:Fired>False</exif:Fired>
    <exif:Return>0</exif:Return>
    <exif:Mode>2</exif:Mode>
    <exif:Function>False</exif:Function>
    <exif:RedEyeMode>False</exif:RedEyeMode>
   </exif:Flash>
   <exif:FocalLength>18/1</exif:FocalLength>
   <exif:CustomRendered>0</exif:CustomRendered>
   <exif:ExposureMode>0</exif:ExposureMode>
   <exif:WhiteBalance>0</exif:WhiteBalance>
   <exif:SceneCaptureType>0</exif:SceneCaptureType>
   <exif:FocalPlaneXResolution>3888000/876</exif:FocalPlaneXResolution>
   <exif:FocalPlaneYResolution>2592000/583</exif:FocalPlaneYResolution>
   <exif:FocalPlaneResolutionUnit>2</exif:FocalPlaneResolutionUnit>
   <exif:PixelXDimension>3888</exif:PixelXDimension>
   <exif:PixelYDimension>2592</exif:PixelYDimension>
  </rdf:Description>
  <rdf:Description rdf:about=""
    xmlns:xap="http://ns.adobe.com/xap/1.0/">
   <xap:ModifyDate>2009-10-31T21:02:41.01+09:00</xap:ModifyDate>
   <xap:CreateDate>2009-10-31T21:02:41.01+09:00</xap:CreateDate>
   <xap:Rating>3</xap:Rating>
   <xap:MetadataDate>2009-11-02T01:39:31.622-09:00</xap:MetadataDate>
  </rdf:Description>
  <rdf:Description rdf:about=""
    xmlns:aux="http://ns.adobe.com/exif/1.0/aux/">
   <aux:SerialNumber>1510805163</aux:SerialNumber>
   <aux:LensInfo>18/1 50/1 0/0 0/0</aux:LensInfo>
   <aux:Lens>18-50mm</aux:Lens>
   <aux:ImageNumber>0</aux:ImageNumber>
   <aux:FlashCompensation>0/1</aux:FlashCompensation>
   <aux:Firmware>1.1.1</aux:Firmware>
  </rdf:Description>
  <rdf:Description rdf:about=""
    xmlns:crss="http://ns.adobe.com/camera-raw-saved-settings/1.0/"
    xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/">
   <crss:SavedSettings>
    <rdf:Bag>
     <rdf:li rdf:parseType="Resource">
      <crss:Name>読み込み</crss:Name>
      <crss:Type>Snapshot</crss:Type>
      <crss:Parameters rdf:parseType="Resource">
       <crs:Version>5.3</crs:Version>
       <crs:WhiteBalance>As Shot</crs:WhiteBalance>
       <crs:Exposure>0.00</crs:Exposure>
       <crs:Shadows>5</crs:Shadows>
       <crs:Brightness>+50</crs:Brightness>
       <crs:Contrast>+25</crs:Contrast>
       <crs:Saturation>0</crs:Saturation>
       <crs:Sharpness>25</crs:Sharpness>
       <crs:LuminanceSmoothing>0</crs:LuminanceSmoothing>
       <crs:ColorNoiseReduction>25</crs:ColorNoiseReduction>
       <crs:ChromaticAberrationR>0</crs:ChromaticAberrationR>
       <crs:ChromaticAberrationB>0</crs:ChromaticAberrationB>
       <crs:VignetteAmount>0</crs:VignetteAmount>
       <crs:ShadowTint>0</crs:ShadowTint>
       <crs:RedHue>0</crs:RedHue>
       <crs:RedSaturation>0</crs:RedSaturation>
       <crs:GreenHue>0</crs:GreenHue>
       <crs:GreenSaturation>0</crs:GreenSaturation>
       <crs:BlueHue>0</crs:BlueHue>
       <crs:BlueSaturation>0</crs:BlueSaturation>
       <crs:FillLight>0</crs:FillLight>
       <crs:Vibrance>0</crs:Vibrance>
       <crs:HighlightRecovery>0</crs:HighlightRecovery>
       <crs:Clarity>0</crs:Clarity>
       <crs:Defringe>0</crs:Defringe>
       <crs:HueAdjustmentRed>0</crs:HueAdjustmentRed>
       <crs:HueAdjustmentOrange>0</crs:HueAdjustmentOrange>
       <crs:HueAdjustmentYellow>0</crs:HueAdjustmentYellow>
       <crs:HueAdjustmentGreen>0</crs:HueAdjustmentGreen>
       <crs:HueAdjustmentAqua>0</crs:HueAdjustmentAqua>
       <crs:HueAdjustmentBlue>0</crs:HueAdjustmentBlue>
       <crs:HueAdjustmentPurple>0</crs:HueAdjustmentPurple>
       <crs:HueAdjustmentMagenta>0</crs:HueAdjustmentMagenta>
       <crs:SaturationAdjustmentRed>0</crs:SaturationAdjustmentRed>
       <crs:SaturationAdjustmentOrange>0</crs:SaturationAdjustmentOrange>
       <crs:SaturationAdjustmentYellow>0</crs:SaturationAdjustmentYellow>
       <crs:SaturationAdjustmentGreen>0</crs:SaturationAdjustmentGreen>
       <crs:SaturationAdjustmentAqua>0</crs:SaturationAdjustmentAqua>
       <crs:SaturationAdjustmentBlue>0</crs:SaturationAdjustmentBlue>
       <crs:SaturationAdjustmentPurple>0</crs:SaturationAdjustmentPurple>
       <crs:SaturationAdjustmentMagenta>0</crs:SaturationAdjustmentMagenta>
       <crs:LuminanceAdjustmentRed>0</crs:LuminanceAdjustmentRed>
       <crs:LuminanceAdjustmentOrange>0</crs:LuminanceAdjustmentOrange>
       <crs:LuminanceAdjustmentYellow>0</crs:LuminanceAdjustmentYellow>
       <crs:LuminanceAdjustmentGreen>0</crs:LuminanceAdjustmentGreen>
       <crs:LuminanceAdjustmentAqua>0</crs:LuminanceAdjustmentAqua>
       <crs:LuminanceAdjustmentBlue>0</crs:LuminanceAdjustmentBlue>
       <crs:LuminanceAdjustmentPurple>0</crs:LuminanceAdjustmentPurple>
       <crs:LuminanceAdjustmentMagenta>0</crs:LuminanceAdjustmentMagenta>
       <crs:SplitToningShadowHue>0</crs:SplitToningShadowHue>
       <crs:SplitToningShadowSaturation>0</crs:SplitToningShadowSaturation>
       <crs:SplitToningHighlightHue>0</crs:SplitToningHighlightHue>
       <crs:SplitToningHighlightSaturation>0</crs:SplitToningHighlightSaturation>
       <crs:SplitToningBalance>0</crs:SplitToningBalance>
       <crs:ParametricShadows>0</crs:ParametricShadows>
       <crs:ParametricDarks>0</crs:ParametricDarks>
       <crs:ParametricLights>0</crs:ParametricLights>
       <crs:ParametricHighlights>0</crs:ParametricHighlights>
       <crs:ParametricShadowSplit>25</crs:ParametricShadowSplit>
       <crs:ParametricMidtoneSplit>50</crs:ParametricMidtoneSplit>
       <crs:ParametricHighlightSplit>75</crs:ParametricHighlightSplit>
       <crs:SharpenRadius>+1.0</crs:SharpenRadius>
       <crs:SharpenDetail>25</crs:SharpenDetail>
       <crs:SharpenEdgeMasking>0</crs:SharpenEdgeMasking>
       <crs:PostCropVignetteAmount>0</crs:PostCropVignetteAmount>
       <crs:ConvertToGrayscale>False</crs:ConvertToGrayscale>
       <crs:ToneCurveName>Medium Contrast</crs:ToneCurveName>
       <crs:ToneCurve>
        <rdf:Seq>
         <rdf:li>0, 0</rdf:li>
         <rdf:li>32, 22</rdf:li>
         <rdf:li>64, 56</rdf:li>
         <rdf:li>128, 128</rdf:li>
         <rdf:li>192, 196</rdf:li>
         <rdf:li>255, 255</rdf:li>
        </rdf:Seq>
       </crs:ToneCurve>
       <crs:CameraProfile>Adobe Standard</crs:CameraProfile>
       <crs:CameraProfileDigest>730B5111DF7449A8EE0790633B8D3861</crs:CameraProfileDigest>
      </crss:Parameters>
     </rdf:li>
    </rdf:Bag>
   </crss:SavedSettings>
  </rdf:Description>
</rdf:RDF>
</x:xmpmeta>

Similar Messages

  • HT204380 How can I make a face time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    How can I make a Face Time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    FaceTime is free to use. You will not be charged for using FaceTime.

  • TS4293 How can I make iMovie to show me the AVCHD files importet by iPhoto?

    My iMovie 11 shows the videos from my iPhone importet by iPhoto, but not all the videos importet the same way from my camera. It works fine with the videos recorded in MP4 but not at all with the AVCHD. How can I make iMovie to show me the AVCHD files? iPhoto imports and shows the AVCHD fine. Also I could import the AVCHD files with iMovie but then they would be twice on my computer and use a  lot of space.
    thanks for your help

    Right now, iMovie won't edit AVCHD wrapped files. You have a few options:
    1. Import the videos with iMovie. Afterwards, you may add the imported movies to iPhoto if you want.
    2. Import the videos with another app. (Too numerous to mention.)
    3. Convert the videos with a third-party tool.
    4. Wait for a future version of iMovie that adds this capability.

  • How can i make the report previewer show a PDF file instead of HTML?

    Hi there,
    i made a report which can be called within a form by a button. This report is a PDF-report.
    I also have an option in the application to start the report from the menu. Then i get the Launch Report Form by Headstart. Here i can fill in for Desformat (in the options) PDF and Output to PREVIEW. Still it generates me a HTML report in my browser. How can i make it work so that the PREVIEWER will show me a PDF-report instead of the HTML?
    Kind regards,
    Dave

    You can not use PREVIEW as output type in webbased forms/reports. Try using as output type CACHE or FILE.

  • How can we make SAP system READ ONLY !!!!!

    Hi, we have an SAP R/3 4.6 C Application. We need to take the system for read only state means we don’t want the users to allow any update for the system but they should be able to view the data what they have created. Mean while we don’t want the database to be taken in read only mode as we the administrators or the users might want to update their password information.
    It would be a big help if some one can through some tips on how we achieve this.
    Thanks much in advance.
    Guru

    Hi
             Please make the database in READ ONLY MODE. This will help. If it is an oracle database then.
    Open a Database in Read-Only Mode
    You can open any database in read-only mode to prevent its data from being modified by user transactions. Read-only mode restricts database access to read-only transactions, which cannot write to the datafiles or to the redo log files.
    Disk writes to other files, such as control files, operating system audit trails, trace files, and alert files, can continue in read-only mode. Temporary tablespaces for sort operations are not affected by the database being open in read-only mode. However, you cannot take permanent tablespaces offline while a database is open in read-only mode. Also, job queues are not available in read-only mode.
    Read-only mode does not restrict database recovery or operations that change the database's state without generating redo data. For example, in read-only mode:
    Datafiles can be taken offline and online
    Offline datafiles and tablespaces can be recovered
    The control file remains available for updates about the state of the database
    One useful application of read-only mode is that standby databases can function as temporary reporting databases
    Opening a Database in Read-Only Mode
    Opening a database in read-only mode enables you to query an open database while eliminating any potential for online data content changes. While opening a database in read-only mode guarantees that datafile and redo log files are not written to, it does not restrict database recovery or operations that change the state of the database without generating redo. For example, you can take datafiles offline or bring them online since these operations do not effect data content.
    If a query against a database in read-only mode uses temporary tablespace, for example to do disk sorts, then the issuer of the query must have a locally managed tablespace assigned as the default temporary tablespace. Otherwise, the query will fail. This is explained in "Creating a Locally Managed Temporary Tablespace".
    Ideally, you open a database in read-only mode when you alternate a standby database between read-only and recovery mode. Be aware that these are mutually exclusive modes.
    The following statement opens a database in read-only mode:
    ALTER DATABASE OPEN READ ONLY;
    You can also open a database in read-write mode as follows:
    ALTER DATABASE OPEN READ WRITE;
    However, read-write is the default mode.
    Regards

  • How can we make a Grouping of Invoices in DME file by Vendor.

    Dear.
    We have created own DME format to correspond with CITI bank.
    Payment proposal docs are currently showing "summarized" by vendor as expected.
    However, DME text file do not show as proposal does.
    How can we create DME file , grouping invoices by vendor in one line-text format as proposal shows.?
    Where should I go to check ?
    Sincerely,
    Mr.DME.

    Ok,
    Let me take this example.
    Supposing A vendor with 3 AP open items, B vendor with 2 AP open items.
    When making a payment proposal, SAP shows only 2 lines, namely, collected by vendor code.
    Looking at DME file, however, it shows 5 lines which means all individual open items.
    What we want to make is 2 lines in DME file, which means grouping invoices by vendor in a DME file.
    Hope it makse sense.

  • How can I make a link to EBS from BIEE 11g?

    Hello, I have some trouble with BIEE.
    I tried to make a link to EBS from BIEE using Action, but it doesn't work.
    I read manual and set as it is written, but when I click the link I got
    message which says that "Oracle eBusiness Suite Server cannot be used now.
    Please try it again.
    If it won't be solved, contact to support desk".
    I tried to edit xml files in many ways, but it doesn't work...
    The document and posts about making link to EBS from BIEE 10g can be
    often found on internet but not about 11g.
    If anyone knows about this solution, please help me.
    Yuchi

    Hi Daan,
    Thank you for your reply!
    I construct the link by looking the document provided by Oracle.
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e16364/ebs_actions.htm#CJAFDEIB
    In this document I followed the step to make database object and connection pool, set up
    authentication and modify xml files. Then I thought I could use BI Action Navigate to EBS,
    but it didn't work, then I asked coworkers and I've told to do "5.3 Embedding Links to Oracle Business Intelligence in Oracle E-Business Suite" in this document.
    At first I thought I need not do this setting because I would like to make action navigate from BI to EBS,
    not from EBS to BI.
    Although I managed to embed link to BI in EBS, it still doen't work.(but the connection from EBS to BI was successful)
    And I tried to verify BI and EBS are in same domain, but I have no idea how to verify.
    Could you please give me the way to check it?
    Sincerely,
    Yuchi
    Edited by: yuchi on 2011/01/04 18:58

  • How can I make iDVD with a H264(.mp4) video file???

    I've got two files which is in .mp4 format, I tried to edited it in iMOVIES but it came up with only audio no video. So then I tried to put that two .mp4 video directly into iDVD, but it also didn't work. There is no problem when I try to view .mp4 file in quicktime player.
    So if I have to changed the format to .avi , which software would be best?? I want to keep the quality of the original files but I have heard so many times that after changing the file format, the quality may not be the same as before.
    Please, masters, help............

    OK, here are the results of my experimenting:
    ffmpegX wasn't happy making the conversion and froze. I didn't try 'playing' with it to make it work. I guess I can't recommend this approached for you.
    I DID have success creating a DVD from your file using Roxio's Toast Titanium 7 (you must have version 7 to do this).
    It was a slow process - your 0:03:46 clip required abount an hour on my 1.33 G4 PowerBook. The process might have been slightly slowed because in addition from going from MPG-4 to MPG-2 (and converting the audio), it was also converting from PAL to NTSC (the source video is 25 fps).
    In my opinion, the results looked pretty poor when viewed on a TV. About what I'd expect starting with a small (662x384 pixel), highly compressed MPG-4 image file.
    Stick to viewing them on your computer with the VLC Media Player. You'll be a lot happier.

  • How can i make an MDB to choose from a list of Queues

    In my application i am having 40 Queues in all, now my present MDB is configured to read messages from only one Queue and act upon it. Now in order to handle messages from 20 different Queues, do i need to deploy 20 MDBs , one for each Queue. Ot is it possible to program a single MDB in such a way so that it can act on 20 or more queues, taking one Q at a time.
    rc...

    hi jm4rc,
    until the ejb 2.1 specifications, it does not specify that you can or cannot define more
    than one destination per consumer or MDB. however, the specification is consistent
    about mentioning a destination per MDB which uses Queues as end pont, hence is
    called PTPP (point-to-point protocol), e.g, from "one" end to "another".
    if you do define in your descriptor file that your MDB (consumer) should listen to more
    than one destination, the behavior is not specified nor defined at how the container
    will handle a scenario, i.e., it can behave properly or troublesome.
    if your intention is to allow your MDB to listen to multiple destination, you might want
    to configure your MDBs to become "subscriber", rather than "consumer" so that it
    may be able to listen to more than one end-point and you could also configure it to
    publish message to more than one end-point as well.
    in the end, you may have to define only a single MDB to process messages that will
    arrive at many end-points. after all, container can instantiate multiple instances of
    one MDB type, maintain them in the pool, activate them to process several requests
    simultaneously.
    regards,

  • How can I make MFE delete the mails from the serve...

    guys,I am using mfe on my E63 with mail2web free account.I configured gmail to retrieve my hotmail mails then I configured gmail to forward my mails to my mail2web account.I did that so I dont have to have more than one mailbox on my phone and to be able to check my all accounts from one account which is mail2web via mfe.but my problim is when I delete an email via mfe from my phone its not been deleted from mail2web servers.I mean when I login on pc I see all the mails that I have been deleted.can I make the phone to also delete the mails from the server? thanx
    my blog on the net(in arabic):http://bazkurd.wordpress.com

    WaMuHIP07 wrote:
    Right-click the videos that you want to always start from the beginning in iTunes. The options tab of the video file properties contains this option control. Uncheck the box that says "Remember Play Postion."
    Or hit the left side of your scroll wheel when launching it on your iPod

  • How can I recover a book I started from a file?

    I have recently installed the iPhoto 9.2.1 from App Store.
    I am having many problems with iPhoto after an electrical cut when I was working with it.
    First, when I opened iPhoto immediately after that, many of the events appeared in black box, when I open a file of these,  black boxes appears, photos could not being seeing, but click in one, the photo appears.
    I realized that those files I did not working with them for long.
    I am interested to recover them, How could I do it?
    I copy iPhoto Library into a external hard disc to safe and start from the beginning. I need to work in one book.
    Second,The photos for that book were in the external hard disc. I imported them into iPhoto and start working. I thought that everything was solved out.
    This morning when I opened the computer and iPhoto, My work, begun the previous day, was not there, iPhoto ask me if I want to recover iPhoto Library and  thinking that that was my last work, I said yes.
    But it was not, It was the old library, but the work that interests me has disappeared.
    How can I recover this work I started? It must be in some place.
    Thanks for your advice

    Sorry, it'll be impossible for any of us (the forum regulars) to post in this thread without making obvious suggestions like this; it's safe to ignore these suggestions, I understand that you are powerless here to make reasonable suggestions like "Fire the incompetent translation firm that can't keep up with its clients and retain one that actually has the licenses for the apps necessary to complete the project."  If nothing else, all of the people who search Google for the phrase "translation downsave CS5 CS4 book" will learn that the best answer is "tell your translation supplier that they will lose your business if they fail to upgrade."
    But in your case - no, I know of no such script to re-save a CS4 book from IDMLs spat out of CS5. The scripting forum is thataway; maybe they know of a script someone else has already written for this purpose. Mostly because, especically in a book file, one of the steps before saving the INDDs and book in CS4 should be "a human compares the IDML opened in CS4 against the INDDs in CS5, or PDFs generated from same, before Saving As CS4 INDD."

  • How can i retrieved data into the infocube from archived files

    hi,
    i have archived cube data and i have to load data into the cube from archived files.
    so now i want to find archived files and how to load data into the cube.
    thanks

    Hi.....
    Reloading archived data should be an exception rather than the general case, since data should be
    archived only if it is not needed in the database anymore. When the archived data target is serving also as a
    datamart to populate other data targets, Its recommend that you load the data to a copy of the original
    (archived) data target, and combine the two resulting data targets with a MultiProvider.
    In order to reload the data to a data target, you have to use the export DataSource of the archived data
    target. Therefore, you create an update rule based on the respective InfoSource (technical name 8<data
    target name>). You then trigger the upload either by using ‘Update ODS data in data target’ or by
    replicating the DataSources of the MYSELF source system and subsequently scheduling an InfoPackage
    for the respective InfoSource
    If you want to read the data for reporting or
    control purposes, you have to write a report, which reads data from the archive files sequentially.
    Alternatively, you can also use the Archiving Information System (AS). This tool enables you to define an
    InfoStructure, and create reports based on these InfoStructures. The InfoStructures define an index for
    the archive file data. At the moment, the archiving process in the BW system does not fill the
    InfoStructures during the archiving session automatically. This has to be performed manually when
    needed.
    Another way of displaying data from the archive file is by using the ‘Extractor checker’ (TCODE RSA3).
    Enter the name of the export DataSource of the respective data target (name of the data target preceded
    by ‘8’), and choose the archive files that are to be read. The extractor checker reads the selected archive
    files sequentially. Selection conditions can be entered for filtering but have to be entered in in internal
    format
    It will remain same in the change log table.
    Check this link :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b32837f2-0c01-0010-68a3-c45f8443f01d
    Hope this helps you...........
    Regards,
    Debjani............

  • Can Lightroom recognize and import gps coordinates from xmp files?

    Hello guys
    i have LR 4.2 and using Lion with a MBP.
    I recently got gps4cam for my iphone to record gps coordinates.
    Unfortunately i imported all the pix of my vacation to LR instead of importing them with the gp24cam app first
    so Now i have the xmp files with gps coordinates in a separate file for each photo, but LR even though ca see that file, does not import any of the info on it
    Is there a way to force LR to read and recognize those gps coordinates without having to delete all the pix of my vacation from LR, and re-import them to my mac before with the gps4cam app and afterwards import em in LR.?
    i mean i cant believe there is not way to do that...
    y LR can read and recognize gps coordinates if are on a picture, but cant recognize and attach those same coordinate to the original fine if they are in a separate xmp file?
    thanks for your input guys
    matteo

    I would process differently:
    Import your images as usual directly into LR, without the GPS data
    copy the gpx-track from your external device to a storage sport from where LR can access it (my choice: same folder as my images).
    Use either the map module to populate LR records with the GPS data (as stated by jim1403) or a plugin from Jeffrey Friedl for geo-encoding.
    If you want to have the GPS data in your xmp, trigger the save from LR then (cmd s; may be auto-activated in your catalog settings)
    Please note that several import problems have been reported by using other software before LR to update something. Do not let your GPS tracking software touch your images, especially if it offers to write into your proprietary raw files, at least not into your only copy of them... I consider this way too dangerous for my precious negatives. If it also creates xmp, then fine.
    I am also a happy user of MotionX-GPS.
    The real disdavantage of the LR command to read metadata from files is that it is all-or-nothing: it would be so convenient if one could choose which partial sort of metadata (EXIF, IPTC, development, GPS-coordinates, rating+caption+title) - but that would be a matter of a feature request, not for this forum.
    Cornelia

  • How can I make the 'message reading' screen larger (ca'nt read)

    When I open a message, the entire screen is too small almost unreadable. I have tried a few options -- all to no avail.
    Please advise, Thank you very kindly...
    --Stan

    To increase the size of font in the Message Pane.
    Tools > Options > Display > Formatting tab
    or
    menu icon > Options >Options > Display > Formatting tab
    Fonts & Colours
    Size: change to eg: 14 or larger.
    click on 'Advanced' button
    make sure all 'Size' s are size 14 or preferred size.
    Select to allow messages to use other fonts.
    click on OK
    see image below
    Then click on OK to save changes to Options.
    If you want the entire Thunderbird interface to be larger font, including Folder pane and list of emails,.
    you could use an addon 'Theme Font and Size changer'
    * https://addons.mozilla.org/en-US/thunderbird/addon/theme-font-size-changer/?src=cb-dl-rating
    How to install an addon extension:
    * https://support.mozilla.org/en-US/kb/add-ons-and-extensions-faq#w_how-do-i-install-an-add-on

  • HT2486 My mail account is linked to my address book. The address book shows First Name, Last Name. When I try to insert a name into an email, the order is reversed...Last Name, First Name.  How can I make the email read in the same order...First Name, Las

    My Mail Account in linked to my address book. The address book shows First Name, Last Name. When I start an email in Mail, the name does appear but the order is reversed...Last Name, First Name. I must have changed a setting somewhere but I don't know where. Does anyone know how to correct it?

    I don't have any problem with my system. My guess is there is something there you aren't quite getting. I'd recommend a visit to your Apple Store, AASP or to contact AppleCare so they can coach you personally.
    You can also play with the Address Book Preferences. However to see how changing a Preference affects the Address Book drag the Preferences window off of the Address Book so you can see both the Preferences window and Address Book Windows. Then toggle a Preference and you will see it instantly changes in the Address Book. 

Maybe you are looking for

  • Time Machine Disk Limit=50%???

    My Time Machine backups of two essential drives are handled over Airport Extreme attached to a 1TB volume. The same drive has another volume backing up a laptop. That part is fine. The 1TB volume handles about 550 MB of combined data, but recently it

  • Repair Disk Permissions question...

    I keep getting this after I repair disk permissions : "Permissions differ on "System/Library/LaunchDaemons/com.apple.usbmuxd.plist", should be -rw-r--r-- , they are -rwxr-xr-x . Warning: SUID file "System/Library/CoreServices/Finder.app/Contents/Reso

  • Customer Master Text Fields

    Hello, What tables and relations would be used to access the customer master sales data short and long text fields in an SQ01 query? Thanks for your reply.

  • Upgarde from Macbook to Pro

    I will be upgradeing from a macbook (Intel) to a Macbook pro. I am use to a windows system where I have to install all my applications again from scratch. Do I have to do this on my mac? Here are some of the applications I have. ILIFE 09, IWORK 09, A

  • My Creative Zen wont download on Windows Vis

    I have recently purchased a toshiba notebook laptop. I have a Creative Zen but I cant download the software onto Windows Vista I have a disk it loads up the creative logo then nothing else and when I put the mp3 player into usb port it tries to downl