Commit Graph

10 Commits

Author SHA1 Message Date
candry7731
667a47d49c
Update components/GetPlaybackInfoTask.brs
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-06-29 21:47:54 -05:00
candry7731
d8a91782eb
Update GetPlaybackInfoTask.brs
reset api.sessions.Get() to default
2023-06-29 09:23:04 -05:00
candry7731
8c6b04a76a
Update GetPlaybackInfoTask.brs
Remove Bitrate info as it is already in the playbackinfo
2023-06-28 21:19:25 -05:00
candry7731
5d98519c07
Update GetPlaybackInfoTask.brs
Add Device ID filter the the Get sessions API Call. This allows us to get the correct device playback if multiple devices are active at once. 

Also add Tanscoding info for Direct Streaming. This will show if there is no transcodingInfo from the deviceSession. This is more inline with the web server activity info box.
2023-06-28 13:33:14 -05:00
Charles Ewert
bdfcac74e6
Implement global session var (#1224)
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-06-01 08:43:27 -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
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