Commit Graph

195 Commits

Author SHA1 Message Date
Nick Bisby
a5cf36aaf3
remove more debug lines 2020-10-18 16:54:43 -05:00
Nick Bisby
dd391ff0ea
Initial batch of livetv updates to itemgrid2 2020-10-17 14:07:32 -05:00
Neil Burrows
93e64b6b39 Support BoxSets & Collections in new Item Grid 2020-06-23 17:12:47 +01:00
Anthony Lavado
146e00b23b
Merge pull request #213 from neilsb/collections
Fix Collections for Movies, Episodes & Series
2020-06-17 22:17:21 -04:00
Neil Burrows
43bdf508cd Fix Collections for Movies, Episodes & Series 2020-06-17 08:15:13 +01:00
Neil Burrows
eea189bd97 Implement new ItemGrid for TV Shows 2020-06-17 08:10:03 +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
68e322b1ca Updated design and functionality of ItemGrid for Movies 2020-06-10 17:43:32 +01:00
Neil Burrows
ea245d2abc Initial LiveTV Support
Most of the work from Alex Gonzales (@Musi13)
2020-05-31 16:05:22 +01: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
thomabx
14f680fb71 Allow user to change subtitle track during playback 2020-03-28 13:04:57 -07:00
thomabx
509465122b Change variables to camelCase 2020-03-22 15:40:47 -07:00
thomabx
2dde9554e5 Check if base URL used before adding port 2020-03-21 14:42:53 -07:00
thomabx
f4a792dac6 Select user on login and other login updates 2020-03-21 14:22:26 -07: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
3741cbc912 Reworked Home Screen
- Using Task for loading
- Showing Up Next & Newest Library data
- Trying to make more modular
2020-03-12 18:33:45 +00:00
Charles Ewert
513f9b9618 Add "Continue Watching" row on home screen 2020-03-07 10:39:11 -05:00
thomabx
66f0041262 Cleaned whitespace 2020-03-03 19:02:05 -08:00
thomabx
84f4baebd1 Reworked Dialog 2020-03-03 18:46:26 -08:00
thomabx
016b9ec586
Fix for overhang
Incorrect variable type was being sent back.
2020-02-23 07:45:31 -08:00
thomabx
fb757570c3 Improved interface for TV episodes 2020-02-22 20:47:00 -08:00
Anthony Lavado
24364274b5 remove newlines 2020-02-20 01:47:21 -05:00
Anthony Lavado
12a7a2bc5f Add a base url to the example text 2020-02-20 01:46:55 -05:00
Anthony Lavado
03e52e3540
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-20 01:43:59 -05:00
Anthony Lavado
48a62d2962 add example text and node 2020-02-19 04:15:41 -05:00
Anthony Lavado
ffcd63fc91 Remove port, accept URL as is 2020-02-19 02:33:49 -05:00
thomabx
5f0513b12f Prevent playback after duration of video 2020-02-17 17:08:51 -08:00
thomabx
360541bb47 Reports playback status to the server 2020-02-17 11:30:04 -08:00
benjamin
42149579c4 Added pager support ot tvshows 2020-02-15 09:56:56 -08: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
b2a4bc8319 Make collections work, for movies at least 2019-10-17 20:52:26 -05:00
Charles Ewert
b59d13f1c9 Fix merge 2019-10-14 22:43:44 -04:00
Nick Bisby
a0a17108f6 Make var hold id, rather than node 2019-10-14 20:55:29 -05:00
Nick Bisby
bfc48af5e7 Give pagers more authority 2019-10-14 20:55:29 -05:00
Nick Bisby
3ed9846e42 Make search work from sidebar 2019-10-14 20:55:29 -05:00
Nick Bisby
0ec2872093 So much reorganizing 2019-10-14 20:55:29 -05:00
Nick Bisby
e1839b66cd Make back exit the library group 2019-10-14 20:55:29 -05:00
Nick Bisby
52fc6ec193 Get video playing fully using single scene 2019-10-14 20:55:29 -05:00
Nick Bisby
47cdb0d47a Begin drastically reworking towards a single scene 2019-10-14 20:55:29 -05:00
Nick Bisby
528deec6b8
Watch for and capture escaped button presses (#57)
* Watch for and capture escaped button presses

* remove debug prints
2019-07-30 23:31:48 -05:00
C gh0ul
4652c742ef Update LoginFlow to handle server unavailable scenario 2019-07-25 08:31:11 -05:00
Jon Banafato
accf8ecfa3 Fix maxPages off-by-one bug (#50)
The `pager.maxPages` calculation currently handles the case where there
are fewer than `page_size` items to display but will cut off the final
page for any page count larger than one. This change makes the page size
the ceiling of the calculation in all cases.
2019-07-12 23:10:54 -05:00
Nick Bisby
498440f2c5
Make ItemGrids more abstract (#49)
* Make the movie grid a bit more abstract

* Make the tvshow/collection grids more abstract
2019-07-09 08:57:59 -05:00
Nick Bisby
03938b911b Correct a swap of sort by and sort order 2019-06-16 19:02:22 -05:00
Matthew Crowson
28720512c4 Updating comment to match current functionality 2019-04-29 21:47:40 -04:00
Matthew Crowson
755d7fa55e some comments 2019-04-29 12:44:37 -04:00
Matthew Crowson
7d20e4d273 Error messaging for login failures and logo 2019-04-27 10:44:14 -04:00
Nick Bisby
1ad7a550b3
Add an add user button to avoid signing out 2019-04-24 23:15:25 -05:00
Nick Bisby
78afb5dab3
Change default sort to name, add options panel to TV Shows 2019-04-22 22:28:25 -05:00
Nick Bisby
9f7fe40650
Filter movie lookups to just movies 2019-04-22 20:25:16 -05:00
Nick Bisby
29d65928f5
Up-end everything and add a rudimentary profile system 2019-04-22 15:07:34 -05:00
Nick Bisby
e62fbc4f63
Add display name to options panel, begin multi-profile work 2019-04-22 14:08:10 -05:00
Nick Bisby
d23c6aeea0
Add proper playstate handling 2019-04-20 19:34:57 -05:00
Nick Bisby
5fd5c9eec2
Make things use Content rather than json 2019-04-14 19:19:06 -05:00
Nick Bisby
3c3960551e
Make libraries have a clearer interface 2019-04-14 18:34:50 -05:00
Nick Bisby
ca6701c086
Make TV seasons watchable 2019-04-13 23:47:27 -05:00
Nick Bisby
d2d46465ca
Use aliases for cleaner change tracking 2019-04-06 01:15:30 -05:00
Nick Bisby
a4ea3b04a6
Make BRS calls return content nodes 2019-04-05 19:35:29 -05:00
Nick Bisby
3832cce649
Transition TV show details to panels 2019-03-30 22:15:53 -05:00
Nick Bisby
1870e1af83
Begin passing in ContentNodes directly 2019-03-21 22:27:31 -05:00
Nick Bisby
7cb5dfd5c6
Clean up a lot of Config scenes etc 2019-03-19 22:23:58 -05:00
Nick Bisby
65d85f956e
Duct tape a crash 2019-03-19 21:36:59 -05:00
Nick Bisby
b49a4d614a
Add (movie) collections 2019-03-19 21:30:08 -05:00
Nick Bisby
a23076c8bb
Refocus library list after closing options panel 2019-03-19 13:19:08 -05:00
Nick Bisby
f258f6c4ac
Clean up some sign out bits 2019-03-19 09:11:46 -05:00
Nick Bisby
b433304856
Add sign out, update sign in a bit 2019-03-18 23:17:50 -05:00
Nick Bisby
fae99fa9f5
Break the API calls out into their own files for clarity 2019-03-18 22:02:07 -05:00
Nick Bisby
18ccd45998
Begin tracking play state 2019-03-18 20:11:34 -05:00
Nick Bisby
e6062661dd
Make the video player prettier and automark movies as played 2019-03-18 19:33:44 -05:00
Nick Bisby
7195d59c95
Make search sort options work 2019-03-17 19:17:54 -05:00
Nick Bisby
3658f0b77f
Add an options side panel 2019-03-17 18:07:57 -05:00
Nick Bisby
04fc7e71be
Notify the user rather than debug about missing features 2019-03-17 12:38:21 -05:00
Nick Bisby
95fd91fb70
Add a backdrop as a placeholder for no image found 2019-03-17 00:37:23 -05:00
Nick Bisby
1a2e31f3d2
Make search behave more like web 2019-03-16 17:11:50 -05:00
Nick Bisby
c5a4ba85a5
Make rudimentary search work 2019-03-14 17:50:20 -05:00
Nick Bisby
7bc6d969fa
Set up flow for search 2019-03-14 17:20:16 -05:00
Nick Bisby
a2f4df9884
Focus and unfocus search box 2019-03-14 16:50:42 -05:00
Nick Bisby
f3c9a4c25d
Have each button observe separately, so we can track them better 2019-03-13 23:09:55 -05:00
Nick Bisby
c382464647
Mark movies watched or unwatched 2019-03-13 22:01:05 -05:00
Nick Bisby
3a003d6361
Move all API calls off the render thread 2019-03-13 12:20:54 -05:00
Nick Bisby
29acf04dc6
Move favorite off of render thread 2019-03-12 22:27:24 -05:00
Nick Bisby
851d0520f3
Make movie favorite button work 2019-03-12 22:15:24 -05:00
Nick Bisby
20ad52a9da
Add a pager to TV seasons, and use the right stuff 2019-03-12 20:16:12 -05:00
Nick Bisby
1ed0466c6f
Add a named overhang, to look nice 2019-03-12 18:34:51 -05:00
Nick Bisby
449d787d37
Add pagination to the movie list 2019-03-11 22:49:17 -05:00
Nick Bisby
786b66eb3e
Use better model names 2019-03-11 20:24:39 -05:00
Nick Bisby
bc510a8a1d
Dont forgot git add, also show Season details page 2019-03-10 20:24:50 -05:00
Nick Bisby
44ccd0f756
List TV seasons 2019-03-10 20:03:45 -05:00
Nick Bisby
90b27998da
Move movie details to use a MovieItem for data 2019-03-10 00:12:09 -06:00
Nick Bisby
d9c81a4da7
Make stuff look a touch nicer 2019-03-09 23:28:28 -06:00
Nick Bisby
196bb4d1f0
Add actual buttons to details page, one of which plays 2019-03-09 16:23:57 -06:00
Nick Bisby
578581a52c
Add sorting and paging to movie list request 2019-03-09 16:09:21 -06:00
Nick Bisby
b8c5ef149a
Add a Movie Details scene 2019-03-07 21:47:10 -06:00
Nick Bisby
8c4cece3b5
Break out functions into their own files 2019-03-06 21:14:52 -06:00