Ticket #508 (closed enhancement: fixed)
When uploading still, still_time_code is not set
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | MediaMosa X.X |
| Component: | REST | Version: | 2.3.5 |
| Keywords: | Cc: | ||
| MoSCoW: | none | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | no |
| Accepted: | no | Estimated Hours: |
Description
When uploading a new still with the PUT request /mediafile//upload and data '... still_upload=true&frametime=123...' the still_time_code tag is not set. See response when requesting asset info:
...
<still>
<mediafile_id>XDhTsTfNEJgnMs7GroQWnvJw</mediafile_id>
<asset_id>bWUK6JTOOdZaiCObfO3UBVYm</asset_id>
<mediafile_id_source>x2MPscLfUHwLNd9TGPsJIVwL</mediafile_id_source>
<tag/>
<app_id>11</app_id>
<owner_id>recordingbox</owner_id>
<group_id/>
<is_original_file>FALSE</is_original_file>
<is_downloadable>FALSE</is_downloadable>
<is_streamable>FALSE</is_streamable>
<is_still>TRUE</is_still>
<filename/>
<uri/>
<transcode_profile_id/>
<tool/>
<command/>
<file_extension>jpeg</file_extension>
<is_protected>FALSE</is_protected>
<created>2011-03-03 11:19:08</created>
<changed>2011-03-03 11:19:08</changed>
<transcode_inherits_acl>TRUE</transcode_inherits_acl>
<still_ticket> http://mediamosa.madcap.nl/still/XDhTsTfNEJgnMs7GroQWnvJw</still_ticket>
<filesize>34551</filesize>
<mime_type>image/jpeg</mime_type>
<width>640</width>
<height>480</height>
<still_default>FALSE</still_default>
<still_order>2</still_order>
<still_time_code/>
<still_format>jpeg</still_format>
<still_type>PICTURE</still_type>
</still>
...
When the /mediafile//still/create request is used, the still_time_code tag is set properly.
