Commit Graph

869 Commits

Author SHA1 Message Date
1hitsong
f29316b6e7
Merge pull request #1077 from cewert/fix-crashes
Fix crashes from crashlog report
2023-03-15 21:48:16 -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
d213158853
Show "Actor" when an actor has an empty role (#1055)
* Show "Actor" when an actor has an empty role

* bugfix
2023-03-15 18:00:15 -04:00
Charles Ewert
7e99631960
Fix crash in JFOverhang.brs (#1070)
* check user settings before calling resetTime after exiting screensaver
* address reviewer feedback
2023-03-14 20:33:56 -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
Charles Ewert
4590a79758 dont use optional chaining operators 2023-03-05 13:57:32 -05:00
Charles Ewert
79b38d2387 ensure vars are valid - fix crashlog error line 465 2023-03-04 13:28:43 -05:00
Charles Ewert
46180d8049 ensure vars are valid - fix crashlog error line 45 2023-03-04 13:10:58 -05:00
Charles Ewert
fe93f13da1 ensure vars are valid - fixes crashlog line 100 2023-03-03 20:40:21 -05:00
Charles Ewert
cc1e3be6b2 ensure vars are valid - fix crashlog line 80 2023-03-03 20:38:21 -05:00
1hitsong
57a4a5cf38
Create global audio player (#1024)
* Create global audio player
* Fix crash when pressing back
2023-02-27 18:51:27 -05:00
1hitsong
2eff1401d8
Add Genres, Parental Ratings, and Years as Movie Filters (#928)
* Add Movie Filters
* Add filter names to translations file.
* Only jump up if content is reloaded
2023-02-25 14:51:36 -05:00
1hitsong
a33ce8bd57
Playlist support & TV Shuffle (#986)
* Add TV Episode Shuffle
* Reuse playback info
* Get Subtitle Popup working
* Get Subtitle Popup working
* Get Resume/Restart popup working
* Playlist poster, bug fixes
* Remove commented out code
* Start from beginning if playing queue
* Fix Playback Info issue
* Remove optional chaining to fix formatter
* Fix playlist content list. Code cleanup.
* Remove commented out code
2023-02-25 11:43:36 -05:00
Jinho Kim
45dc9e5fa0
Merge branch 'unstable' into unstable 2023-02-21 12:42:22 -05:00
Jinho Kim
bd5a05563a Custom subtitles added to options
Custom subtitles can be enabled via * > Settings > Playback > Use Custom Subtitles

Fallback font downloaded only if it is enabled in system settings

Cleaned up various code
2023-02-19 13:30:48 -05:00
1hitsong
37298339cc
Merge pull request #1004 from sevenrats/new-persondetails-view
New persondetails view
2023-02-12 07:02:09 -05:00
1hitsong
b69f1db6cc
Merge pull request #999 from sevenrats/extras-name-scrolling
make title scrolling consistent in extras slider
2023-02-12 07:01:25 -05:00
candry7731
c6a525fe47
Merge branch 'unstable' into Add-Loading-ux-to-movies-details-screen 2023-02-11 12:59:11 -06:00
candry7731
58719e76db
Update components/movies/MovieDetails.xml
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-02-11 12:55:54 -06:00
candry7731
587bb8dc30
Update components/movies/MovieDetails.xml
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-02-11 12:55:39 -06:00
sevenrats
0fa27e3db9 set role width to image width 2023-02-11 12:13:47 -05:00
sevenrats
4382b089d0 remove debug code and duplicate translations 2023-02-11 11:55:43 -05:00
Jinho Kim
facec489ad Change Background/* settings to affect rectangle
Remove text outline
Add background rectangle
2023-02-10 12:18:17 -05:00
1hitsong
083a83a051
Merge pull request #997 from sevenrats/episode-failure
Graceful episode playback failure
2023-02-08 20:40:30 -05:00
sevenrats
e6ea2f2361 make the right sound 2023-02-08 20:36:41 -05:00
sevenrats
fe1f21341c address comments 2023-02-08 19:58:05 -05:00
sevenrats
a8b4296676 use more accurate name 2023-02-08 19:26:02 -05:00
sevenrats
3ec90bf1ae convert role to scrollinglabel 2023-02-08 10:29:44 -05:00
sevenrats
1f2b343205 dont set nonexistent field 2023-02-07 23:05:57 -05:00
Jinho Kim
cc2b966570 Add captionStyle support 2023-02-07 18:37:03 -05:00
sevenrats
a4d811d600 fix slider 2023-02-07 14:10:01 -05:00
sevenrats
d01c45570c vertical balance, center info failure 2023-02-06 23:48:56 -05:00
Austin Crandall
2e59f95253
Merge branch 'unstable' into new-persondetails-view 2023-02-06 23:29:30 -05:00
sevenrats
ef65316cbb balance margins, react to premieredate 2023-02-06 23:27:46 -05:00
Jinho Kim
6e5e14444e Optimize parseVTT
Change back to gettofile

Fix default font in captionTask

Update captionTask.brs
2023-02-06 10:18:00 -05:00
1hitsong
c2c0f789f5 Hide button once countdown reaches 0
Prevents showing negative numbers
2023-02-05 06:59:46 -05:00
candry7731
654c0b8aaf
Merge branch 'Add-Loading-ux-to-movies-details-screen' into candry-loadingux 2023-02-04 21:53:50 -06:00
candry7731
86deedc7c6 Merge branch 'unstable' of https://github.com/jellyfin/jellyfin-roku into Add-Loading-ux-to-movies-details-screen 2023-02-04 21:50:28 -06:00
candry7731
1b760a7ce4 Merge branch 'unstable' of https://github.com/jellyfin/jellyfin-roku into NextUpButtonDuration 2023-02-04 20:16:38 -06:00
1hitsong
94465f36c8 New User Setting: Disable Unwatched Episode Count 2023-02-04 18:16:36 -05:00
Jinho Kim
305ac54d8d Fix variable initialization in captionTask 2023-02-04 16:54:05 -05:00
Jinho Kim
1ee4ef8d12 Move font download to Main.brs
Optimize parseVTT performance
2023-02-04 13:07:40 -05:00
sevenrats
7809b2e261 always focus dscr, formatting 2023-02-04 12:22:49 -05:00
sevenrats
fcf0b9fb0e fix irregular slider height in persondetails 2023-02-04 11:22:54 -05:00
sevenrats
293835e81b restore m.spinner declaration in moviedetails 2023-02-04 00:34:39 -05:00
sevenrats
3b00d3ab28 simpler spinner 2023-02-04 00:26:55 -05:00
candry7731
a5eb1a6bf7 Create Setting for Next Up button duration 2023-02-03 13:00:02 -06:00
Jinho Kim
3b7f7d7f82 Remove "unobserve position" in JFVideo
JFVideo now always observes position.  "Next Episode" button is displayed only if content type is "episode"
2023-02-02 22:48:03 -05:00
Jinho Kim
15a25b14df Fix subtitle uri 2023-02-02 19:43:53 -05:00
candry7731
827a5fd406
Merge branch 'unstable' into Add-Loading-ux-to-movies-details-screen 2023-02-02 13:42:19 -06:00