Commit Graph

41 Commits

Author SHA1 Message Date
Charles Ewert
d2fcc932b2 move spinner to JFScene and migrate all other screnes to use it + use booleans on JFScene to control spinner + resize spinner to be similar size as video player spinner 2023-11-21 21:14:40 -05:00
1hitsong
cfa29eba6e Rename pauseMenu component to OSD 2023-11-16 09:26:20 -05:00
1hitsong
855d97ce8b Fix function definition name 2023-11-15 21:18:07 -05:00
1hitsong
959d07a266 Prevent pause menu if video isn't in a ready state
Fixes #1505
2023-11-15 20:46:14 -05:00
1hitsong
9de99afa92 Add leading zero to minutes in pause bar 2023-11-12 12:30:53 -05:00
1hitsong
8f7b5f8054 Change font and position to match trickplay. Fix double trickplay bar 2023-11-12 07:58:11 -05:00
1hitsong
3ccf9167b5 Add progress bar to pause menu 2023-11-11 17:30:06 -05:00
Charles Ewert
92101d8579 update recently merged code to use .bs 2023-11-10 19:42:33 -05:00
Charles Ewert
a592bd8f07 Merge remote-tracking branch 'upstream/unstable' into rename-files 2023-11-10 19:36:58 -05:00
1hitsong
d036abaa6b Return to previously selected button in group when regaining focus 2023-11-10 16:52:10 -05:00
1hitsong
1ede5fe362 Merge remote-tracking branch '1hitsong/unstable' into ChapterSkip 2023-11-08 19:54:26 -05:00
1hitsong
ffd3a3ee7b Remove unused images, hide menu on pause and playback, work with next ep 2023-11-08 19:51:17 -05:00
1hitsong
4de113db3a Fix button focus when closing chapter menu 2023-11-06 20:46:18 -05:00
1hitsong
7fdac1b489 Add play/pause, auto-hide, subtitle, video info, adjust pause logic 2023-11-06 14:05:21 -05:00
Charles Ewert
323b147401 Merge remote-tracking branch 'upstream/unstable' into rename-files 2023-11-04 21:01:11 -04:00
1hitsong
4c394dc7e7 Make no chapter data text translatable. 2023-11-02 09:29:49 -04:00
1hitsong
189172cecf Give position check a 15 second buffer 2023-10-31 12:40:17 -04:00
1hitsong
bce1211d1c Show pause menu when video is paused using OK button 2023-10-31 10:21:30 -04:00
1hitsong
def3eba8b5 Create pause menu
Fixes #445
2023-10-31 10:02:39 -04:00
Charles Ewert
2fbf968901 use opacity for next episode check and hide button before it reaches 0 2023-10-29 14:49:55 -04:00
Charles Ewert
21b3fce266 Only show the "Next Episode" button for episodes 2023-10-29 11:06:28 -04:00
Charles Ewert
a6a242e661 rename all brs files to bs and update import calls 2023-10-03 12:11:25 -04:00
Charles Ewert
d4b9510326 rename all files to use .bs file extension 2023-10-03 11:42:10 -04:00
1hitsong
6069a7fc3c Use global user setting. Add function definitions 2023-09-16 15:26:30 -04:00
1hitsong
dfde501c87 Copy over crash fixes from #1133 2023-09-13 22:02:50 -04:00
1hitsong
34770a5ee0 Add custom subs to new video player 2023-09-13 17:56:20 -04:00
Charles Ewert
bdfcac74e6
Implement global session var (#1224)
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-06-01 08:43:27 -04:00
1hitsong
ef568b2ba8
Merge pull request #1273 from 1hitsong/globalQueueDeepLink
Convert deeplink to global queue & add error dialog to video player
2023-05-22 09:13:16 -04:00
1hitsong
8eaedd165f Make error messages more specific 2023-05-21 18:12:59 -04:00
1hitsong
704a3b7815 Remove duplicate invalid check 2023-05-20 09:33:46 -04:00
1hitsong
7a9e7938f5 Save task content 2023-05-20 09:15:46 -04:00
Charles Ewert
5dbbc98c0f
Merge pull request #1247 from cewert/reintroduce-api-sdk 2023-05-19 22:14:49 -04:00
1hitsong
00b3923693 Convert deeplink to global queue & add error dialog to video player 2023-05-18 06:59:34 -04:00
1hitsong
7f070bef7e Make continue playback work 2023-05-13 13:01:58 -04:00
Charles Ewert
c107fa1933 Merge remote-tracking branch 'upstream/unstable' into reintroduce-api-sdk 2023-05-11 11:23:57 -04:00
1hitsong
6ef3d3fcfc Move most video playback into global queue 2023-05-06 21:26:02 -04:00
Charles Ewert
897f3531d2 Update codebase to use the new api sdk 2023-05-05 13:45:53 -04:00
Charles Ewert
2389af0868
Enable brighterscript, create NPM build scripts, install and use roku-log, and use bsc import statements (#1173) 2023-05-03 17:21:04 -04:00
1hitsong
a58a87cce0 Remove unneeded RunTime property
Fixes #1190
2023-04-11 20:33:28 -04:00
Charles Ewert
d34002cc3d save userConfig to global var + check userConfig before showing "next episode" popup 2023-03-22 14:10:07 -04:00
1hitsong
a33ce8bd57
Playlist support & TV Shuffle (#986)
* Add TV Episode Shuffle
* Reuse playback info
* Get Subtitle Popup working
* Get Subtitle Popup working
* Get Resume/Restart popup working
* Playlist poster, bug fixes
* Remove commented out code
* Start from beginning if playing queue
* Fix Playback Info issue
* Remove optional chaining to fix formatter
* Fix playlist content list. Code cleanup.
* Remove commented out code
2023-02-25 11:43:36 -05:00