View with Clips: show all matched clips for a scene, not just as many as fit horizontally #2805
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2805
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In “View as Clips”, Pandora shows exactly the matching clips, but doesn't show their duration or which scene they came from.
In “View with Clips”, Pandora shows which scene clips come from and their duration, but doesn't necessarily show all matching clips.
It would be nice for one or other view to show all this information: what the clip is, where it came from, and how long it is.
Marking this "wontfix". The main problem is that the "View with Clips" result list has to satisfy the constraints of a list -- most importantly, all items need to have the same vertical size (to allow for pagination, load/unload etc.) The only way to display more clips would be a horizontally scrolling div (with "view more" buttons on each side to avoid the scrollbar?) ... I fear this would get ugly. Also since you probably don't want this without a query present (i.e. all 500 clips from many items).
On the plus side though: In "View as Clips", you can see the duration (when sorting by duration or position), and you can see the source (once you have selected a clip, it appears in the bottom left corner, unless "Info" is collapsed).