FinalCutServer ReadXML of timecode datatype does not work
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dear list! The file is read but the the metadata field is not changed. I would appreciate any suggestions how to get this to work. I am trying to change several metadata fields of an asset in FinalCutServer using a ReadXML response reading an xml file containing the requests in the required format. This works well for all requests affecting metadata fields of type string. However, requests for fields containing a datatype timestamp are simply ignored. Since I could not really find an example for a timecode request anywhere, I have derived the naming and format of such a request from a WriteXML created xml file out of FinalCutServer. Here is an example of what I try to read in to change the corresponding metadata field: <?xml version="1.0"?> <FinalCutServer> <request reqId="setMd" entityId="/asset/97"> <params> <mdValue fieldName="Play Start" dataType="timecode">01:00:00;22</ mdValue> </params> </request> </FinalCutServer> Thanks! Thomas _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Thomas Bauer