Go to file
cthelight 39dad7666c Subtitles: Auto-select default option
On other players (web/andriod app) the user perferences for
subtitle behavior are taken into account, and used to make an
assumption about subtitle behavior.

This patch ports most of that logic here. "Smart" selection is not
yet fully-featured, as it requires additional knowledge about audio
language preferences. Rather it uses the fallback mechanism, which
emulates the "Default" subtitle option.

The logic for the different options was based on the main jellyfin
repo (specifically sha 49d5fdb33fc9792147c1df03e1d1b051e6b7ec79 in
file Emby.Server.Implementations/Library/MediaStreamSelector.cs)

Additionally, this implementation specifically prefers text-based
subtitles (assuming they match the user's preference) as they are
the only ones natively supported by Roku.

Also, the subtitle changing mechanism is reworked slightly to make
use of the new implementation herein
2022-05-22 17:08:54 -05:00
.github Check formatting on every CI push 2021-07-28 06:51:20 -04:00
components Merge branch 'master' into add-screen-events 2022-05-19 21:41:29 +01:00
images Favorite a Live TV Channel (#584) 2022-05-14 11:13:28 +01:00
locale Translated using Weblate (Czech) 2022-05-20 13:59:28 -04:00
resources/branding Correct hd channel poster sizes 2020-07-22 20:29:23 +01:00
settings Enabled all titles to show under poster images (#570) 2022-05-14 09:52:01 +01:00
source Subtitles: Auto-select default option 2022-05-22 17:08:54 -05:00
tests **Changes** 2019-07-07 17:50:19 -04:00
.gitignore Update .gitignore to ignore Eclipse metadata 2021-04-30 20:23:04 -05:00
app.mk User setting screen 2022-05-01 11:51:28 +01:00
bsconfig.json User setting screen 2022-05-01 11:51:28 +01:00
bsfmt.json Add config files and bsfmt install 2021-07-28 06:20:16 -04:00
DEVGUIDE.md Alpha Picker (#540) 2022-04-29 08:03:01 +01:00
LICENSE Generate some images 2019-01-29 23:10:51 -06:00
Makefile Increment version for build 2022-03-22 13:15:08 -04:00
manifest Increment version for build 2022-03-22 13:15:08 -04:00
package-lock.json Favorite a Live TV Channel (#584) 2022-05-14 11:13:28 +01:00
package.json Increment version for build 2022-03-22 13:15:08 -04:00
README.md Remove Beta references from Readme 2022-02-26 11:53:30 +00:00

Jellyfin app for Roku

Part of the Jellyfin Project

Logo banner

GPL 2.0 License Current Release Translation status
Chat on Matrix Join our Subreddit

The Jellyfin Roku App is a Jellyfin client for Roku Devices. This is still very much a work in progress, so we would encourage you to get involved if you can.

Getting Started

The channel is available on the Roku Channel Store.

Getting Involved

No matter what your interests or skill are, you can help to make this client better for everyone by simply using the client and letting us know if you find a problem with it. Either give us a shout on matrix or create a github issue.

Feature requests are always welcome too, but please have a read though the existing issues to see if someone has already raised one for something similar.

If you can live with a slightly less stable version of the client, then install the beta version of the client from the beta release link above and give us some feedback.

If you fancy some development, then read the DEVGUIDE to find out the best ways to help.