Neil Burrows
af83027bb7
Merge branch 'unstable' into hevc-directplay-profile-version-override
2022-12-01 08:43:25 +00:00
1hitsong
119b14634e
Code cleanup
2022-11-20 20:18:23 -05:00
candry7731
efac0afe83
Add missing code
2022-11-06 22:35:02 -06:00
candry7731
a35f476bfd
Merge branch 'unstable' into Next-UP-Button
2022-10-11 09:57:02 -05:00
Neil Burrows
b473b3ffbe
Fix variable name after merge
2022-10-06 09:25:03 +01:00
Neil Burrows
58e91aeb76
Merge branch 'unstable' into hevc-directplay-profile-version-override
2022-09-25 10:20:31 +01:00
1hitsong
1832dfd0d6
Merge pull request #781 from jimdogx/jf-video-stats
...
Jf video stats
2022-09-23 08:20:02 -04:00
Jimi
432a098236
re-apply changes dropped by merge
2022-09-22 11:51:12 -06:00
Jimi
cec239081f
pr comments
2022-09-22 11:43:54 -06:00
Jimi
04de2cad6a
Additional info
2022-09-21 06:05:37 -06:00
Jimi
d41b36bb55
Bitrate is apparently an Int
2022-09-20 23:55:45 -06:00
Jimi
f1241bd692
Add bitrate to streaming info section
2022-09-20 09:52:44 -06:00
1hitsong
4d7709d73b
Remove BIF support
2022-09-14 19:36:00 -04:00
1hitsong
d3bfaaaec9
Remove IntroSkipper support
2022-09-14 19:34:29 -04:00
candry7731
afbeac95e9
Smooth "nextEpisode" transition ( #780 )
2022-09-08 20:19:27 +01:00
candry7731
a00bb44c81
Resume-dialogFix ( #783 )
2022-09-08 20:19:08 +01:00
candry7731
68ade68794
Update Video.brs
2022-09-06 23:03:06 -05:00
Jimi
05a919d387
change round to fix
2022-09-06 15:27:51 -06:00
Jimi
67214039a6
Update source/VideoPlayer.brs
...
Co-authored-by: alanazar <93149610+alanazar@users.noreply.github.com>
2022-09-06 15:21:30 -06:00
Jimi
f6c132a3f5
Update source/VideoPlayer.brs
...
Co-authored-by: alanazar <93149610+alanazar@users.noreply.github.com>
2022-09-06 15:20:52 -06:00
Jimi
9d0a25df77
Streaming information
2022-09-05 22:38:37 -06:00
Jimi
0e8290c90f
not all videos have streams
2022-09-04 07:03:17 -06:00
Neil Burrows
f466ee9ab7
HEVC Direct Play override for Profile Version
2022-09-04 10:11:08 +01:00
Jimi
3bc57d25ae
Live TV from home screen (other than On Now) ( #766 )
2022-09-03 08:49:30 +01:00
1hitsong
7335ed22b0
Add BIF image support
2022-08-27 08:58:42 -04:00
1hitsong
1893121fdf
Add support for Intro Skipper plugin ( #696 )
2022-08-27 07:27:45 +01:00
Neil Burrows
5b79bb5a0a
Fix parameters after merge
2022-07-13 08:29:24 +01:00
Neil Burrows
84bdf2d256
Merge branch 'master' into transcoding-fix
2022-07-13 10:51:47 +04:00
1hitsong
f5412fd192
Add preroll video support ( #644 )
2022-07-09 09:28:15 +01:00
Neil Burrows
f12bf93ebb
Changing logic to prevent retrying transcode when stopping a playing video
2022-07-04 10:31:28 +01:00
Neil Burrows
055c4e5021
Allow attempting to direct play video with invalid profile level
2022-07-04 10:09:16 +01:00
Jimi
fa78000dbf
Remove unused variables
2022-05-30 12:10:47 -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
Nick Wallace
1a1fd242f3
Favorite a Live TV Channel ( #584 )
2022-05-14 11:13:28 +01:00
candry7731
91ed00dd41
Add Series, Season and episode navigation ( #557 )
2022-05-12 19:11:59 +01:00
whiteowl3
be1d4a579c
Support strms ( #548 )
...
Authored-by: @whiteowl3
2022-04-26 09:12:00 +01:00
Jimi
1cf1af8bc0
Formatting (gets me everytime)
2022-03-13 08:24:08 -06:00
Jimi
1e1b396f85
Fix to alternate version playback
2022-03-13 08:22:55 -06:00
Neil Burrows
06186d8cf5
Merge branch 'master' into audio-track-selection-2
2022-01-15 17:03:01 +00:00
Neil Burrows
6525bcf83c
Set appropriate Audio Stream to use for Direct Play
2022-01-15 17:02:43 +00:00
Neil Burrows
f6d9695761
Revert "Merge pull request #504 from neilsb/set-mediasourceid-correctly"
...
This reverts commit 0e2d621263
, reversing
changes made to d5c316586b
.
2022-01-09 15:55:31 +00:00
jimiatnymbl
b56bc03d90
Working v1
2021-12-17 23:03:33 -07:00
Anthony Lavado
83cc8bd5a1
Merge branch 'master' into handle-missing-transcode-url
2021-12-03 14:54:16 -05:00
Neil Burrows
3812ff2446
Remove redundant setting of property
2021-12-03 17:54:56 +00:00
Neil Burrows
3262eaaf38
Display dialog when a required transcode url is not provided by the server
2021-12-03 09:40:15 +00:00
Neil Burrows
f1b753911d
Set MediaSourceId to the correct value, no videoId
2021-12-03 07:15:08 +00:00
JD Layman
f5dbeb5205
Rename GroupStack to SceneManager to make functionality more obvious
2021-10-09 21:14:32 -05:00
JD Layman
be24a19c8f
Add groups to stack to manage active group for main scene
2021-10-09 21:14:31 -05:00
JD Layman
3bb85157e6
Move video playstate reporting into video component.
2021-09-05 00:09:55 -05:00
JD Layman
4a0907ca21
Report playback progress in a separate thread to reduce render latency.
2021-09-01 20:10:44 -05:00