Replies: 1 comment
-
|
Thanks for wanting to implement this. I think showing the trickplay images is a good idea. You can have a look at the implementation here. When there are no chapter images nor trickplay images. I think something like a timeline would also be cool. Something along the lines of this where the O is the currently selected chapter that gets immediate focus. Similar to the episode row in series.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
On my setup I don't have chapter images (they feel mostly pointless to have alongside trickplay), and currently Fladder shows a placeholder empty image in place of them, which looks kinda ugly. So I'd like to rewrite hadnling a title without chapter images somehow, just wanna get some input on what people in similar positions think might look or work better.
Basic Example
My first obvious idea was to get the trickplay data and find which trickplay image is closest to the chapter marker, and display that. This feels like a big workaround, so I'm not too in love with the idea (not to mention they might be lower quality than preferred, especially on large screens since Fladder is now on TVs too), but I am sure it is possible.
The other idea I had is to copy the somewhat-pill-shaped quality/audio/sub selection to chapters and have a scrollable long bar that is at least a lot smaller vertically than just having placeholder images for each chapter, maybe even just move the chapter names inside the pill sections and show the times in the dividers between them.
Any other ideas of course welcome, thanks!
Drawbacks
N/A
Unresolved questions
No response
Implementation
Beta Was this translation helpful? Give feedback.
All reactions