endrl
endrl
Thank you for your fast response. > Timing is not using ticks Moved to ticks > Segments should be per source/stream Added a `streamIndex`. The `itemId` targets now a MediaSourceId...
I had a look at the current structure. I implemented now a very simple version of the api integration. Thoughts * provide segments at `MediaStreams` isn't possible with merged chapters....
@thornbill Thank you for your feedback. I still don't like the idea to merge the `Type` and "some" `Action` because of the yt sponsored segments api. The current design is...
Thank you for all the feedback, my current state is: 1. Chapter integration I see currently no priority for it. A database migration is currently ongoing (https://github.com/jellyfin/jellyfin/pull/10623) and i have...
Playground for WebOS and Tizen is now open ;) https://github.com/jellyfin/jellyfin-vue/pull/1967
The question is should be "keyboard navigation" with auto focus and highlight a default feature which is always enabled? Or a build flag? Webos, tizen and any other client(*older) that...
That's huge! But a good write up. I overlooked that implementation, but again it's chrome >=73 so may be moved as a fallback `if (navigator.mediaSession) else USE_KEYS`. But if i...
[Multimedia Keys](https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_key_values#multimedia_keys) I think they shouldn't be used together with media Session.
Added https://github.com/jellyfin/jellyfin-vue/discussions/2039 Volume changes should be shown by an "action overlay", but that's out of scope of this PR.
Sounds interesting. So `osdHandler` would focus something and after timeout "unfocus". Actually i am not sure if we should keep `v-slider`. From a future perspective it might be too limited...