Ticket #183 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

stills: refacture type field in mediamosa table

Reported by: MC-arjen Owned by: arjen
Priority: major Milestone: MediaMosa 1.7
Component: Core Version:
Keywords: Cc:
MoSCoW: Estimated time after impact analysis:
Related to project: none Tested:
Accepted: no Estimated Hours:

Description

The introduction of the field "type" in the mediafile table enum(VIDEO, AUDIO, STILL, ...) creates all sorts of problems in relation to system detected tools and migration.

This field needs to be changed to is_still (TRUE/FALSE) to identify the stills from non-stills.

Also the still upload should be possible through the default upload rest call (POST and PUT) with a parameter (type=still).

Change History

Changed 4 years ago by forgacs

  • owner changed from forgacs to arjen
  • status changed from new to assigned

Ready. It is on the SVN. Please, test it.

Changed 4 years ago by MC-arjen

  • status changed from assigned to closed
  • resolution set to fixed

Commited to version 1.7.0(.1)

This change adds a field to the rest output of mediafile details:
<is_still>FALSE</is_still>

Note: we should start a discussion on how to store and present user flagging/system detection of mediafile types. We have:

  • <is_still>FALSE</is_still>;
  • <type>VIDEO</type>;
  • all sorts of mediafile_metadata (container_type, mime_type, video codec, audio_codec);
  • we are introducing a mediafile tag for user categorization;
  • we support watermarks, stills, transcodings, images (not stills), originals, audio, word documents, etc.

This discussion should take into account the results of TS "andere content".

Changed 4 years ago by Frans

Should this have been in the release notes of 1.7.0.1 too?

Note: See TracTickets for help on using tickets.