39dad7666c
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 |
||
---|---|---|
.github | ||
components | ||
images | ||
locale | ||
resources/branding | ||
settings | ||
source | ||
tests | ||
.gitignore | ||
app.mk | ||
bsconfig.json | ||
bsfmt.json | ||
DEVGUIDE.md | ||
LICENSE | ||
Makefile | ||
manifest | ||
package-lock.json | ||
package.json | ||
README.md |
Jellyfin app for Roku
Part of the Jellyfin Project
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.