Charles Ewert
8ef366f4c8
Remove 3rd Party Plugin Support
2023-05-05 14:53:32 -04:00
Charles Ewert
6c5a54a9ae
import baserequest.brs into new api sdk. This ensures files that import the sdk.bs file will have access to helper functions
2023-05-05 13:49:43 -04:00
Charles Ewert
897f3531d2
Update codebase to use the new api sdk
2023-05-05 13:45:53 -04:00
Charles Ewert
a7478fc42a
Don't use more than 5 params for Substitute()
2023-05-05 13:22:35 -04:00
Charles Ewert
f4a7a6c8af
remove unreachable code
2023-05-05 13:19:15 -04:00
Charles Ewert
9e740e7ef9
stop using api module's config() values
2023-05-05 13:17:14 -04:00
Charles Ewert
8997b1fd02
Import api roku module as a bsc namespace
2023-05-05 13:13:49 -04:00
Charles Ewert
2389af0868
Enable brighterscript, create NPM build scripts, install and use roku-log, and use bsc import statements ( #1173 )
2023-05-03 17:21:04 -04:00
Charles Ewert
92e1535f88
Merge pull request #1140 from cewert/expand-global-var
2023-05-02 14:39:17 -04:00
Charles Ewert
1eaa3649e3
Merge branch 'unstable' into release-sync-166
2023-04-26 21:05:38 -04:00
Charles Ewert
db50b0f8bb
prep for release
2023-04-26 20:48:36 -04:00
Charles Ewert
d8e91273c8
Merge pull request #1208 from cewert/fix-issue-1192
2023-04-23 13:45:52 -04:00
Charles Ewert
5f1550c74d
bugfix
2023-04-23 13:38:30 -04:00
Charles Ewert
b7b8a3461b
Move setConstants() to globals.brs
2023-04-23 13:31:31 -04:00
Charles Ewert
2ccacf6529
Set global vars before creating JFScene
2023-04-22 15:36:52 -04:00
Charles Ewert
ece472b91c
Use functions to save app and device data to global
2023-04-22 14:57:35 -04:00
Charles Ewert
8939ecc9c5
Merge remote-tracking branch 'upstream/unstable' into expand-global-var
2023-04-22 09:57:27 -04:00
Charles Ewert
c4d5a7de0a
Setup rooibos test framework ( #1141 )
2023-04-22 09:03:44 -04:00
Charles Ewert
4d643c9632
keep var lowercase like the rest
2023-04-21 19:16:19 -04:00
Charles Ewert
bb011f21f1
Remove unused global functions
2023-04-21 19:02:59 -04:00
Charles Ewert
51e72a78d3
Use EnableAudioGuideChangedEvent to update isAudioGuideEnabled
2023-04-21 19:02:28 -04:00
1hitsong
5f17467d62
Merge pull request #1166 from 1hitsong/homeCollections
...
Support favorited collections on home view
2023-04-20 07:22:09 -04:00
Charles Ewert
f0a485a60e
ensure data.Items is valid
2023-04-19 20:36:46 -04:00
Charles Ewert
d5808349c0
ensure data is valid before using - fixes crash log line 431
2023-04-19 19:19:37 -04:00
Charles Ewert
089708c6d9
ensure selectedSubtitle is valid before using - fixes crash on line 87
2023-04-19 18:55:31 -04:00
Charles Ewert
b91b2c582d
validate tv seasons data before using - fixes crash on line 408
2023-04-19 15:19:45 -04:00
Charles Ewert
9e3e15846b
validate server URL before using it - fixes crash log on line 44 and 62
2023-04-19 15:12:50 -04:00
Charles Ewert
5fcf5a75d2
Validate parameters, small refactor on some functions, and fix #1192
2023-04-19 09:59:14 -04:00
1hitsong
8659dca53a
Fix OK issue on home view
...
Fixes #1201
2023-04-14 13:57:36 -04:00
1hitsong
fa4b45ddae
Update What's New content
2023-04-14 10:25:09 -04:00
1hitsong
a58a87cce0
Remove unneeded RunTime property
...
Fixes #1190
2023-04-11 20:33:28 -04:00
1hitsong
18bc05d67e
Update What's New content
2023-04-11 09:54:16 -04:00
1hitsong
9816fb77c2
Merge pull request #1175 from 1hitsong/fixMusicShuffle
2023-04-11 07:54:19 -04:00
1hitsong
d9a8c185cf
Update source/Main.brs
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-04-10 21:38:11 -04:00
1hitsong
d111a63ee9
Add valid checks to fallback font api call
2023-04-10 20:38:02 -04:00
1hitsong
ff0986a4e1
Fix music shuffle function
2023-04-08 13:48:57 -04:00
1hitsong
c0a7c834f1
Add timestamps to sides of progress bar
2023-04-06 13:51:30 -04:00
1hitsong
ffc63e738f
Support favorited collections on home view
...
Fixes #1158
2023-04-05 18:18:33 -04:00
Charles Ewert
80cce41085
Set up RALE for easier testing
2023-04-01 19:06:14 -04:00
Charles Ewert
594146555f
remove private screensaver
2023-03-31 23:36:11 -04:00
Charles Ewert
6b06991e16
fix formatting
2023-03-27 13:07:12 -04:00
Charles Ewert
cefbefaaa6
save deviceInfo to global var + use new vars whereever possible
2023-03-27 12:50:44 -04:00
Charles Ewert
032ee089ea
same appInfo to global var
2023-03-27 12:40:13 -04:00
1hitsong
8ded797668
Ensure videoplayer is valid before setting allowCaptions
2023-03-26 12:13:55 -04:00
1hitsong
99958ab0c4
Don't init subs on intros. Rework fallback subs font.
2023-03-25 21:52:12 -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
sevenrats
b54b5bdcc4
unbreak details spinners
2023-02-04 01:15:40 -05:00
sevenrats
3b00d3ab28
simpler spinner
2023-02-04 00:26:55 -05:00
candry7731
fef110058a
Fix bug, endless spinner for music videos
2023-02-03 13:31:53 -06:00
candry7731
827a5fd406
Merge branch 'unstable' into Add-Loading-ux-to-movies-details-screen
2023-02-02 13:42:19 -06:00
Jinho Kim
09045c32c8
Change subtitle visibility to follow Roku
...
Subtitle now follows Roku config
Subtitle now updates immediately when changing languages
2023-02-02 01:53:36 -05:00
candry7731
23fe95229c
Move progressDialog to sceneManager Fix load bug
2023-02-01 23:20:19 -06:00
candry7731
b61580c77a
Merge branch 'unstable' of https://github.com/jellyfin/jellyfin-roku into Add-Loading-ux-to-movies-details-screen
2023-02-01 21:12:29 -06:00
1hitsong
d8bc511640
Merge branch 'unstable' into CreateUnitTestSuite
2023-02-01 18:26:23 -05:00
1hitsong
89eab9f721
Merge pull request #983 from 1hitsong/FixDefaultView
...
Fix default view setting for movie genres
2023-02-01 08:36:57 -05:00
sevenrats
c0561af6af
remove debug prints
2023-01-30 20:24:31 -05:00
sevenrats
a5c0a40ee3
fix invalid ticks and video errorstate
2023-01-30 20:02:00 -05:00
1hitsong
c702694fc7
Merge pull request #922 from ApexArray/fix-distorted-images
...
Fix distorted TV episode posters. Add client-side progress bar and played indicator.
2023-01-27 08:04:37 -05:00
Jinho Kim
ec1bc7e0a0
Fix playerState
...
JFVideo updates playerState for captionTask
Moved pkg:/fonts to pkg:/components/fonts
2023-01-26 21:36:11 -05:00
1hitsong
51569b80b1
Fix default view
2023-01-26 19:39:25 -05:00
Jinho Kim
0bee595dc3
Replace global caption with JF video caption
2023-01-26 19:12:52 -05:00
Jimi
686b5a1259
More straightfoward now that it's "maxlimited" instead of "unlimited"
2023-01-25 20:25:22 -07:00
Jimi
af43378a50
PR suggestions
2023-01-25 07:42:24 -07:00
Jimi
a1348f7b1a
Allow for unlimited bitrate
2023-01-25 06:44:26 -07:00
1hitsong
0403b75f77
Merge pull request #884 from 1hitsong/improveNowPlayingArtQuality
...
Improve quality of Album Art on Now Playing view
2023-01-24 08:27:48 -05:00
1hitsong
883f2abd50
Rework Wording
2023-01-08 12:08:53 -05:00
1hitsong
7040f8d20a
Update content for release
2023-01-08 11:55:34 -05:00
Jimi
3c850dcab0
Merge pull request #939 from jimdogx/JF-501-Crash-when-watching-inprogress-recording
...
Don't crash when viewing in progress recording.
2023-01-05 06:36:59 -07:00
Jimi
3b834442cf
Avoid excessive logging
2023-01-05 06:31:48 -07:00
1hitsong
6b926bfeb1
Revert formatting by removing optional chaining
2023-01-04 12:22:07 -05:00
Jimi
ac1a77dda5
Formatting
2023-01-04 08:42:35 -07:00
Jimi
e6f96664fd
Update source/VideoPlayer.brs
...
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-01-04 07:10:45 -07:00
Jimi
181d6aaae5
Update source/VideoPlayer.brs
...
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-01-04 07:10:23 -07:00
Jimi
4e83b6befc
Update source/VideoPlayer.brs
...
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-01-04 07:09:57 -07:00
Jimi
f27dcb2c26
Update source/VideoPlayer.brs
...
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-01-04 07:09:29 -07:00
Jimi
fa55c5a9cf
Don't crash when viewing in progress recording.
2023-01-02 15:50:18 -07:00
1hitsong
4efb87b646
Merge branch 'unstable' into FixTVGenres
2023-01-02 09:39:32 -05:00
1hitsong
e634227c2a
Merge pull request #920 from ApexArray/fix-crash-on-empty-contentId
...
Fix crash on empty contentId
2022-12-31 08:31:23 -05:00
1hitsong
aed417630e
Merge pull request #909 from ApexArray/set-maximum-bitrates
...
set maximum bitrates according to roku docs
2022-12-31 07:57:29 -05:00
1hitsong
7af27a5488
Update genre view for TV series
2022-12-30 11:59:56 -05:00
Alex Wardle
ced88a81d1
restore imgParams for maxWidth and maxHeight
2022-12-29 16:05:22 -07:00
Alex Wardle
9406003dc0
re-use inputType and lowercase string comparison
2022-12-29 13:28:03 -07:00
1hitsong
4f0ddb0037
Merge branch 'unstable' into WhatsNewPopup
2022-12-29 12:30:56 -05:00
1hitsong
ee3b389c7a
Merge pull request #882 from 1hitsong/ShowUnwatchedCount
...
Show unwatched count
2022-12-29 08:30:03 -05:00
1hitsong
e7466d2e4a
Merge pull request #877 from 1hitsong/fixEpisodeFocus
...
Fix TV Episode focus issues
2022-12-29 08:25:07 -05:00
1hitsong
e045d378de
Merge pull request #881 from 1hitsong/musicGenreView
...
Update music library view & add genre view
2022-12-29 08:24:26 -05:00
1hitsong
c14ca81847
Merge pull request #862 from 1hitsong/GlobalPlayQueue
...
Create Queue Manager and use for Music
2022-12-29 08:23:56 -05:00
Alex Wardle
887c8305b0
improve check for empty values
2022-12-28 17:51:31 -07:00
Alex Wardle
c0f0a605c1
add isValidAndNotEmpty() function
2022-12-28 17:50:50 -07:00
Alex Wardle
2b6abe947f
grab meta.type after validation check
2022-12-28 16:45:52 -07:00
Alex Wardle
d39ec5c31a
add client-side progressBar and playedIndicator
...
render these client side to ensure they fit in custom image size
2022-12-28 13:13:03 -07:00
Alex Wardle
7fe0dbd0d0
fix crash if channel launched with bad arguments
2022-12-28 10:03:21 -07:00
Alex Wardle
77747f5c56
replace <> invalid
with isValid()
2022-12-23 10:08:26 -07:00
Alex Wardle
21e00ee812
add check for empty contentId
string
...
fixes crash when launching app via RASP automation tool
2022-12-23 10:06:17 -07:00
ApexArray
cc30b5f429
Merge branch 'jellyfin:unstable' into straight-to-episode-listing-if-one-season
2022-12-23 08:39:28 -07:00
Alex Wardle
234a4a923d
remove debug code
2022-12-22 16:39:27 -07:00
Alex Wardle
efe4530917
add user setting: go to straight episode listing
2022-12-22 16:02:13 -07:00
1hitsong
ae0d12f3c6
Add some Misc tests
2022-12-22 09:50:36 -05:00
1hitsong
72ae35423d
Add Test Framework
2022-12-22 09:48:45 -05:00
1hitsong
a4962648f3
Create What's New popup
...
Demo:
https://social.linux.pizza/@tgpo/109553679336510552
2022-12-21 17:01:44 -05:00
1hitsong
41b1c978f9
Fix resume popup showing twice
2022-12-20 17:39:06 -05:00
Alex Wardle
8568668741
set maximum bitrates according to roku docs
2022-12-18 17:15:10 -07:00
Austin Crandall
8bf3ac56f5
Merge branch 'jellyfin:unstable' into nobadsubs
2022-12-17 11:19:14 -05:00
1hitsong
077b96df9c
Add unplayed count to row of seasons
2022-12-14 20:08:52 -05:00
Jimi
84bba357da
Merge branch 'unstable' into nobadsubs
2022-12-13 19:03:30 -07:00
sevenrats
5961f16087
no more bad subs
2022-12-13 20:47:26 -05:00
1hitsong
aa761c0a35
Requests album art at needed size
2022-12-11 15:25:42 -05:00
1hitsong
926a1623f5
Fix dialog appearing twice
2022-12-10 14:27:49 -05:00
1hitsong
233d981c05
Create music genre view
2022-12-10 14:05:55 -05:00
1hitsong
4f4b1d5748
Fix TV Episode focus issues
...
1. Pressing back on resume dialog on episode list
2. Choosing resume and pressing back from video playback
2022-12-09 20:26:32 -05:00
1hitsong
c79f9471cb
Reset focus to buttons
...
Fixes #682
2022-12-09 18:27:16 -05:00
1hitsong
1b2392bb16
Fix lockup on Additional Parts resume
...
This will automatically start playback at resume point. Follow up PR will show user resume dialog popup.
2022-12-08 13:33:08 -05:00
1hitsong
f757490f02
Merge pull request #857 from jimdogx/feature/jf-830-movie-additonal-parts
...
Additional Movie Parts
2022-12-08 09:13:55 -05:00
1hitsong
607107ebb8
Remove rooibos test framework
2022-12-07 18:33:23 -05:00
1hitsong
8116babee6
Merge pull request #855 from jimdogx/feature/jf-photo-slideshow
...
Feature/jf photo slideshow
2022-12-06 10:33:57 -05:00
1hitsong
961dc282e4
Merge pull request #774 from neilsb/hevc-directplay-profile-version-override
...
HEVC Direct Play override for Profile Version
2022-12-06 08:21:37 -05:00
1hitsong
a762e714ea
Merge pull request #686 from whiteowl3/patch-2
...
Support for HDR, VP9, AV1
2022-12-06 08:11:37 -05:00
Jimi
74a11512ab
Move Additonal Parts to the top
2022-12-03 06:25:27 -07:00
Jimi
46d894560a
Merge branch 'unstable' into feature/jf-photo-slideshow
2022-12-02 06:17:15 -07:00
Neil Burrows
af83027bb7
Merge branch 'unstable' into hevc-directplay-profile-version-override
2022-12-01 08:43:25 +00:00
Neil Burrows
d5120396c8
Add AV1 playback user preference
2022-12-01 08:38:08 +00:00
Neil Burrows
7c4a1b8b21
Change codec order (Patch from @nijave)
2022-12-01 08:37:59 +00:00
1hitsong
945383d5fd
Create global play queue
2022-11-30 20:36:28 -05:00
1hitsong
4d761c9315
Convert MPEG4 direct play to user setting
2022-11-28 13:29:58 -05:00
1hitsong
a714eae7cd
Merge pull request #784 from candry7731/Next-UP-Button
...
Add "Next Episode" button in the last 30 seconds of an episode
2022-11-22 08:53:39 -05:00
1hitsong
cb1ed4041a
Merge pull request #838 from 1hitsong/NoIntroTrailers
...
Don't play intro video before trailers
2022-11-20 21:34:16 -05:00
1hitsong
119b14634e
Code cleanup
2022-11-20 20:18:23 -05:00
Jimi
3e57cb2095
Merge branch 'unstable' into feature/jf-photo-slideshow
2022-11-19 13:18:48 -07:00
Jimi
6225b77f7c
Slideshow
2022-11-19 07:29:57 -07:00
1hitsong
e1f2ed7fc3
Merge pull request #821 from 1hitsong/ui-refresh/movie-library-list
...
Update Movie Library View
2022-11-11 09:45:10 -05:00
1hitsong
3744544ee4
Use server transcode URL
2022-11-10 09:42:29 -05:00
1hitsong
f061239933
Update source/api/Items.brs
...
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2022-11-10 09:38:42 -05:00
1hitsong
b4b275456a
Transcode audio if needed
2022-11-09 20:56:12 -05:00
candry7731
efac0afe83
Add missing code
2022-11-06 22:35:02 -06:00
1hitsong
1549ea11b6
Add 20 random favorites to home view
2022-11-06 07:07:39 -05:00
1hitsong
1b22959fa0
Don't play intro video before trailers
2022-11-04 20:59:25 -04:00
1hitsong
71c672732d
Update Movie Library View
2022-11-03 20:55:20 -04:00
Neil Burrows
aafcb28436
Remove temporary code to migrate MPEG2 setting ( #829 )
2022-10-31 16:06:51 +00:00
candry7731
4131c6616e
loading spinner
...
Added Loading spinner to movies detail screens
2022-10-26 23:04:44 -05:00
1hitsong
7f94039d71
Fix function name & comment
2022-10-21 12:57:11 -04:00
1hitsong
4ce9f18152
Fix Cinema Mode Intro bug
2022-10-21 12:09:28 -04:00
Neil Burrows
17d05812b6
Merge branch 'unstable' into patch-2
2022-10-16 13:39:29 +01:00
Neil Burrows
a079664261
Fix separator for conditional properties and change defautl supported videoLevels
...
Also make linter happy
2022-10-16 11:45:53 +01:00
1hitsong
8908f11bf2
Merge pull request #792 from candry7731/Fix-Search
...
Fix Episode titles when search
2022-10-11 20:10:26 -04:00
candry7731
a35f476bfd
Merge branch 'unstable' into Next-UP-Button
2022-10-11 09:57:02 -05:00
1hitsong
3dbaa07a0f
Fix instant mix crash for artist with no albums
2022-10-10 17:12:04 -04:00
1hitsong
7135272120
Merge pull request #678 from Fyb3roptik/hotfix/stream
...
Fixing mpeg4 streams
2022-10-08 08:28:46 -04:00
Neil Burrows
57191ccb0c
Fix display title and transcode codecs
2022-10-07 15:46:19 +01:00
Neil Burrows
b473b3ffbe
Fix variable name after merge
2022-10-06 09:25:03 +01:00
1hitsong
f257a3195a
Adjust album view
2022-10-05 09:09:55 -04:00
1hitsong
5f4fb2239f
Add appears on artist section
2022-10-02 06:24:31 -04:00
candry7731
c5b5e10a21
Add Invalid check to push scene
2022-09-26 23:30:04 -05:00
candry7731
937eee7635
change m.type to m.selectedItemType per neil
2022-09-26 22:55:01 -05:00
Neil Burrows
58e91aeb76
Merge branch 'unstable' into hevc-directplay-profile-version-override
2022-09-25 10:20:31 +01:00
1hitsong
1832dfd0d6
Merge pull request #781 from jimdogx/jf-video-stats
...
Jf video stats
2022-09-23 08:20:02 -04:00
Jimi
432a098236
re-apply changes dropped by merge
2022-09-22 11:51:12 -06:00
Jimi
cec239081f
pr comments
2022-09-22 11:43:54 -06:00
candry7731
aa95165405
Add Music Video Support ( #799 )
2022-09-21 20:36:38 +01:00
Jimi
04de2cad6a
Additional info
2022-09-21 06:05:37 -06:00
Jimi
d41b36bb55
Bitrate is apparently an Int
2022-09-20 23:55:45 -06:00
Jimi
f1241bd692
Add bitrate to streaming info section
2022-09-20 09:52:44 -06:00
candry7731
221ab29535
hide Resume dialog on search screen
2022-09-15 23:08:01 -05:00
1hitsong
4d7709d73b
Remove BIF support
2022-09-14 19:36:00 -04:00
1hitsong
d3bfaaaec9
Remove IntroSkipper support
2022-09-14 19:34:29 -04:00
candry7731
fcb00564df
Auto Reload LiveTv when feed Errors ( #669 )
2022-09-12 10:00:55 +01:00
candry7731
afbeac95e9
Smooth "nextEpisode" transition ( #780 )
2022-09-08 20:19:27 +01:00
candry7731
a00bb44c81
Resume-dialogFix ( #783 )
2022-09-08 20:19:08 +01:00
candry7731
68ade68794
Update Video.brs
2022-09-06 23:03:06 -05:00
Jimi
05a919d387
change round to fix
2022-09-06 15:27:51 -06:00
Jimi
67214039a6
Update source/VideoPlayer.brs
...
Co-authored-by: alanazar <93149610+alanazar@users.noreply.github.com>
2022-09-06 15:21:30 -06:00
Jimi
f6c132a3f5
Update source/VideoPlayer.brs
...
Co-authored-by: alanazar <93149610+alanazar@users.noreply.github.com>
2022-09-06 15:20:52 -06:00
Jimi
e02afad161
Merge branch 'unstable' into jf-video-stats
2022-09-05 22:42:35 -06:00
Jimi
9d0a25df77
Streaming information
2022-09-05 22:38:37 -06:00
candry7731
621e53e647
Redesign Search page with voice search ( #593 )
2022-09-05 07:50:13 +01:00
Jimi
0e8290c90f
not all videos have streams
2022-09-04 07:03:17 -06:00
Neil Burrows
f466ee9ab7
HEVC Direct Play override for Profile Version
2022-09-04 10:11:08 +01:00
1hitsong
25fbe66ed2
Report music playback ( #768 )
2022-09-04 08:39:44 +01:00
Jimi
3bc57d25ae
Live TV from home screen (other than On Now) ( #766 )
2022-09-03 08:49:30 +01:00
1hitsong
524e3f0ec7
Play local trailers ( #761 )
2022-09-03 08:31:15 +01:00
1hitsong
14b3edf65a
Add Music Artist section navigation ( #760 )
2022-09-02 09:12:40 +01:00
1hitsong
7335ed22b0
Add BIF image support
2022-08-27 08:58:42 -04:00
1hitsong
1893121fdf
Add support for Intro Skipper plugin ( #696 )
2022-08-27 07:27:45 +01:00
mgmorden
d083cec89e
roUrlTransfer objects cannot be created from within render threads. ( #740 )
2022-08-21 10:30:18 +01:00
Nick Wallace
cb5d310bab
Reverting some stuff
2022-08-15 12:39:29 -05:00
Jimi
61af15a6c5
Merge pull request #704 from 1hitsong/artist-design-update
...
Artist view UI and UX improvement
2022-08-06 18:31:34 -06:00
1hitsong
af4a9aabeb
Update Artist view
2022-08-05 19:58:05 -04:00
1hitsong
78a9e4e1c4
Improve Object Names
2022-08-05 19:57:49 -04:00
Jimi
3717fb249d
Merge pull request #697 from 1hitsong/hide-header-clock
...
Add user setting: Hide Clock
2022-08-05 17:46:00 -06:00
1hitsong
092e208f38
Fix crash when playing single song
2022-07-27 08:00:13 -04:00
Nick Wallace
024539cdb2
Added mpeg4 to direct play profiles
2022-07-26 14:43:55 -05:00
Nick Wallace
19005b2e47
Merge remote-tracking branch 'upstream/unstable' into hotfix/stream
2022-07-26 14:33:48 -05:00
1hitsong
b728c4b224
Add user setting: Hide Clock
...
#273
2022-07-24 11:59:07 -04:00
Charles Ewert
251cebb16d
Merge branch 'master' into transcoding-fix
2022-07-21 21:58:12 -04:00
Charles Ewert
13b660c7c2
Revert "Update Home Screen to Respect User Preferences ( #553 )"
...
This reverts commit 26d9360fd3
.
2022-07-21 20:31:39 -04:00
Neil Burrows
fb58592f59
Remvoe duplicated line in merge error
2022-07-13 08:32:42 +01:00
Neil Burrows
5b79bb5a0a
Fix parameters after merge
2022-07-13 08:29:24 +01:00
Neil Burrows
84bdf2d256
Merge branch 'master' into transcoding-fix
2022-07-13 10:51:47 +04:00
1hitsong
f5412fd192
Add preroll video support ( #644 )
2022-07-09 09:28:15 +01:00
whiteowl3
67ce600eba
remove duplicate line
2022-07-07 16:23:49 -04:00
whiteowl3
6de17618eb
Update deviceCapabilities.brs
2022-07-07 16:13:30 -04:00
whiteowl3
bce88287be
add missing hevc profile block
2022-07-07 16:05:58 -04:00
whiteowl3
e049fb9c1f
vp9, av1, hdr
2022-07-07 15:58:01 -04:00
Neil Burrows
3f0e7a73fc
Correct min Profile Level value for hevc
2022-07-05 08:26:01 +01:00
Neil Burrows
2aca107281
Formatting
2022-07-04 10:34:09 +01:00
Neil Burrows
f12bf93ebb
Changing logic to prevent retrying transcode when stopping a playing video
2022-07-04 10:31:28 +01:00
Neil Burrows
055c4e5021
Allow attempting to direct play video with invalid profile level
2022-07-04 10:09:16 +01:00
Neil Burrows
c6e294afff
Update Device Profile for correct h264 level
2022-07-01 17:02:27 +01:00
Jimi
daed2cbc01
Update source/utils/Subtitles.brs
...
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2022-07-01 06:43:18 -06:00
Nick Wallace
435a7219df
jk everyone, mp4v isnt a codec
2022-06-30 15:41:02 -05:00
Nick Wallace
0fa10f824d
adding mp4v
2022-06-30 15:15:49 -05:00
Nick Wallace
582d2d8e45
Fixing mpeg4 streams
2022-06-30 14:25:23 -05:00
Jimi
349c5894bc
Crash when trying to read subtitle track for live tv.
2022-06-25 15:48:19 -06:00
Jimi
491a66fc73
Merge branch 'master' into tv-season-random-play
2022-06-11 07:25:35 -06:00
1hitsong
863a549876
Add Random Play to TV Season
2022-06-09 16:51:04 -04:00
1hitsong
03b6ce984a
Add instant mix to album screen
2022-06-08 09:08:05 -04:00
1hitsong
e3e0eb0bd4
Add Shuffle and Loop functions to NowPlaying
2022-06-03 21:30:20 -04:00
1hitsong
0564038158
Change prevent screensaver logic
2022-06-02 21:29:07 -04:00
Jimi
2ccff77357
Fix to my bad merge commit
2022-06-01 17:34:04 -06:00
Jimi
49cb5483d9
Merge branch 'master' into addmusic
2022-06-01 17:27:59 -06:00
Jimi
07737bd7e7
Update source/utils/misc.brs
...
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2022-06-01 17:02:47 -06:00
Jimi
40ece2d240
Add version checker.
2022-06-01 17:02:47 -06:00
Jimi
bc7e3304c9
Defensive code.
2022-06-01 17:02:47 -06:00
Jimi
5d30ef4679
Update source/ShowScenes.brs
...
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2022-06-01 17:02:47 -06:00
Jimi
d9881e9208
Only show button for 10.8 servers for now.
2022-06-01 17:02:47 -06:00
Jimi
771477d6b1
Formatting as always
2022-06-01 17:02:47 -06:00
Jimi
738efd8079
Fix to last unhappy path.
2022-06-01 17:02:47 -06:00
Jimi
cfe1a4c118
Fix to unhappy path.
2022-06-01 17:02:47 -06:00
Jimi
72f53da656
Add Quick Connect.
2022-06-01 17:02:47 -06:00
1hitsong
c1295a0ba3
Fix ci validate errors
2022-05-31 16:27:26 -04:00
1hitsong
5347214fd4
Merge branch 'jellyfin:master' into addmusic
2022-05-31 15:58:54 -04:00
Jimi
fa78000dbf
Remove unused variables
2022-05-30 12:10:47 -06: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
071b814568
Audio playback speedup
2022-05-29 14:41:06 -04:00
1hitsong
86edf371d3
Format - remove blank line.
2022-05-26 22:04:59 -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
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
671f345422
Add background image to NowPlaying scene
2022-05-23 19:55:11 -04:00
1hitsong
e20ad1017e
Remove blank lines
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
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
938777dea4
Format and Validate
2022-05-23 19:54:03 -04:00
1hitsong
158b7623ba
Play song when selected
2022-05-23 19:54:03 -04:00