Hello! So to make it easy to share photos to other users, I configured JRiver to import some photo libraries. I wanted to filter some photos by lens, only to find that a large number of photos don't have lens information because it's stored in Maker Notes instead of basic EXIF. I'll include an example EXIF below, but... long story short, I've gone through the auto-import options and can't find if I can import anything beyond basic EXIF information. Is this possible? Thanks!
Example EXIF (lens data in
red is not visible in JRiver):
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c148 79.164036, 2019/08/13-01:06:57 ">
<rdf:RDF xmlns:rdf="
http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="
http://ns.adobe.com/xap/1.0/"
xmlns:xmpMM="
http://ns.adobe.com/xap/1.0/mm/"
xmlns:tiff="
http://ns.adobe.com/tiff/1.0/"
xmlns:exif="
http://ns.adobe.com/exif/1.0/"
xmlns:aux="
http://ns.adobe.com/exif/1.0/aux/"
xmlns:exifEX="
http://cipa.jp/exif/1.0/"
xmlns:photoshop="
http://ns.adobe.com/photoshop/1.0/"
xmlns:dc="
http://purl.org/dc/elements/1.1/">
<xmp:Rating>0</xmp:Rating>
<xmp:CreatorTool>Ver.2.3</xmp:CreatorTool>
<xmp:ModifyDate>2020-01-01T14:57:34.144-07:00</xmp:ModifyDate>
<xmp:CreateDate>2020-01-01T14:57:34.144-07:00</xmp:CreateDate>
<xmpMM:InstanceID>uuid:d874e788-25f8-4d1d-947a-6e77822b5d6a</xmpMM:InstanceID>
<xmpMM:DocumentID>2F895C60D24DA6462A6D5B612F105FA5</xmpMM:DocumentID>
<tiff:Make>Panasonic</tiff:Make>
<tiff:Model>DC-GH5</tiff:Model>
<tiff:Orientation>1</tiff:Orientation>
<tiff:ImageWidth>5184</tiff:ImageWidth>
<tiff:ImageLength>3888</tiff:ImageLength>
<tiff:PhotometricInterpretation>2</tiff:PhotometricInterpretation>
<tiff:SamplesPerPixel>3</tiff:SamplesPerPixel>
<tiff:XResolution>180/1</tiff:XResolution>
<tiff:YResolution>180/1</tiff:YResolution>
<tiff:ResolutionUnit>2</tiff:ResolutionUnit>
<tiff:BitsPerSample>
<rdf:Seq>
<rdf:li>8</rdf:li>
<rdf:li>8</rdf:li>
<rdf:li>8</rdf:li>
</rdf:Seq>
</tiff:BitsPerSample>
<exif:ExifVersion>0231</exif:ExifVersion>
<exif:ExposureTime>1/500</exif:ExposureTime>
<exif:ShutterSpeedValue>8965784/1000000</exif:ShutterSpeedValue>
<exif:FNumber>8/1</exif:FNumber>
<exif:ApertureValue>6/1</exif:ApertureValue>
<exif:ExposureProgram>1</exif:ExposureProgram>
<exif:SensitivityType>1</exif:SensitivityType>
<exif:ExposureBiasValue>0/100</exif:ExposureBiasValue>
<exif:MaxApertureValue>1005/256</exif:MaxApertureValue>
<exif:MeteringMode>5</exif:MeteringMode>
<exif:LightSource>0</exif:LightSource>
<exif:FocalLength>400/10</exif:FocalLength>
<exif:SensingMethod>2</exif:SensingMethod>
<exif:FileSource>3</exif:FileSource>
<exif:SceneType>1</exif:SceneType>
<exif:FocalLengthIn35mmFilm>80</exif:FocalLengthIn35mmFilm>
<exif:CustomRendered>0</exif:CustomRendered>
<exif:ExposureMode>1</exif:ExposureMode>
<exif:WhiteBalance>0</exif:WhiteBalance>
<exif:SceneCaptureType>0</exif:SceneCaptureType>
<exif:GainControl>1</exif:GainControl>
<exif:Contrast>0</exif:Contrast>
<exif:Saturation>0</exif:Saturation>
<exif:Sharpness>0</exif:Sharpness>
<exif:DigitalZoomRatio>0/10</exif:DigitalZoomRatio>
<exif:DateTimeOriginal>2020-01-01T14:57:34.144-07:00</exif:DateTimeOriginal>
<exif:PixelXDimension>5184</exif:PixelXDimension>
<exif:PixelYDimension>3888</exif:PixelYDimension>
<exif:ColorSpace>1</exif:ColorSpace>
<exif:ISOSpeedRatings>
<rdf:Seq>
<rdf:li>200</rdf:li>
</rdf:Seq>
</exif:ISOSpeedRatings>
<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>
<aux:SerialNumber>removed</aux:SerialNumber>
<aux:Lens>LEICA DG 12-60/F2.8-4.0</aux:Lens> <aux:LensSerialNumber>removed</aux:LensSerialNumber>
<exifEX:LensModel>LEICA DG 12-60/F2.8-4.0</exifEX:LensModel> <photoshop:DateCreated>2020-01-01T14:57:34.144-07:00</photoshop:DateCreated>
<photoshop:ColorMode>3</photoshop:ColorMode>
<photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
<dc:format>image/jpeg</dc:format>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>