jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
861 stars 69 forks source link

Cannot go to prev/next through channels from LiveTV using the remote #242

Open opensourcerebel opened 3 months ago

opensourcerebel commented 3 months ago

Hello,

I have installed the latest emby and build and deployed the jellyfin-tizen on my samsung TV (QN85C). When I enter the "channels tab" with other clients (emby/plex) I can chane channels using the remote channel switch buttons (next to the volume buttons). I assumed some keycodes are sent from the remote that are not processed by the app - so shall be realtively easy to map the keys to the proper functions. So I went ahead and tried to do the channel switch from the web ui to see which the normal short cut for next/prev channel is but for my upmost surprise I could not find a shortcut that does that!

Any ideas how to proceed? Is this "go to next/prev channel" something fundametally missing the normal jellyfin webui (I assume the jellyfin-tizen is a thin wrapper around it and nothing can be done about it?)

p.s. Currently I have to: exit the channel the ui automatically scrolls me to the beginging of the list loosing the current selection have to go back to the next channel that I want (n clicks) click once to enter the channel menu click once to start playback

Pretty unusable :)

dmitrylyzo commented 1 month ago

I don't know if jellyfin-web has the required functionality (to iterate the channels).

The ChannelUp and ChannelDown keys need to be registered here: https://github.com/jellyfin/jellyfin-tizen/blob/692c0bd74291cabd51d451079679b0ec14ae4ca3/tizen.js#L183-L189

and processed here: https://github.com/jellyfin/jellyfin-web/blob/4f678d01fc9b01df811d2addbfce1b4a4266b26a/src/scripts/keyboardNavigation.js#L182-L187