2024-08-13, 11:05 AM
It is possible to add menu items to the web interface by changing the config.json file. Those items are external links opening in new tabs. The Android TV app is fully native and doesn't host the web interface, so those changes don't work over there.
Plugin pages are for dashboard only, which is only available in the web interface.
One thing you could look at is to implement the
Plugin pages are for dashboard only, which is only available in the web interface.
One thing you could look at is to implement the
IChannel
interface in your plugin. This might fit your use-case but I'm not entirely sure how they work and if the Android TV supports them. https://github.com/jellyfin/jellyfin/blo...Channel.cs