Charles Ewert
464abddb2d
Stop auto converting user settings to int. Update codebase to convert to int as needed
2023-09-01 15: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
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
735672c201
Increase check size, work for Latest In
2023-04-24 20:58:43 -04:00
1hitsong
7d477cc976
Replace API checkmarks for played items on home view
2023-04-23 12:36:44 -04:00
1hitsong
5f17467d62
Merge pull request #1166 from 1hitsong/homeCollections
...
Support favorited collections on home view
2023-04-20 07:22:09 -04:00
1hitsong
dbec34b03c
Remove bandaid code now that root cause has been fixed
2023-04-14 09:34:50 -04:00
1hitsong
873501aa0a
Fix double refresh
2023-04-14 08:29:35 -04:00
1hitsong
6c446ff2e1
Defensive code to prevent double drawing progress bar
2023-04-13 19:17:23 -04:00
1hitsong
089788abab
Remove debug code
2023-04-13 16:24:09 -04:00
1hitsong
2749208561
Rollback async data load on home view
2023-04-13 15:41:11 -04:00
1hitsong
07089b9345
Refresh all home view data
2023-04-12 17:26:45 -04:00
1hitsong
ffc63e738f
Support favorited collections on home view
...
Fixes #1158
2023-04-05 18:18:33 -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
Charles Ewert
b94f2bb228
Fix crashes in LoadItemsTask.brs and ShowScenes.brs ( #1068 )
...
* Ensure vars are valid - fixes crashlog errors
* Ensure vars are valid - fix crashlog error line 34
* ensure vars are valid - update function to match the one in ShowScenes.brs
* fix linting errors
* remove unneeded code
* remove optional chaining operators
2023-03-15 21:23:58 -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
94465f36c8
New User Setting: Disable Unwatched Episode Count
2023-02-04 18:16:36 -05:00
1hitsong
890dc5d1e2
Fix formatting
2023-01-26 17:45:20 -05:00
1hitsong
835135892a
Merge branch 'unstable' into FasterHomeScreen
2023-01-26 17:42:00 -05:00
candry7731
9d61199347
Move "Load Latest" to OnLibLoaded Sub
2023-01-18 20:14:23 -06:00
candry7731
82c1561a37
Updated "OnNow" home row to default to channel images if program images are not availible
2023-01-18 19:52:11 -06:00
1hitsong
8a4759ee49
Make Home View load faster
2023-01-09 19:38:50 -05:00
1hitsong
4f0ddb0037
Merge branch 'unstable' into WhatsNewPopup
2022-12-29 12:30:56 -05:00
1hitsong
a4962648f3
Create What's New popup
...
Demo:
https://social.linux.pizza/@tgpo/109553679336510552
2022-12-21 17:01:44 -05:00
1hitsong
54975e1841
Restrict unplayed count on home view to Series only
2022-12-14 20:09:59 -05:00
1hitsong
31e6f01c08
Add unplayed count to homepage
2022-12-14 20:09:59 -05:00
1hitsong
e183ddc894
Draw percent complete bar instead of using image api
...
Fixes #691
2022-12-09 21:53:00 -05:00
Jimi
f11db7bdb7
Working, needs more testing.
2022-11-20 09:29:10 -07:00
1hitsong
3bf61208f1
Remove debug code
2022-11-06 13:06:09 -05:00
1hitsong
1549ea11b6
Add 20 random favorites to home view
2022-11-06 07:07:39 -05:00
massi
d965598913
Fix out of sync home page ( #789 )
2022-10-06 17:01:36 +01:00
1hitsong
3c187f8f64
Support next up time limit ( #767 )
2022-09-04 12:22:08 +01:00
Charles Ewert
13b660c7c2
Revert "Update Home Screen to Respect User Preferences ( #553 )"
...
This reverts commit 26d9360fd3
.
2022-07-21 20:31:39 -04:00
Jimi
f3ee72e812
Merge branch 'master' into feature/637-replay-back
2022-06-25 15:30:34 -06:00
Jimi
58eb9f2f1a
Jump to start of row when user hits replay.
2022-06-25 15:29:24 -06:00
1hitsong
d6ff84b2ff
Add setting: Use splashscreen as home background
2022-06-12 16:36:00 -04:00
Jimi
2fec02f9a9
Merge branch 'master' into addmusic
2022-06-06 06:15:25 -06:00
candry7731
dec1b15b79
Fix Episode Image errors
2022-06-02 21:04:07 -05:00
1hitsong
5347214fd4
Merge branch 'jellyfin:master' into addmusic
2022-05-31 15:58:54 -04:00
Charles Ewert
2296fde437
Files should end in new line
2022-05-30 08:57:40 -04:00
1hitsong
071b814568
Audio playback speedup
2022-05-29 14:41:06 -04:00
Nick Wallace
26d9360fd3
Update Home Screen to Respect User Preferences ( #553 )
2022-05-24 17:23:42 +01:00
Jimi
6743526014
Skip books on TV
2022-04-13 06:28:04 -06:00
debmint
0f18add523
Movie extras ( #520 )
2022-03-13 08:46:03 +00:00
Jimi
707dc07332
Skip books until supported
2022-02-13 06:32:08 -07:00
jimiatnymbl
93c5fb7501
bsfmt fixes
2021-12-20 07:57:22 -07:00
jimiatnymbl
c7f0210324
Code cleanup
2021-12-18 18:12:33 -07:00
jimiatnymbl
25c9e607c3
Adding comments
2021-12-17 23:43:28 -07:00
jimiatnymbl
45b935849b
Cleanup
2021-12-17 23:39:55 -07:00
jimiatnymbl
ced4b0e99b
Cleanup
2021-12-17 23:31:28 -07:00
jimiatnymbl
648b1fb66d
Working v2
2021-12-17 23:16:07 -07:00
jimiatnymbl
8c0fb4a11f
On Now displaying, needs click handling
2021-12-16 23:18:19 -07:00
Bronley
43b4ac3fc9
Format all brs files
2021-07-28 06:51:15 -04:00
Neil Burrows
6d757653da
Linter: Consistent IF statement format
...
No parentheses. Use THEN if it's a one line statement. Don't use THEN if it's a block statement
2021-06-26 14:52:16 +01:00
Neil Burrows
579475a34c
Linter: Code style: remove parenthesis around conditions
2021-06-26 11:24:38 +01:00
Neil Burrows
da54bc86fe
Linter: Change any function that doesn't return a value to a sub
2021-06-26 11:18:09 +01:00
Neil Burrows
38fa383b4d
Linter Warnings
...
Variable Capitalization, Unused Variables, Unreachable Code
2021-06-26 11:04:32 +01:00
Neil Burrows
c3343e2562
Fire "Application Loaded" beacon after getting list of libraries and initial "Continue Watching" rows
2021-02-17 16:45:19 +00:00
Neil Burrows
a211fc37b9
Correct Home Screen Selection Box size
2021-01-31 19:17:03 +00:00
Bronley
15509514f8
Change field type associativearray to assocarray
2021-01-30 14:38:39 -05:00
Neil Burrows
51af9fdc55
Merge pull request #332 from cewert/play-items-with-play-button
2020-12-27 10:52:21 +00:00
cewert
6019f959b6
Remove data from home task nodes after use
2020-12-08 15:40:15 -05:00
Neil Burrows
f3019f3e7f
Move home library loading into function
2020-12-08 15:56:13 +00:00
cewert
a44de34b24
Quick play videos with play button on home screen
2020-12-08 03:39:58 -05:00
Charles Ewert
dfb3358f60
Merge pull request #324 from cewert/make-homescreen-use-user-settings
...
Make home screen use user settings
2020-12-06 12:36:11 -05:00
Neil Burrows
cfcfc0f268
Move itemExtraText fineNode call into init function with others
2020-12-06 09:48:01 +00:00
cewert
b95faed3fc
Make home screen use user settings
2020-12-05 23:59:32 -05:00
Neil Burrows
84b4d764b6
Remove forgotton debug print statement
2020-12-04 18:11:06 +00:00
Neil Burrows
1506d36729
Ensure blue background is shown if no Poster exists for Item
2020-12-04 08:31:34 +00:00
Neil Burrows
ebe458d546
Move setting of "FindNode" properties to init function
2020-12-04 08:17:16 +00:00
Neil Burrows
775c497a4f
Hide blue background placeholder when Poster Loaded
2020-12-02 21:33:59 +00:00
Neil Burrows
784a62f612
Set usePoster and ImageWidth against each HomeItem to avoid having to access Parent
2020-12-01 16:04:00 +00:00
Anthony Lavado
7c2678882f
Merge pull request #295 from neilsb/home-movie-poster-fallback
...
Use best image, but fallback to secondary if it's empty
2020-11-16 14:10:51 -05:00
artiume
177a33b855
Fix spelling
2020-11-16 04:39:50 -05:00
Neil Burrows
9afe8d88fa
Use best image, but fallback to secondary if it's empty
2020-11-16 09:14:24 +00:00
Neil Burrows
f9d70d46e0
IPTV Plugin
2020-10-27 17:12:18 +00:00
Neil Burrows
3d9bbc584a
Add IconUrl to Home Screen Items and set for LiveTV when no poster
2020-10-25 16:32:26 +00:00
Neil Burrows
5d3dc87d62
Constants to own file and tighten up UI UX
2020-08-16 15:44:03 +01:00
Neil Burrows
9af712cec7
Open BoxSets in new ItemGrid
2020-07-14 08:31:34 +01:00
Neil Burrows
a5df6d6322
Remove failed & loading images for Grid Items
2020-07-04 16:10:56 +01:00
Neil Burrows
43bdf508cd
Fix Collections for Movies, Episodes & Series
2020-06-17 08:15:13 +01:00
Anthony Lavado
93c64f7422
Merge pull request #223 from neilsb/initial-live-tv
...
Initial Live TV Support
2020-06-16 17:40:50 -04:00
Neil Burrows
ba05444f44
Set Roku Safe zones for Overhang & Home ( #217 )
...
* Set Roku Safe zones for Overhang & Home
* Set overhang title to be Scrolling Label
* Move overhand logo nearer edge to line up with Safe Zone
* Set width of Rows to cut off at edge of Safe Zone
* Moving "options" out of JF Overhang background area
Previously Options were not in "dark background", but when updating for Safe Zones I extended the background too far. Sorting this.
2020-06-10 10:40:09 -04:00
Neil Burrows
aad789c87c
Colorize background of items with no poster
2020-05-31 16:05:22 +01:00
Neil Burrows
ea245d2abc
Initial LiveTV Support
...
Most of the work from Alex Gonzales (@Musi13)
2020-05-31 16:05:22 +01:00
Neil Burrows
8b82d2ab79
Enable scrolling on Item Text on home screen ( #210 )
...
* Enable scrolling on Item Text on home screen
* Removing change to loadDisplayMode - added to wrong PR
* Apply scrolling to secondary text on home screen
* Revert "Apply scrolling to secondary text on home screen"
This reverts commit 30ab3829f01e32be8b4ba4ee8431438935c13276.
2020-05-13 11:50:20 -04:00
Tod Fitch
66f3ca9a06
Fix 'ends at ' and remove SPDX license headers
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
07a9950ee6
Partial support for https://github.com/jellyfin/jellyfin-roku/issues/36
...
Partial implemented support for the languages and dialets that Roku supports.
A number of structural issues encountered the biggest are:
1. Programatically catenating strings which assumes a particular language syntax.
2. Using display strings in buttons, etc. to determine action.
3. Building display objects in BrightScript rather than in XML. This results in many cases where you have to translate the same string many times (e.g. "Cancel")
Side note: My editor is set to remove trailing spaces and to assure a new line at the end of the file. Existing source code seems to vary on this. I can revert those few changes if that is a problem.
Finally, added https://reuse.software/spec/ compliant license information to the new files and the files I touched.
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Charles Ewert
c391766fb9
Disable options button and overhang text
2020-05-04 13:57:40 -04:00
Neil Burrows
b313d57515
Store release issues ( #180 )
...
* Remove TrackerTask
* Change deprecated BookmarkPosition to PlayStart
* Accept (print & ignore) roInput commands
* Updated icon image sizes
* Added InputData Task (Not hooked up)
* Added signal beacons for Roku Performance Measuring
* Reverting ineffective roInput code
* Manually recreated changed channel poster images
* Use app_loaded global variable to control when performance beacons are sent
* Sorting missed performance signal beacon
2020-04-29 12:26:12 -04:00
thomabx
d3462ebe27
Fix to home item selection
2020-04-04 15:24:47 -07:00
Anthony Lavado
414366ed61
Merge pull request #169 from cewert/auto-refresh-home
...
Auto refresh HomeRows
2020-03-27 13:57:43 -04:00
Charles Ewert
c062bd0597
refactor
2020-03-25 00:20:52 -04:00
Charles Ewert
e0fa6481ad
Prevent spamming home refresh
2020-03-25 00:20:37 -04:00
Charles Ewert
c4f76d67b0
Wait to insert row as a child
2020-03-24 22:20:08 -04:00
Charles Ewert
d81ee8d0af
Fix formatting
2020-03-24 03:37:45 -04:00
Charles Ewert
3d15d37322
Update rowItemSize when inserting or deleting rows
2020-03-24 03:31:36 -04:00