Commit Graph

712 Commits

Author SHA1 Message Date
Charles Ewert
032ee089ea same appInfo to global var 2023-03-27 12:40:13 -04:00
1hitsong
25ce0b9e9d Stop spinner when intro video starts & disable intros on playlists 2023-03-23 18:59:23 -04:00
1hitsong
7ef2666fa5
Merge pull request #1119 from 1hitsong/finalWhatsNew
Final What's New Content
2023-03-22 21:29:11 -04:00
1hitsong
34d791b8e1
Update source/static/whatsNew.json
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-22 21:26:38 -04:00
1hitsong
127dd6808a Final What's New Content 2023-03-22 21:22:16 -04:00
Charles Ewert
f4273732ff
Merge pull request #1101 from cewert/disable-next-episode-popup
Only show next episode popup if web client setting is turned on
2023-03-22 20:33:43 -04:00
Charles Ewert
d34002cc3d save userConfig to global var + check userConfig before showing "next episode" popup 2023-03-22 14:10:07 -04:00
Charles Ewert
ef2b1293ec Only show next episode popup if web client setting is turned on 2023-03-19 10:05:44 -04:00
1hitsong
5ad64dc6d4
Update source/static/whatsNew.json
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:13:14 -04:00
1hitsong
5810ed2a9b
Update source/static/whatsNew.json
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:13:02 -04:00
1hitsong
9727668bf3
Update source/static/whatsNew.json
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:12:56 -04:00
1hitsong
02edf6876b Update What's New popup content 2023-03-16 09:05:15 -04:00
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
2b2c366f37 Merge remote-tracking branch 'upstream/unstable' into fix-crashes-main 2023-03-14 22:55:09 -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
55b2ee1831
Fix crash in VideoPlayer.brs (#1067)
* ensure vars are valid - fixes crashlog line 49
* don't use optional chaining operators

---------

Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-03-13 16:16:36 -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
0b76f0279a ensure server setting is valid 2023-03-05 13:37:42 -05:00
Charles Ewert
33c3894638 don't use optional chaining operators + address review comments 2023-03-05 08:28:30 -05:00
Charles Ewert
272efb7ad6 ensure vars are valid - fixes crashlog errors line 336 + 339 2023-03-04 13:46:36 -05:00
Charles Ewert
45209b148e ensure vars are valid - fix crashlog error line 56 +121 2023-03-03 20:21:09 -05:00
Charles Ewert
742c60b910 ensure vars are valid - fixes crashlog line 516 2023-03-02 13:33:54 -05:00
Charles Ewert
a39f52cd51 ensure vars are valid - fixes crashlog lines 491 + 495 2023-03-02 13:23:35 -05:00
Charles Ewert
9638d2410e fix typos + ensure vars are valid - fixes crashlog lines 445 + 468 2023-03-02 13:12:25 -05:00
Charles Ewert
9329c857a2 ensure vars are valid - fixes crashlog line 416 + 433 2023-03-02 13:04:06 -05:00
Charles Ewert
49d0f678e3 ensure vars are valid - fixes crashlog line 404 2023-03-02 12:56:51 -05:00
Charles Ewert
230e1d6a19 ensure vars are valid - fixes crashlog line 230 2023-03-02 12:05:36 -05:00
Charles Ewert
b14bdd019a ensure vars are valid - fixes line 370 + 386 crash 2023-03-02 11:57:31 -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
candry7731
c6a525fe47
Merge branch 'unstable' into Add-Loading-ux-to-movies-details-screen 2023-02-11 12:59:11 -06:00
candry7731
96593813a1 Stop spinner, from continue watching option 2023-02-10 21:57:46 -06:00
1hitsong
083a83a051
Merge pull request #997 from sevenrats/episode-failure
Graceful episode playback failure
2023-02-08 20:40:30 -05:00
sevenrats
fe1f21341c address comments 2023-02-08 19:58:05 -05:00
candry7731
1dcd328ef4 Add user policy to check if canDelete 2023-02-07 15:56:24 -06: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
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
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
Jimi
9d91ea942b Updates based on PR comments. 2023-02-04 07:21:27 -07:00
Jimi
dbf5bc8dcb Allow user to set a max bitrate 2023-02-04 06:54:39 -07:00
Jimi
a6131864f2
Merge branch 'unstable' into feature/jf-allow-unlimited-bitrate 2023-02-04 05:46:50 -07:00
sevenrats
5c22f8a9e5 more spinners 2023-02-04 01:39:09 -05:00
sevenrats
8e6841f1a0 destroy spinner when season load complete 2023-02-04 01:18:32 -05:00