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
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
ddd5261bd5
Handle Missing Media Streams when displaying media info
2022-04-26 17:35:40 +01:00
Jimi
84d19217f8
Handle options for "back"
2022-04-26 06:01:53 -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
Jimi
5ffa09f602
Allow selection of different audio tracks for tv shows
2022-04-24 09:10:18 -06:00
Neil Burrows
9b6ebc2715
Fixing linter errors and removing debug print statement
2022-04-20 09:27:14 +01: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
debmint
0f18add523
Movie extras ( #520 )
2022-03-13 08:46:03 +00: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
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
13c2391ba7
Linter Fixes: Use of unassigned variables
2021-06-26 14:51:19 +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
ef748eba18
Remove Legacy ItemGrid pages and simplify main event loop
2021-03-07 11:11:28 +00:00
Bronley
15509514f8
Change field type associativearray to assocarray
2021-01-30 14:38:39 -05:00
cewert
85dc14f0c6
Enable quickplay on season episode list
2020-12-08 15:05:22 -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
60df11d51c
Move content into Roku Safe Zones
2020-06-25 11:37:18 +01:00
Shaun Campbell
3a4b4a0845
Improve readability of items on the TV Shows Grid ( #206 )
...
* Decreasing number of items on TV Series grid to 6 and sizing for 2 rows
* Reducing m.page_size to 48 from 50. Fixing collections page to have 6 per row
2020-05-28 20:36:23 +01:00
Tod Fitch
b3bb82759d
Fix cut and paste error
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -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
Neil Burrows
050aa0bcea
Display clock format in 12/24hr based on Roku Clock setting
2020-04-10 09:04:48 +01:00
Charles Ewert
5189bb557c
Alignment fix on episode list
2020-03-19 22:18:34 -04:00
Charles Ewert
501ded7937
Add star icon to TV show detail page
2020-03-19 22:18:34 -04:00
Neil Burrows
8e1bca380c
Filenames to match component names
2020-03-18 09:10:31 +00:00
Neil Burrows
721eddd864
Get Library type from node type
...
And rename badly names variable
2020-03-14 08:51:40 +00:00
Neil Burrows
f77a662dfb
Fix paging in libraries
2020-03-13 16:41:59 +00:00
thomabx
e4d6e67a80
Change look of movie/episode display
2020-03-04 20:00:33 -08:00
Charles Ewert
44f1e35f99
Only show overlay options text when needed
2020-02-29 20:41:57 -05:00
Charles Ewert
c7a5ab8944
Set overhang title before loading new screen
2020-02-28 21:09:56 -05:00
thomabx
f597af5985
Fixed episode runtime text under 10 minutes
2020-02-23 14:35:14 -08:00
thomabx
9235599a52
Update components/tvshows/details-list.brs
...
Fixed whitespace
Co-Authored-By: Nick Bisby <nick@bisby.xyz>
2020-02-23 11:04:02 -08:00
thomabx
d5a9cf4d75
Check indexNumber exist for episode
2020-02-23 10:58:24 -08:00
thomabx
3314a21eb0
Add episode number to episode lists
2020-02-23 07:28:19 -08:00
thomabx
35753b2129
Removed unused variable
2020-02-22 20:51:53 -08:00
thomabx
fb757570c3
Improved interface for TV episodes
2020-02-22 20:47:00 -08:00
Nick Bisby
819c89c3fa
Don't typecast invalid ( #98 )
2019-12-08 19:31:07 -06:00
Nick Bisby
edab57c45b
Make TV series work again, or for the first time\? ( #94 )
2019-12-06 20:49:37 -06:00
Nick Bisby
a6611dccce
And for TV shows
2019-10-18 22:38:00 -05:00
Nick Bisby
dfe3dafdfd
Handle int better
2019-09-23 23:49:09 -05:00
Nick Bisby
f05732513d
This should be abstracted but just solve it for now
2019-09-23 23:35:26 -05:00