#463 closed enhancement (fixed)
Make an actually useful media processing panel to use
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | programming | Keywords: | |
Cc: | Jef van Schendel | Parent Tickets: |
Description
The current media processing panel we have is a demo more than anything else, and I'm not really sure it works. But users want something like this: something that's an indicator that their things are processing and to see whether things processed or failed. Administrators also should be able to see detailed errors.
This will be mostly a programming task, but we'll need some careful graphic design too to make this look nice.
Subtickets
Change History (10)
comment:1 Changed 9 years ago by
Owner: | set to joar |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Cc: | deletesoftware@… added |
---|---|
Type: | defect → task |
comment:3 Changed 8 years ago by
Type: | task → enhancement |
---|
comment:4 Changed 8 years ago by
We have media-in-processing view and even a progress counter!
What we still miss is detailed error reporting. I made it slightly more detailed, but it still isn't.
comment:5 Changed 8 years ago by
Owner: | joar deleted |
---|
Joar, I'm removing you from ownership of this as part of cleaning up old tickets, but feel free to reclaim!
comment:6 Changed 5 years ago by
Milestone: | → 1.0 |
---|---|
Owner: | set to Boris Bobrov |
Status: | accepted → in_progress |
comment:7 Changed 4 years ago by
Owner: | Boris Bobrov deleted |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
This media processing panels have come a long way during the life of this ticket, but because it is a fairly broad ticket, it is difficult to close. The key missing element is the error reporting. I think this will be more efficient to manage as a separate ticket, so I have added #5473. Will close this one.
comment:8 Changed 4 years ago by
Some ideas for things to add to the control panel:
- Queue of media in the
unprocessed
state - Allow to kill and restart processing for media in the
processing
state (they sometime get stuck) [akaupdate core__media_entries set state='unprocessed' where id='ID'
gmg reprocess run ID initial
] - Allow to reprocess
processed
entries [akagmg reprocess run ID transcode
] - Allow to regenerate the thumbnail for one entry [close to, but not exactly,
gmg reprocess thumbnails
] - Allow to rotate media, see #5487
comment:9 Changed 4 years ago by
Cc: | deletesoftware@… removed |
---|
comment:10 Changed 4 years ago by
Hi Shtrom, thanks for these additions. You might want to consider creating new tickets for these ideas, or alternately reopening this ticket. Otherwise these good ideas might get lost. I'd probably lean towards opening new tickets.
Improvements have been made, still room for more.