Commit Graph

57 Commits

Author SHA1 Message Date
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
Charles Ewert
ec2e0aaef8 Refresh homeRows when backing into home page 2020-03-23 20:45:40 -04:00
Neil Burrows
9570f51dc9 Handle display of UserView libraries 2020-03-23 16:14:26 +00:00
Neil Burrows
2382ac4ed6 Allow user to Select same item when returning to Home screen 2020-03-19 14:19:49 +00:00
Neil Burrows
71a3348823 Use Thumbnail in "Next Up" Home screen section 2020-03-17 09:59:01 +00:00
Neil Burrows
5ff1251875 Home Screen Selection Box to include text below image 2020-03-17 09:58:25 +00:00
Neil Burrows
5080387936 Correct Series Name display for Episodes in Home Screen 2020-03-16 16:37:08 +00:00
Neil Burrows
77bd622c11 Handle livetv collection types
Show in Library, but not the "Latest in" row for it
2020-03-15 17:09:51 +00:00
Neil Burrows
b364c589da Remove filter for CollectionFolder type when loading libraries 2020-03-15 16:39:34 +00:00
Neil Burrows
83e6810981 Validate API data before trying to add "empty" rows 2020-03-14 15:10:22 +00:00
Neil Burrows
65059d4093 Set Home Scree focus to Fixed 2020-03-14 15:02:04 +00:00