Commit Graph

148 Commits

Author SHA1 Message Date
1hitsong
67f2e21421
Merge pull request #1513 from cewert/fix-playback-episode-list
Fix episode list bug where OK was triggering quickplay
2023-11-20 08:46:26 -05:00
Charles Ewert
491ef43fd5 refactor to remove else clause 2023-11-19 22:04:17 -05:00
Charles Ewert
388bd0a371 fix episode list bug where OK was triggering quickplay 2023-11-18 09:38:36 -05:00
Charles Ewert
312e6731e4 increase font size for unwatched episode count 2023-11-18 08:38:57 -05:00
Charles Ewert
323b147401 Merge remote-tracking branch 'upstream/unstable' into rename-files 2023-11-04 21:01:11 -04:00
Charles Ewert
dd3972cff5
Merge pull request #1376 from cewert/fix-quickplay 2023-10-28 17:25:40 -04:00
JarodTAerts
ec332f10d6
Apply suggestions from code review
Remove extra parathesis to improve code cleanliness.

Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-10-26 11:06:29 -06:00
jarodaerts
5a31250ce8 Fix variable casing on extras var 2023-10-25 21:19:45 -06:00
jarodaerts
4fed592e37 Address PR feedback
Switch to using sdk for calls to server, improve structure/style of code, and fix formating
2023-10-16 20:33:06 -05:00
jarodaerts
e8ed687dc7 Add support for TV show season level extra features 2023-10-14 22:21:08 -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
Charles Ewert
e4f05105f5 Fix episode list regression + limit all queries to 2000 items 2023-09-23 17:48:46 -04:00
Charles Ewert
1acec715b1 enable Quick Play for boxsets, series, seasons, albums, and music artists 2023-09-16 17:18:03 -04:00
Paul
732d53f0c3 Removed TV Season Play Random Button & functionality 2023-08-06 14:21:29 -04:00
sevenrats
958620ee64 remove superfluous check 2023-07-12 18:39:54 -04:00
sevenrats
329e7205a1 dont crash when unplayed strms exist in season 2023-07-12 13:34:25 -04:00
Jimi
f8893a88da
Merge branch 'unstable' into enhancement/jf-1276-tv-versions 2023-06-01 10:26:04 -06:00
Charles Ewert
bdfcac74e6
Implement global session var (#1224)
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-06-01 08:43:27 -04:00
Jimi
7ca3d8ef23 Use available space for options 2023-05-28 21:16:49 -06:00
Jimi
c84d6f23ee
Update components/tvshows/TVListOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-28 21:00:07 -06:00
Jimi
de9a4b34e6
Update components/tvshows/TVListOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-28 21:00:01 -06:00
Jimi
75f23ee028 PR comments 2023-05-26 17:04:20 -06:00
Jimi
2caff5d709
Update components/tvshows/TVEpisodeRowWithOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-26 16:52:15 -06:00
Jimi
7a1960fe36 Code cleanup 2023-05-21 06:25:58 -06:00
Jimi
380581bf21 Remove unused import. 2023-05-20 22:38:04 -06:00
Jimi
ff18cb85a5 Make room for text. 2023-05-20 22:31:39 -06:00
Jimi
5319a58229 Video + Audio working 2023-05-20 22:13:04 -06:00
Jimi
089ad1acee Fix navigation. 2023-05-20 21:24:52 -06:00
Jimi
247f6d2a61 More cleanup. 2023-05-20 17:59:59 -06:00
Jimi
6f6f78ea7a Working with Video, needs cleanup. 2023-05-20 17:33:42 -06:00
Jimi
f70489e1b7 Cleaner comments 2023-05-12 06:43:14 -06:00
Jimi
d1151ee222 Try to clarify detail in comments. 2023-05-11 16:29:43 -06:00
Jimi
274736851f Merge branch 'unstable' into enhancement/jf-806-respect-audio-preference 2023-05-11 08:11:04 -06:00
1hitsong
6ef3d3fcfc Move most video playback into global queue 2023-05-06 21:26:02 -04:00
Jimi
a660b347fa Allow local override from TV List page. 2023-05-06 15:54:30 -06: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
Charles Ewert
cefbefaaa6 save deviceInfo to global var + use new vars whereever possible 2023-03-27 12:50:44 -04:00
Charles Ewert
25f03915ff
Remove optional chaining operators from code (#1085)
* remove optional chaining operators + use isValid() + remove extra white space
* address reviewer feedback
2023-03-09 14:35:29 -05: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
1hitsong
94465f36c8 New User Setting: Disable Unwatched Episode Count 2023-02-04 18:16:36 -05:00
1hitsong
c702694fc7
Merge pull request #922 from ApexArray/fix-distorted-images
Fix distorted TV episode posters. Add client-side progress bar and played indicator.
2023-01-27 08:04:37 -05:00
Jimi
6b370f2b23 Fix formatting (my bad) 2023-01-02 06:14:39 -07:00
Desmond Chai
faf9f17896
Update components/tvshows/TVListDetails.brs
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-01-01 16:50:19 -08:00
Desmond Chai
18f57cbc60 disableCommunityRating for TV shows (fix spacing) 2023-01-01 06:24:07 -08:00
Alex Wardle
554bcd1ae9 increase checkmark font size to 35 2022-12-29 15:56:18 -07:00
1hitsong
ee3b389c7a
Merge pull request #882 from 1hitsong/ShowUnwatchedCount
Show unwatched count
2022-12-29 08:30:03 -05:00
1hitsong
e7466d2e4a
Merge pull request #877 from 1hitsong/fixEpisodeFocus
Fix TV Episode focus issues
2022-12-29 08:25:07 -05:00
Alex Wardle
dc33ccd6dd improve checkmark alignment 2022-12-28 15:35:50 -07:00
Alex Wardle
e4e942fa74 slight resizing 2022-12-28 15:31:17 -07:00