Commit Graph

714 Commits

Author SHA1 Message Date
1hitsong
7d74727ca3 Add audio buffering bar to NowPlaying scene 2022-05-30 15:28:31 -04:00
Charles Ewert
686b91ca8f Fix formatting 2022-05-30 14:40:33 -04:00
Charles Ewert
0c33c95f4e Fix regression in #553 2022-05-30 12:10:22 -04:00
Charles Ewert
9e9e18a318 Add back try-catch 2022-05-30 10:03:59 -04:00
Charles Ewert
bbac0652a3 Remove unused code 2022-05-30 09:15:06 -04:00
Charles Ewert
b3008e045c Remove optional commas 2022-05-30 09:00:14 -04:00
Charles Ewert
9dabf4891b Add missing commas 2022-05-30 08:59:24 -04:00
Charles Ewert
2296fde437 Files should end in new line 2022-05-30 08:57:40 -04:00
1hitsong
b47cd5696c Add song progress bar to NowPlaying scene 2022-05-30 08:37:15 -04:00
1hitsong
abff1cd070 Format 2022-05-30 08:05:42 -04:00
1hitsong
071b814568 Audio playback speedup 2022-05-29 14:41:06 -04:00
1hitsong
ff5e756839 Updates based on review 2022-05-26 21:23:59 -04:00
Nick Wallace
26d9360fd3
Update Home Screen to Respect User Preferences (#553) 2022-05-24 17:23:42 +01:00
1hitsong
60be572753 Add spinner during Play Album loading 2022-05-23 19:55:11 -04:00
1hitsong
3ee81682b7 Format code 2022-05-23 19:55:11 -04:00
1hitsong
eb0121fdf6 Force width on backdrop. Fix NowPlaying title with invalid data 2022-05-23 19:55:11 -04:00
1hitsong
d8b5ba06dd List both artists and albums as direct children to music 2022-05-23 19:55:11 -04:00
1hitsong
9a69272f62 Resolve issue with artist/song library playback 2022-05-23 19:55:11 -04:00
1hitsong
2d0743f935 Code Cleanup 2022-05-23 19:55:11 -04:00
1hitsong
3252210f40 Remove unused variables 2022-05-23 19:55:11 -04:00
1hitsong
671f345422 Add background image to NowPlaying scene 2022-05-23 19:55:11 -04:00
1hitsong
1c0ca462c4 Resolve playback bug 2022-05-23 19:55:11 -04:00
1hitsong
963aae78d8 Add Now Playing scene 2022-05-23 19:55:11 -04:00
1hitsong
874eedecd7 Create fallback type if no results are found 2022-05-23 19:55:11 -04:00
1hitsong
577569a26f Create callback for music data 2022-05-23 19:55:11 -04:00
1hitsong
00df907c94 Add button to play album 2022-05-23 19:55:11 -04:00
Jimi
52bf0c35c6 formatting 2022-05-23 19:55:11 -04:00
Jimi
c3bfab4af5 Works with Music/Artists/Albums and Music/Artists/Song 2022-05-23 19:54:41 -04:00
1hitsong
cc4f6ef3a6 Run format script 2022-05-23 19:54:03 -04:00
1hitsong
d01a477bb3 Include artist name in top text of album 2022-05-23 19:54:03 -04:00
1hitsong
1d608ea840 Code Cleanup 2022-05-23 19:54:03 -04:00
1hitsong
b884cba356 Change song list display. Begin work on audio playback 2022-05-23 19:54:03 -04:00
1hitsong
6d61084823 Display songs when album selected 2022-05-23 19:54:03 -04:00
1hitsong
8f516926ef Create music artist view 2022-05-23 19:54:03 -04:00
Jimi
6b3dbdfaee
Merge branch 'master' into fixes/flickering-items 2022-05-23 06:14:50 -06:00
Neil Burrows
04b92cf92b
Merge branch 'master' into fixes/add-photos-back 2022-05-23 07:23:14 +01:00
candry7731
3f1ad4d129
Add item counts to overhang in ItemGrid (#581) 2022-05-23 07:19:22 +01:00
Jimi
23acaac410 Remove unneed Tag parameter 2022-05-22 16:41:02 -06:00
Jimi
e0b1fec82f
Merge branch 'master' into fixes/add-photos-back 2022-05-22 16:21:11 -06:00
Jimi
2afb9b0fb8 Add photos back in to client 2022-05-22 16:20:34 -06:00
Neil Burrows
5251c46270
Merge branch 'master' into add-screen-events 2022-05-19 21:41:29 +01:00
Jimi
72a9ddb0d7
Merge branch 'master' into feature/558-Remove-Books-from-Continue-Watching 2022-05-19 06:09:48 -06:00
Zusukar
790d7f6729
Check if Actor Role is invalid before using it
To avoid crash to Home screen from:
  Type Mismatch. Operator "+" can't be applied to "String" and "Invalid". (runtime error &h18) in pkg:/components/extras/ExtrasRowList.brs(53)
2022-05-17 20:19:27 -04:00
Nick Wallace
1a1fd242f3
Favorite a Live TV Channel (#584) 2022-05-14 11:13:28 +01:00
candry7731
e14bd096b4
Enabled all titles to show under poster images (#570) 2022-05-14 09:52:01 +01:00
candry7731
12f8f18052
Watched/Favorite text (#594) 2022-05-11 17:07:38 +01:00
candry7731
d6f6832929
Increase live tv buffer timeout to 30s (#582) 2022-05-11 16:56:33 +01:00
Neil Burrows
efd20ca8ef Making linter happy 2022-05-10 08:25:38 +01:00
Neil Burrows
fa0e07249b Add JFScreen and OnScreenShown and OnScreenHidden events 2022-05-10 08:05:02 +01:00
Neil Burrows
fac1b95497 Ensure Movie Details focus returns to button row after popup 2022-05-10 08:04:23 +01:00
Dimitrije-Ciric
e0f70e57a0 Replaced 'for each' with 'for i = 0 to ...' 2022-05-07 18:33:09 +02:00
root
d091a08d3b Added if to check is itemFocused index valid. 2022-05-07 17:21:37 +02:00
candry7731
ff6fa03301
Add Loading spinner to grid and increase limit for smooth scrolling (#571) 2022-05-06 08:05:57 +01:00
Neil Burrows
ab6dc6fe39 Fix maxWidth property on ScrollingLabel 2022-05-02 07:40:00 +01:00
Neil Burrows
2cf45677c6 User setting screen 2022-05-01 11:51:28 +01:00
Jimi
dde60c9fd0 Prevent crashes. 2022-04-30 07:02:03 -06:00
Jimi
9c665ebf5b Formatting 2022-04-29 07:20:34 -06:00
Jimi
d932961359 Merge fixup 2022-04-29 07:15:40 -06:00
Jimi
e527a4efd8 Merge branch 'master' into feature/jf-478-audio-track-for-tv-shows 2022-04-29 06:59:30 -06:00
Neil Burrows
4e7211750b
Merge branch 'master' into handle-missing-media-streams 2022-04-29 08:03:28 +01:00
Nick Wallace
647430a2e1
Alpha Picker (#540) 2022-04-29 08:03:01 +01:00
Jimi
4e17a8a868 Merge branch 'master' into feature/jf-478-audio-track-for-tv-shows 2022-04-28 20:09:03 -06:00
Neil Burrows
2f8df90f55 Making the linter happy 2022-04-26 17:45:48 +01:00
Neil Burrows
7b7793129e
Merge branch 'master' into handle-missing-media-streams 2022-04-26 17:39:12 +01:00
Neil Burrows
ddd5261bd5 Handle Missing Media Streams when displaying media info 2022-04-26 17:35:40 +01:00
Jimi
10cfcabea7 Merge branch 'master' into feature/jf-478-audio-track-for-tv-shows 2022-04-26 06:27:43 -06:00
Jimi
84d19217f8 Handle options for "back" 2022-04-26 06:01:53 -06:00
Jimi
068e8d6c6e Merge branch 'master' into feature/jf-578-missing-text-2-speech 2022-04-26 05:42:07 -06:00
Jimi
46a662a1b8 Translations 2022-04-25 20:18:12 -06:00
Jimi
9dffe0f769 Text to speech for season posters, season episoded and extras (cast and crew) 2022-04-25 19:48:00 -06:00
Neil Burrows
7e348956d1 Handle an abnormal (e.g. 401) response when getting collection 2022-04-25 08:24:08 +01:00
Jimi
5ffa09f602 Allow selection of different audio tracks for tv shows 2022-04-24 09:10:18 -06:00
Neil Burrows
be3648c340 Check overhang is not invalid before setting user 2022-04-22 17:50:45 +01:00
Neil Burrows
9b6ebc2715 Fixing linter errors and removing debug print statement 2022-04-20 09:27:14 +01:00
Neil Burrows
5e2ebba8f6 Switch to letting roku scale the Poster Image with scaleToFit 2022-04-19 17:50:34 +01:00
candry7731
1fe6fd06f3 Update ListPoster.brs
Updated list posters to fix image sizing.
2022-04-16 13:04:23 -05:00
candry7731
4bd7e38399 Updated Season Row Height
1. Fix Season row height
The row was overlapping the extras group
2. Expanded the row so the counter was not cut off the screen
2022-04-14 21:50:47 -05:00
Jimi
6743526014 Skip books on TV 2022-04-13 06:28:04 -06:00
debmint
6a0b790d41
Merge video and audio options (#535)
Authored-by: Joel Tony <joeltony72@gmail.com>
2022-04-07 07:31:16 +01:00
Neil Burrows
98bb3f1fff Check variable set before access 2022-03-18 09:11:57 +00:00
Jimi
129be19a07 Merge branch 'master' into feature/531-mulitple-movie-video-streams 2022-03-13 05:49:36 -06:00
debmint
0f18add523
Movie extras (#520) 2022-03-13 08:46:03 +00:00
Jimi
67a4f736a1 Formatting 2022-03-12 19:20:21 -07:00
Jimi
21b834e93f Reload audio choices when video version is changed 2022-03-12 19:18:54 -07:00
Jimi
ecde74cd3e Implement Version selection for Movies 2022-03-12 18:10:50 -07:00
Jimi
2d79b74fcc Merge branch 'master' into feature/211-Support-For-Photos 2022-02-13 13:53:50 -07:00
Jimi
2133c5af24 Cleaner implementation of hiding overhang data. 2022-02-13 13:53:30 -07:00
Neil Burrows
9b87da42f7
Merge branch 'master' into feature/525-skip-books-until-supported 2022-02-13 15:41:07 +00:00
Jimi
707dc07332 Skip books until supported 2022-02-13 06:32:08 -07:00
Jimi
8b6957ff30 Formatting 2022-02-06 15:38:26 -07:00
Jimi
68df29c6ca Hide overhang when viewing photos. 2022-02-06 15:37:40 -07:00
Jimi
c15e554862 Formatting 2022-02-06 10:12:32 -07:00
Jimi
593f863949 Cleanup and stubbed out shuffle option 2022-02-06 10:10:29 -07:00
Jimi
bc5c61a519 Initial support for photo viewing 2022-02-06 08:37:02 -07:00
Jimi
7100438b08 Missed check-in 2022-02-04 19:00:15 -07:00
Jimi
ce7e30b873 Add video and audio codec info to TV show details 2022-02-04 18:53:54 -07:00
jimiatnymbl
79b2ea18f5 Don't load entire grid to update single recording 2022-01-16 08:54:43 -07:00
jimiatnymbl
eff6baa31d Formatting 2022-01-16 07:12:58 -07:00
jimiatnymbl
e4f05e5eb2 Record icon and focussed button improvements. 2022-01-16 07:12:04 -07:00
jimiatnymbl
c388fa36fe Formatting 2022-01-10 17:12:55 -07:00
jimiatnymbl
70c2945912 Hide Rec Series if not a series 2022-01-10 17:11:54 -07:00
jimiatnymbl
6290a9e407 Formatting 2022-01-09 07:56:52 -07:00
jimiatnymbl
55d7346be1 Cleanup 2022-01-09 07:56:10 -07:00
jimiatnymbl
572963e28f Don't show buttons when user doesn't have access. 2022-01-08 23:31:27 -07:00
jimiatnymbl
09101569b5 Comment cleanup 2022-01-08 23:06:56 -07:00
jimiatnymbl
abc73a2478 Formatting 2022-01-08 22:50:53 -07:00
jimiatnymbl
0e272b905f Working first draft 2022-01-08 22:49:05 -07:00
jimiatnymbl
76c96ab1e7 WIP 2022-01-08 22:43:17 -07:00
jimiatnymbl
78fb57bcb1 WIP (recording single and series with red logo) 2022-01-08 21:40:25 -07:00
jimiatnymbl
c9bf023949 WIP (can start single recording from guide) 2022-01-08 17:04:38 -07:00
Jimi Dodge
8af0148e59 WIP 2022-01-04 20:50:45 -07:00
Jimi Dodge
8ee6fedc41 WIP (Record button UI) 2022-01-04 20:36:21 -07:00
Neil Burrows
0921e26114
Merge branch 'master' into feature/save-servers 2022-01-02 16:25:42 +00:00
jimiatnymbl
1876dd29bd Working with new checkbox 2021-12-29 20:51:39 -07:00
jimiatnymbl
2aece6ef5d WIP (added server name to saved list) 2021-12-26 11:52:43 -07:00
jimiatnymbl
48c81f97d7 Formatting 2021-12-23 21:08:43 -07:00
jimiatnymbl
9712e9f2ac Typo 2021-12-23 17:09:03 -07:00
jimiatnymbl
c3cb43ad4d Working v1 (no username or pass) 2021-12-23 15:17:38 -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
Neil Burrows
3262eaaf38 Display dialog when a required transcode url is not provided by the server 2021-12-03 09:40:15 +00:00
JD Layman
f5dbeb5205 Rename GroupStack to SceneManager to make functionality more obvious 2021-10-09 21:14:32 -05:00
JD Layman
6eb283de1b Abstract remaining overhang functionality with groupStack so overhang is never accessed directly 2021-10-09 21:14:32 -05:00
JD Layman
6c03736e41 Apply focus after attaching node to scene
This fixes problems where focus was not properly applied to videos resulting in lack of controls
2021-10-09 21:14:31 -05:00
JD Layman
692cb8e922 Add filter information to title when browsing a collection 2021-10-09 21:14:31 -05:00
JD Layman
be24a19c8f Add groups to stack to manage active group for main scene 2021-10-09 21:14:31 -05:00
JD Layman
e23f3ff8ac Remove debugging breakpoint 2021-10-09 21:14:31 -05:00
JD Layman
4b26350a82 Prevent program details poster from covering the *Options indication on Live TV 2021-10-09 21:14:31 -05:00
JD Layman
3b531188cf Restore focus within TV Guide after options close 2021-10-09 21:14:31 -05:00
JD Layman
2fc7f0383c Retain view/sort/filter settings for collections 2021-10-09 21:14:30 -05:00
Neil Burrows
c23b64d46e
Merge branch 'master' into video-fixes 2021-09-06 07:23:38 +01:00
JD Layman
2740e4cd26 Fix app crash if TV guide is filtered after already scrolling through channels 2021-09-05 23:06:28 -05:00
JD Layman
c46753e7ec Prevent video playback error when playing a TV channel after filtering TV guide 2021-09-05 23:06:13 -05:00
JD Layman
3bb85157e6 Move video playstate reporting into video component. 2021-09-05 00:09:55 -05:00
JD Layman
4a0907ca21 Report playback progress in a separate thread to reduce render latency. 2021-09-01 20:10:44 -05:00
Neil Burrows
4fdf25f1b4 Removing missed debug print statement 2021-08-01 10:00:20 +01:00
Neil Burrows
e10cf817c5 Enable favourite filtering on TV Guide 2021-08-01 09:56:54 +01:00
Neil Burrows
10ca08bdf8 Only signal EPG Performance Monitoring events once 2021-08-01 09:24:57 +01:00
Neil Burrows
451be6bdf2 Add filtering to LiveTV Channel List & TV Shows 2021-08-01 09:15:46 +01:00
Neil Burrows
d65a57cbde Prevent auto switching to TV Guide when channel list selected 2021-08-01 08:45:12 +01:00
Bronley
43b4ac3fc9 Format all brs files 2021-07-28 06:51:15 -04:00
Bronley
30377d3ebd Fix crash when validating serverUrl 2021-07-15 22:32:34 -04:00
Bronley
97ef66ff96 Handle server list navigation and focus better 2021-07-13 19:05:20 -04:00
Bronley
af8db646ff add translation support for server picker page 2021-07-12 22:38:25 -04:00
Bronley
65f56e8b56 Add ClientDiscovery network JF server detection 2021-07-12 22:32:31 -04:00
Bronley
4ddfec422b Fix focus issues when no servers found on network 2021-07-11 22:06:10 -04:00
Bronley
001593982e Fix incorrect width for submitSizer 2021-07-09 15:33:25 -04:00
Bronley
acdb635f7a Fix lint issues. 2021-07-09 15:16:43 -04:00
Bronley
fa2452c037 Merge branch 'master' of https://github.com/jellyfin/jellyfin-roku into ssdp-scan 2021-07-09 06:53:16 -04:00
Bronley
937e7c9e86 Select bottom server item when going back up 2021-07-09 06:34:43 -04:00
Bronley
36924183c4 Fixed base url calculation in SSDP task 2021-07-09 06:31:04 -04:00
Bronley
566e31018c Use layout groups to standardize spacing 2021-07-09 06:25:30 -04:00
Bronley
ebd49cefb3 Finished with initial flow 2021-07-09 06:17:04 -04:00
Bronley
44bf6d2b12 Add ui components and focus handling 2021-07-09 06:12:19 -04:00
Bronley
c303250ffa Add spinner component 2021-07-09 06:12:04 -04:00
Bronley
28157d038f Add SSDP scanner task 2021-07-08 14:45:30 -04:00
rob-land
e4f667f1da Displays multiple directors instead of just one 2021-07-01 15:43:11 -05: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
13c2391ba7 Linter Fixes: Use of unassigned variables 2021-06-26 14:51:19 +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
Anthony Lavado
b878193f56
Merge branch 'master' into transcoding-logic-rework 2021-06-15 09:54:40 -04:00
Neil Burrows
d8d1745720 Rework Subtitle Code 2021-06-12 16:03:47 +01:00
candry7731
b906ee09f3
Update SearchRow.brs 2021-06-11 14:33:18 -05:00
candry7731
2567a708af
Merge pull request #1 from candry7731/candry7731-Update-Load-Channel-Limit-task-to-2000-channels
Added 2000 channel task Limit
2021-06-11 14:30:46 -05:00
candry7731
a908fc77b2
Update LoadChannelsTask.brs 2021-06-11 14:22:44 -05:00
candry7731
bf31fdb95d
Update LoadChannelsTask.xml 2021-06-11 13:53:41 -05:00
candry7731
77fcae3384
Update SearchRow.brs
Added Live TV and Updated Persons to show all search results
2021-06-09 09:20:36 -05:00
candry7731
b245bc6e8c
Added 2000 channel Limit
Updated the load channels task to have a limit of 2000
2021-06-07 11:09:46 -05:00
jd1123
6762b70c91 Do not display images if the Type is "CollectionFolder" 2021-04-20 21:43:47 -04:00
jd1123
be3b410d20 This fixes #425 2021-04-20 20:24:28 -04:00
Neil Burrows
e783e5e562 Add Folder icon when no poster/backdrop set for Files library 2021-04-12 07:43:41 +01:00
Neil Burrows
18d159b30e Handle CollectionFolder to allow folder browsing 2021-04-12 07:37:51 +01:00
Anthony Lavado
20ba9a4f99
Merge branch 'master' into remove-unused-code 2021-04-10 21:37:07 -04:00
Neil Burrows
58972c5ece Remove unsed/unreferenced code 2021-04-10 15:30:33 +01:00
Neil Burrows
f1118dc7b8 Fixes for Lazyman Plugin 2021-04-10 11:20:02 +01:00
Neil Burrows
5f698225c5
Merge branch 'master' into remove-overhand-background 2021-04-04 20:39:42 +01:00
Neil Burrows
ae1c7ab63b Remove Overhang Background 2021-04-04 16:47:01 +01:00
Anthony Lavado
ce5290582f
Merge branch 'master' into improved-server-connection-feedback 2021-04-04 11:36:02 -04:00
Neil Burrows
666fe2cf38 Improve server connection feedback 2021-04-04 14:41:44 +01:00
Neil Burrows
df4807e73d Display LiveTV Program start Dates in local timezone 2021-04-04 11:57:28 +01:00
Anthony Lavado
81b7af5b7d
Merge branch 'master' into sort-and-filter-collections 2021-03-24 23:56:44 -04:00
Neil Burrows
aee0171718 Allow sorting / filtering of Boxsets / Collections 2021-03-24 16:48:25 +00:00
Neil Burrows
67daf9bb8e Fix observed field when sorting/filtering items in grid 2021-03-24 11:19:02 +00:00
Neil Burrows
cf7cba9a64
Merge branch 'master' into force-guide-focus 2021-03-21 21:50:22 +00:00
Neil Burrows
a3404604e9 Rename ItemGrid2 folder to ItemGrid 2021-03-07 11:11:28 +00:00
Neil Burrows
fd36765696 Rename ItemGrid2 to ItemGrid 2021-03-07 11:11:28 +00:00
Neil Burrows
ef748eba18 Remove Legacy ItemGrid pages and simplify main event loop 2021-03-07 11:11:28 +00:00
Anthony Lavado
7f70cd7ce1
Merge branch 'master' into remove-recursive-on-boxsets 2021-03-06 14:21:10 -05:00
Neil Burrows
fba9b1a611 Remove recursive option when loading boxset detail 2021-03-06 15:46:19 +00:00
Neil Burrows
9143f09c6e
Merge branch 'master' into static-analyzer-issues 2021-02-21 17:15:41 +00: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
dacb4dcda2
Merge pull request #363 from TwitchBronBron/continuous-integration 2021-02-12 15:38:57 +00:00
Neil Burrows
953ebef892 Force guide focus when Programs Loaded 2021-02-09 22:20:57 +00:00
Anthony Lavado
519d73d8c0
Merge pull request #338 from neilsb/livetv-remove-task-data
Remove data from livetv task nodes after use
2021-02-03 00:44:18 -05:00
Bronley
ef90af4c36 Fix some more errors found by bsc 2021-01-31 14:35:18 -05:00
Neil Burrows
a211fc37b9 Correct Home Screen Selection Box size 2021-01-31 19:17:03 +00:00
Neil Burrows
c233e58a55
Merge branch 'master' into misc-scope-fixes 2021-01-31 19:11:38 +00:00
Bronley
4b4f5b9130 Add missing script reference. 2021-01-30 14:54:49 -05:00
Bronley
edec0c6d3e Remove missing functions from interfaces 2021-01-30 14:54:40 -05: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
Neil Burrows
ebda20fadd Remove data from livetv task nodes after use 2020-12-12 11:51:11 +00:00
cewert
2c9bc15b8c Remove task content data after use in itemgrid2 2020-12-10 23:49:41 -05:00
cewert
6019f959b6 Remove data from home task nodes after use 2020-12-08 15:40:15 -05:00
cewert
85dc14f0c6 Enable quickplay on season episode list 2020-12-08 15:05:22 -05:00
Anthony Lavado
6282f6f5c7
Merge pull request #328 from neilsb/manually-load-home-libraries
Move home library loading from init into own function
2020-12-08 13:09:02 -05:00
Neil Burrows
f3019f3e7f Move home library loading into function 2020-12-08 15:56:13 +00:00
Neil Burrows
30ed6582f9 Ensure currently selected channel in guide is used when "Watch" selected 2020-12-08 15:07:44 +00:00
cewert
45c82fabdd Enable quickplay in itemgrid2 2020-12-08 04:08:19 -05: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
Charles Ewert
d165eee661
Merge pull request #317 from cewert/autoplay-episodes
Auto play the next TV episode
2020-12-02 12:00:50 -05: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
cewert
79dbfc7db8 Auto play the next available episode 2020-11-30 02:46:20 -05:00
Anthony Lavado
6bab4b719e
Merge pull request #311 from neilsb/livetv-guide
Add Live TV guide
2020-11-29 23:49:08 -05:00
Anthony Lavado
704ee3abe2
Merge pull request #315 from cewert/issue313
Hide the star icon when community rating is invalid
2020-11-29 13:02:43 -05:00
Neil Burrows
86987e8590 For LiveTV Library, respect default view if set to "TV Guide" 2020-11-29 11:18:23 +00:00
Neil Burrows
a9516597fc Use placeholders when no information to display (Show Image / Details) 2020-11-29 10:19:10 +00:00
Neil Burrows
15951d59e6 Show "Loading " message while loading initial channel list & schedule 2020-11-29 09:17:29 +00:00
cewert
907842d9f9 Hide the star icon when invalid on movie detail 2020-11-29 00:02:06 -05:00
cewert
ffa9d0b8b4 Allow the row of seasons to wrap 2020-11-28 23:02:19 -05:00
cewert
7793fcb666 Make list of episodes wrap 2020-11-28 22:56:37 -05:00
Neil Burrows
3e45975a9a Send Schedule Request using POST as opposed to GET request 2020-11-27 14:46:03 +00:00
Neil Burrows
b3b24db49e Adding required Roku Performance Beacons for EPG
https://developer.roku.com/en-gb/docs/references/scenegraph/list-and-grid-nodes/timegrid.md#measuring-epg-launch-times
2020-11-26 08:19:26 +00:00
Neil Burrows
257cff4d9e Ensure Channel Name is Description is updated correctly 2020-11-26 08:18:55 +00:00
Neil Burrows
ee622143bf
Apply spelling suggestions from code review
Co-authored-by: artiume <siderite@gmail.com>
2020-11-24 08:15:32 +00:00
Neil Burrows
c3e1860a25 Remove commented out code 2020-11-23 17:32:55 +00:00
Neil Burrows
3b0ff73f36 Fixing LiveTV icon 2020-11-23 17:25:42 +00:00
Neil Burrows
f94d56ffd3 Live TV Schedule / Guide 2020-11-23 17:13:57 +00:00
Neil Burrows
fff514850a Fix placeholder images 2020-11-17 16:10:17 +00:00
Neil Burrows
bab495271f
Merge pull request #297 from Artiume/patch-2
Add Shows as a searchable datatype
2020-11-17 13:04:50 +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
84bd1a8e72
it's Shows 2020-11-16 05:08:18 -05:00
artiume
4f1b8e8342
Add Shows as a searchable datatype 2020-11-16 05:03:24 -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
45a785d391 Handle Mixed Media Folders 2020-10-30 17:23:28 +00:00