pombreda / python-xmp-toolkit

Automatically exported from code.google.com/p/python-xmp-toolkit
Other
0 stars 1 forks source link

Won't parse sidecar files #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to parse an xmp-file. I.e. a sidecar file from a raw file (e.g. NEF)

What is the expected output? What do you see instead?
Expect metadata, but get nothing

What version of the product are you using? On what operating system?
rc 2, test in both cygwin and linux (ubuntu)

Please provide any additional information below.

import libxmp

xmp = libxmp.file_to_dict("_DSC3129.xmp")
print xmp

Original issue reported on code.google.com by grege...@gmail.com on 7 Jun 2010 at 9:49

GoogleCodeExporter commented 9 years ago
Hi,

Sorry for the late reply. Could you possibly attache the file to the issue so I 
have it to test with or send it directly to lnielsen@spacetelescope.org in case 
you don't want it public.

Thanks,
Lars

Original comment by lniel...@spacetelescope.org on 13 Sep 2010 at 6:50

GoogleCodeExporter commented 9 years ago
I haven't received any test file so I'm closing this issue.

Original comment by lniel...@spacetelescope.org on 7 Dec 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Hi,

as I do have the same problem I want to ask you to reopen this issue.

What steps will reproduce the problem?
  Open an xmp-sidecar file, contents like provided below

What is the expected output? What do you see instead?
  Expected to see at least some metadata, result was "none"

What version of the product are you using? On what operating system?
  python-xmp-toolkit v 1.0.2 with exempi 2.1.1, Python 2.7.2 on Fedora 16

Example code:
from libxmp import *

xmpfile = XMPFiles( file_path="test.xmp" )
xmp = xmpfile.get_xmp()

print xmp

Original comment by dasmae...@gmail.com on 15 Jan 2012 at 11:23

Attachments: