Commit Graph

311 Commits

Author SHA1 Message Date
Anthony Lavado
bac5e8da3c
Merge branch 'master' into hdmi_wontplay_issue353 2021-03-06 14:25:55 -05:00
scattertv
78a7061c14 remove field observer on video.position 2021-03-06 12:12:38 -05:00
Neil Burrows
b4ef403390 Add DeviceId to TransCode Params 2021-03-06 11:42:55 +00:00
Neil Burrows
2808779965
Merge branch 'master' into incorrect-audio-track-playing 2021-02-21 17:03:09 +00:00
Neil Burrows
797b2d9bcb Tell Roku which Audio Track to play 2021-02-21 16:59:52 +00:00
Neil Burrows
dacb4dcda2
Merge pull request #363 from TwitchBronBron/continuous-integration 2021-02-12 15:38:57 +00:00
Neil Burrows
f7e3ee0fcf
Merge pull request #352 from trekkie690/patch-1
Support mp4 container for direct stream
2021-02-05 07:46:40 +00:00
Bronley
0339f0c744 Undo formatting changes in Main.brs 2021-01-31 22:10:04 -05:00
Bronley
ef90af4c36 Fix some more errors found by bsc 2021-01-31 14:35:18 -05:00
Vegetto
fe54ee0f03 Erasing username/password in case server is changed 2021-01-19 20:41:22 -08:00
Vegetto
c36350a593 Save username and password after successful auth 2021-01-17 20:19:52 -08:00
Neil Burrows
593a017c78
Merge pull request #330 from jackrvan/add-watched-button-to-continue-watching 2021-01-16 16:00:57 +00:00
trekkie690
e23566ab59
support mp4 container for direct stream
Related to "mp4 Container not support #303".  CanDecodeVideo() returns false when checking if can decode a direct stream that is sent to it. The code had it so that it would pass it the container information as a .mov which is not supported in the current Roku API, has to be mp4. Switch it so if it shows .mov as the contianer to send .mp4 and allow for direct stream.
2021-01-10 21:06:16 +01:00
Jack
f43f43c43e Only add watched option to home screen.
Delete unused function from MovieDetails
2021-01-05 20:40:11 -05:00
Neil Burrows
51af9fdc55
Merge pull request #332 from cewert/play-items-with-play-button 2020-12-27 10:52:21 +00:00
Jack
055abb30ac Refresh the home page after setting a tv show as watched 2020-12-12 15:21:51 -05:00
cewert
47155a6b38 Check web client setting before autoplay 2020-12-11 02:38:19 -05:00
cewert
85dc14f0c6 Enable quickplay on season episode list 2020-12-08 15:05:22 -05:00
Jack
f5c3eef0ac Add a watched option to the continue watching pop up 2020-12-08 11:27:34 -05:00
Neil Burrows
f3019f3e7f Move home library loading into function 2020-12-08 15:56:13 +00:00
cewert
45c82fabdd Enable quickplay in itemgrid2 2020-12-08 04:08:19 -05:00
cewert
a44de34b24 Quick play videos with play button on home screen 2020-12-08 03:39:58 -05:00
Charles Ewert
9f0f8375a5
Merge pull request #325 from neilsb/fix-return-focus-after-resume
Revert change in #311 which causes loss of focus
2020-12-06 23:18:11 -05:00
Neil Burrows
bf6a9090d2 Remove updated focus logic from all but TV Channel selections 2020-12-06 22:57:56 +00:00
Neil Burrows
e5a60414de Revert change in #311 which causes loss of focus 2020-12-06 16:32:41 +00:00
cewert
b95faed3fc Make home screen use user settings 2020-12-05 23:59:32 -05:00
Charles Ewert
d165eee661
Merge pull request #317 from cewert/autoplay-episodes
Auto play the next TV episode
2020-12-02 12:00:50 -05:00
Neil Burrows
3fe64e521a Send Playback Position as Long Integer 2020-12-01 09:39:50 +00:00
cewert
8b142ed3ee Show video title on video player 2020-11-30 02:51:20 -05:00
cewert
79dbfc7db8 Auto play the next available episode 2020-11-30 02:46:20 -05:00
Neil Burrows
86987e8590 For LiveTV Library, respect default view if set to "TV Guide" 2020-11-29 11:18:23 +00:00
Neil Burrows
f94d56ffd3 Live TV Schedule / Guide 2020-11-23 17:13:57 +00:00
Neil Burrows
bab495271f
Merge pull request #297 from Artiume/patch-2
Add Shows as a searchable datatype
2020-11-17 13:04:50 +00:00
artiume
47bb4b8f43
check for series first 2020-11-16 16:53:39 -05:00
artiume
325f018735
add Shows to search api 2020-11-16 16:20:14 -05:00
artiume
8e14d1940a
more spelling 2020-11-16 05:39:34 -05:00
Neil Burrows
45a785d391 Handle Mixed Media Folders 2020-10-30 17:23:28 +00:00
Anthony Lavado
ee25ed27ec
Merge pull request #281 from neilsb/iptv-plugin
Fix for IPTV Plugin
2020-10-29 21:22:51 -04:00
Anthony Lavado
75c50941a2
Merge pull request #275 from neilsb/movie-audio-track-selection
Allow audio track selection for Movies
2020-10-29 00:11:50 -04:00
Anthony Lavado
5b268cbe3d
Merge pull request #278 from neilsb/live-tv-tidyup
Minor changes for Live TV
2020-10-29 00:06:01 -04:00
Anthony Lavado
f6af78ae4e
Merge pull request #277 from bisby/options-sort
Add a favorites filter to movies
2020-10-29 00:03:38 -04:00
Neil Burrows
f9d70d46e0 IPTV Plugin 2020-10-27 17:12:18 +00:00
Neil Burrows
7177e1730e Prevent Crash when LiveTV Audio Codec info is not available 2020-10-25 09:41:15 +00:00
Neil Burrows
0cbd53f2ea Update TV Channel Viewing to give loading message and catch failures 2020-10-25 09:40:41 +00:00
Neil Burrows
0c4b1a5bf3 Remove some unused code now Live TV in new ItemGrid 2020-10-25 09:40:05 +00:00
Nick Bisby
4a6deb3b44
Add a favorites filter to movies 2020-10-24 17:50:07 -05:00
Neil Burrows
5cbe119002 Play selected Audio Stream rather than the default track 2020-10-24 17:23:20 +01:00
Neil Burrows
f5ccdca744 Display Audio Tracks for Movies and let user select 2020-10-24 14:56:33 +01:00
Neil Burrows
6fa9648959 Remove Add User menu option 2020-10-24 09:17:43 +01:00
Nick Bisby
a5cf36aaf3
remove more debug lines 2020-10-18 16:54:43 -05:00