Charles Ewert
b3008e045c
Remove optional commas
2022-05-30 09:00:14 -04:00
Charles Ewert
9dabf4891b
Add missing commas
2022-05-30 08:59:24 -04:00
Charles Ewert
2296fde437
Files should end in new line
2022-05-30 08:57:40 -04:00
Charles Ewert
d7bd7763f7
Make unused variables trigger CI as an error
2022-05-28 13:34:56 -04:00
Charles Ewert
bef2fc847a
Update npm devDependencies
2022-05-28 13:15:31 -04:00
Charles Ewert
886566bdae
Merge pull request #610 from TwitchBronBron/vscode-launch-config
...
Adds vscode launch config and update dev guide
2022-05-27 22:53:37 -04:00
Charles Ewert
43307eec8b
Merge branch 'master' into vscode-launch-config
2022-05-27 22:52:34 -04:00
Bronley Plumb
4cdc0d2a22
Update .vscode/launch.json
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2022-05-27 22:03:44 -04:00
Bronley Plumb
c2dde481e0
Update DEVGUIDE.md
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2022-05-27 21:45:27 -04:00
Bronley Plumb
15f22dd27b
Update DEVGUIDE.md
...
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2022-05-27 17:25:56 -04:00
Herber Soares
dd0ef42d9c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 72.9% (89 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/pt_BR/
2022-05-27 16:22:04 -04:00
Bronley Plumb
7bc9f507ac
Update devguide: Make vscode the preferred method
2022-05-27 16:05:51 -04:00
Bronley Plumb
31558b8f51
Adds vscode launch config and update dev guide
2022-05-26 08:15:31 -04:00
Nick Wallace
26d9360fd3
Update Home Screen to Respect User Preferences ( #553 )
2022-05-24 17:23:42 +01:00
Jimi
047f884b35
Merge pull request #606 from jimdogx/fixes/update-readme
...
Update various READMEs for newcomers.
2022-05-23 07:33:31 -06:00
Jimi
a832595546
Update README.md
...
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2022-05-23 07:32:51 -06:00
Jimi
c7cc6c1bc2
Merge branch 'master' into fixes/update-readme
2022-05-23 07:10:16 -06:00
Neil Burrows
d00ad94f6c
Merge pull request #566 from cthelight/default-subtitles
2022-05-23 13:49:43 +01:00
Neil Burrows
986e53bd2d
Merge branch 'master' into default-subtitles
2022-05-23 13:49:09 +01:00
Jimi
090e335a98
Better organization.
2022-05-23 06:42:13 -06:00
Jimi
b2a8ebf50c
Update various READMEs for newcomers.
2022-05-23 06:31:58 -06:00
Jimi
9b47ed6685
Merge pull request #605 from jimdogx/fixes/flickering-items
...
Remove Tag query parameter
2022-05-23 06:16:19 -06:00
Jimi
6b3dbdfaee
Merge branch 'master' into fixes/flickering-items
2022-05-23 06:14:50 -06:00
Neil Burrows
9adc5244db
Merge branch 'master' into default-subtitles
2022-05-23 07:31:54 +01:00
Neil Burrows
ba773a8b55
Merge pull request #604 from jimdogx/fixes/add-photos-back
2022-05-23 07:25:48 +01:00
Neil Burrows
04b92cf92b
Merge branch 'master' into fixes/add-photos-back
2022-05-23 07:23:14 +01:00
candry7731
3f1ad4d129
Add item counts to overhang in ItemGrid ( #581 )
2022-05-23 07:19:22 +01:00
cthelight
7ee5411095
Subtitles: Search by URL not assumed index
...
Currently, when populating subtitleTracks, we assume that the ordering
and list of populated subtitle tracks will not change when Roku moves
the list into availableSubtitleTracks. This causes an issue with some
videos as it is not always consistent.
This patch modifies the logic to no-longer inject assumed final indices
into our list of text-based subtitles, but instead search through the
availableSubtitleTracks array and locate the actual subtitle that
refers to the same URL as in our list. In this way we are guaranteed
to always tell Roku to play the subtitle we want, no matter how re-
ordered the options get.
NOTE: The URL gets mildly mangled in the process of copying from
subtitleTracks to availableSubtitleTracks, so we need so search via
substring, rather than doing a full string comparison.
2022-05-22 17:54:56 -05:00
Jimi
23acaac410
Remove unneed Tag parameter
2022-05-22 16:41:02 -06:00
Jimi
e0b1fec82f
Merge branch 'master' into fixes/add-photos-back
2022-05-22 16:21:11 -06:00
Jimi
2afb9b0fb8
Add photos back in to client
2022-05-22 16:20:34 -06:00
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
DJSweder
f7652c2858
Translated using Weblate (Czech)
...
Currently translated at 100.0% (122 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/cs/
2022-05-20 13:59:28 -04:00
Moritz
0f47184027
Translated using Weblate (German)
...
Currently translated at 50.8% (62 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2022-05-20 13:59:28 -04:00
Neil Burrows
c090651fe0
Merge pull request #591 from neilsb/add-screen-events
2022-05-19 21:44:46 +01:00
Neil Burrows
5251c46270
Merge branch 'master' into add-screen-events
2022-05-19 21:41:29 +01:00
Neil Burrows
6b0fe4cb6c
Merge pull request #601 from jimdogx/feature/558-Remove-Books-from-Continue-Watching
2022-05-19 21:41:11 +01:00
Jimi
72a9ddb0d7
Merge branch 'master' into feature/558-Remove-Books-from-Continue-Watching
2022-05-19 06:09:48 -06:00
Neil Burrows
7042df5cd8
Merge pull request #600 from Zusukar/Invalid-Actor-Role
...
Check if Actor Role is invalid before using it
2022-05-18 07:19:23 +01:00
Neil Burrows
5ddee8cc22
Merge branch 'master' into Invalid-Actor-Role
2022-05-18 07:17:52 +01:00
Csaba
3d44ed7563
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (122 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/hu/
2022-05-18 01:13:57 -04:00
Léo D
19bda83d7a
Translated using Weblate (French)
...
Currently translated at 32.7% (40 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/fr/
2022-05-18 01:13:57 -04:00
José Albano
dc3ad29228
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (122 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/es/
2022-05-18 01:13:57 -04:00
Zusukar
790d7f6729
Check if Actor Role is invalid before using it
...
To avoid crash to Home screen from:
Type Mismatch. Operator "+" can't be applied to "String" and "Invalid". (runtime error &h18) in pkg:/components/extras/ExtrasRowList.brs(53)
2022-05-17 20:19:27 -04:00
3ole
474bc1c297
Translated using Weblate (German)
...
Currently translated at 42.6% (52 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2022-05-15 18:13:55 -04:00
Julio Cesar
e857ebfffe
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 36.8% (45 of 122 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/pt_BR/
2022-05-15 12:22:44 -04:00
Csaba
2f6b0c0152
Translated using Weblate (Hungarian)
...
Currently translated at 35.0% (41 of 117 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/hu/
2022-05-14 16:13:56 -04:00
Moritz
9363c00d5b
Translated using Weblate (German)
...
Currently translated at 100.0% (117 of 117 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2022-05-14 16:13:56 -04:00
Nick Wallace
1a1fd242f3
Favorite a Live TV Channel ( #584 )
2022-05-14 11:13:28 +01:00
candry7731
e14bd096b4
Enabled all titles to show under poster images ( #570 )
2022-05-14 09:52:01 +01:00