Ticket #450 (closed defect: ready_for_review)

Opened 2 years ago

Last modified 2 years ago

[workflow] node edit & still options

Reported by: peter Owned by: peter
Priority: major Milestone: WLE modules into D6
Component: WLE Version:
Keywords: Cc:
MoSCoW: Should Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 2

Description (last modified by robert) (diff)

Current situation: If you create a node + video this will result in a asset + mediafiles + stills. If you edit the node still options are visible but changing the option will not result in new/more stills.

Problem: The generated still can be ugly or undesired. The edit page of a node shosw the still options, but no extra stills are generated.

Desired situation: Still options should work!

  • 1) the list of stills in the interface should have a time indication (where in the movie still was taken). "Time 00:00:15" (hh:mm:ss).
  • 2) Stills should be ordered on time
  • 3) The interface should show a delete option per still
  • 4) Generate additional still after saving the form
  • 5) Still generation can take some time so we have to inform the end-user that still generation jobs are in progress. We have to show how many jobs of this asset have the status waiting and in progress.

Change History

Changed 2 years ago by peter

  • owner set to Robert
  • status changed from new to assigned

Changed 2 years ago by robert

  • description modified (diff)

My notes on implementation of this ticket;

  • You can use the value from the still metadata 'still_time_code' for the time indication. The value is an integer with the number of seconds from the start of the movie. So value of 80 is 00:01:20.
  • You need to order the stills you self using the still_time_code, MediaMosa can't sort on the mediafile metadata.
  • Use /mediafile/$mediafile/delete to delete the still.
  • Use /asset/$asset_id/joblist to get all jobs from the asset. Good idea to show running jobs for stills where the stills are show, even if it does have stills.

Changed 2 years ago by forgacs

  • owner changed from Robert to peter

@Peter: It is not ready.
The development seems 3 hours.

Changed 2 years ago by forgacs

Hours: 2.

Changed 2 years ago by forgacs

  • estimated_hours changed from 0 to 2

Changed 2 years ago by forgacs

  • owner changed from peter to forgacs

I have fixed all the issues.
You will see a new checkbox in the Still fieldset:
"Check this, if you want to create stills for old mediafile (not the new one)."

Changed 2 years ago by forgacs

  • owner changed from forgacs to peter

Changed 2 years ago by forgacs

I have changed the checkbox to a submit button.

Changed 2 years ago by forgacs

  • status changed from assigned to closed
  • resolution set to ready_for_review
Note: See TracTickets for help on using tickets.