Ticket #268 (new enhancement)
Process of upload of stills needs rewrite/rethink
| Reported by: | robert | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | MediaMosa 3.1/3.5 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | no |
| Accepted: | no | Estimated Hours: |
Description (last modified by robert) (diff)
Currently in 1.7 and higher you must use mediafile/upload to upload stills.
However, in this call you provide a mediafile ID for the new upload. If you would use the call on a existing mediafile, you replace the mediafile with the new upload. This is designed and intended behavior.
When you want to attach a still to a mediafile, the same mechanism is used using the still_upload=TRUE parameter. But you misuse the mediafile ID where to attach the new still. The new still will receive a new mediafile ID. This is not logical behavior. We would expect a 2nd required (source) mediafile ID where to attach the new still and use the given mediafile_id for the new still ID.
