[Bug 27105] [in bawolff's img_metadata branch] XMP parse error on files that incorrectly use an unordered array for creator's list

2011-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27105

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Bawolff bawolff...@gmail.com 2011-02-13 08:02:54 UTC ---
Wow, that's even awesomer you're using it stand alone for some other project.

Yeah it is kind of weird that adobe makes a standard, then doesn't follow it.
Anyways, fixed as of r82051.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27105] [in bawolff's img_metadata branch] XMP parse error on files that incorrectly use an unordered array for creator's list

2011-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27105

--- Comment #3 from a.fied...@oe-konzept.de 2011-02-07 09:30:53 UTC ---
Hey, thx that you took the time looking into this.

No, this isn´t a debug output. I´ve used your XMP Parser stand alone. The XMP
above is copied directly from the JPG file.

The file was exported using Adobe Photoshop Lightroom v3.3. Thats bad to see,
that Adobe doesn´t follow it´s own standards. :(

Think it would be a good idea to not be so strict on the standard. Uncomplete
data or data in the wrong order is better than no data at all. ;o)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27105] [in bawolff's img_metadata branch] XMP parse error on files that incorrectly use an unordered array for creator's list

2011-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27105

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||bawolff...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |bawolff...@gmail.com
   |org |
Summary|XMP parse error |[in bawolff's img_metadata
   ||branch] XMP parse error on
   ||files that incorrectly use
   ||an unordered array for
   ||creator's list

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-02-05 02:36:16 UTC ---
First off, yay! people are testing things from my branch!

Just to clarify, is this from the debug output, or are you seeing this as an
error message. In the case of invalid XMP metadata, it is supposed to dump a
whole bunch of stuff to the debug output, but show no error message to the
user, and generally behave as if there was no metadata for the file. The
ordinary user should not be able to see that message.

On to the actual issue. It rejects the file, because the xmp data actually is
invalid. According to the standard (
http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart1.pdf
), the list of creators must be an ordered list (with primary/most important
author first).

However, this isn't the first file I've heard of that incorrectly uses an
unordered list for creators. Presumably there's a broken xmp encoder somewhere.
It might be a good idea to be lax on the ordered vs unordered distinction
instead of just rejecting the metadata.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l