Charles Ewert
|
b92ac00fef
|
Merge pull request #2055 from cewert/force-mp3-after-aac-error
|
2024-11-19 17:59:49 -05:00 |
|
Charles Ewert
|
b9e7324a12
|
force mp3 audio when direct play fails because of unsupported aac stream
|
2024-11-19 17:49:44 -05:00 |
|
Jimi
|
ffac3fe799
|
Subtitle should be on when a default one has been selected by the user.
|
2024-11-15 15:17:05 -07:00 |
|
Jimi
|
da9440387d
|
Remeber Roku subs settings for videos with Forced subs
|
2024-11-03 06:46:11 -07:00 |
|
Charles Ewert
|
79d671d4f4
|
Merge remote-tracking branch 'upstream/master' into cache-global
|
2024-10-17 12:06:31 -04:00 |
|
Charles Ewert
|
95b84d0e11
|
save global refs to prevent deep copies
|
2024-10-17 11:54:52 -04:00 |
|
Charles Ewert
|
6756b0188f
|
Merge pull request #1965 from jellyfin/2.1.z
|
2024-10-05 17:51:21 -07:00 |
|
Charles Ewert
|
a5baa30e40
|
force aac main and he-aacv1 to be transcoded to mp3. save currently playing video meta data to global session
|
2024-10-03 23:23:00 -04:00 |
|
Charles Ewert
|
6d55a9e7ca
|
revert uneeded buffer state change
|
2024-09-30 08:55:16 -04:00 |
|
Charles Ewert
|
8ea8bddbdf
|
Merge branch 'master' into 215-merge-conflicts
|
2024-09-29 08:29:41 -07:00 |
|
Charles Ewert
|
c90645777a
|
log unhandled state and remove unused var
|
2024-09-29 10:57:49 -04:00 |
|
Charles Ewert
|
5e35ffa49f
|
force exit from video player when finished to set TV back to SDR
|
2024-09-28 17:12:26 -04:00 |
|
Charles Ewert
|
4fd7d42039
|
add debugging for video errors
|
2024-09-28 17:08:39 -04:00 |
|
Charles Ewert
|
b6a65e63ef
|
update server when starting in buffered state
|
2024-09-28 15:34:24 -04:00 |
|
Charles Ewert
|
ecba5333ac
|
don't manually stop and exit player when state = finished
|
2024-09-28 14:57:07 -04:00 |
|
Charles Ewert
|
1cb0eb9e1b
|
report "finished" video state to server
|
2024-09-28 13:20:27 -04:00 |
|
Charles Ewert
|
96591865e4
|
add Play Next Episode Automatically user setting
|
2024-07-30 21:27:46 -04:00 |
|
Charles Ewert
|
c9c04049ad
|
Merge pull request #1868 from cewert/fix-videoplayer-crash2
|
2024-07-25 13:14:59 -04:00 |
|
Charles Ewert
|
7405b7cdbe
|
add validation to prevent crash
|
2024-07-25 10:00:35 -04:00 |
|
Charles Ewert
|
b6408b5fb0
|
don't divide by zero
|
2024-07-25 09:42:01 -04:00 |
|
1hitsong
|
1b863ba34c
|
Merge branch 'master' into OSDInfo
|
2024-02-22 20:45:42 -05:00 |
|
1hitsong
|
0c59c2a629
|
Merge pull request #1703 from 1hitsong/OSD-Item-Navigation
Create method to navigate to Previous/Next items in playlist
|
2024-02-22 20:33:21 -05:00 |
|
Charles Ewert
|
204c977f5c
|
Merge 2.0.z branch
|
2024-02-19 21:58:11 -05:00 |
|
1hitsong
|
d9f714690e
|
Add item navigation to OSD
|
2024-02-12 22:47:26 -05:00 |
|
1hitsong
|
f438e1961f
|
Work with videos that span episode numbers
|
2024-01-28 21:17:51 -05:00 |
|
1hitsong
|
3d282f9fdc
|
Add logo and season/episode into to OSD
|
2024-01-28 15:38:02 -05:00 |
|
1hitsong
|
5efbc92b05
|
Merge pull request #1522 from 1hitsong/selectAudio
Add audio track selection to video player OSD
|
2024-01-27 12:09:45 -05:00 |
|
1hitsong
|
6f88e9a032
|
Ensure caption mode is on when needed
|
2024-01-13 21:04:46 -05:00 |
|
1hitsong
|
190f34edef
|
Prevent unneeded stop/start
|
2024-01-13 21:04:46 -05:00 |
|
1hitsong
|
301cd5c58f
|
Merge remote-tracking branch 'origin/master' into selectAudio
|
2024-01-08 20:35:15 -05:00 |
|
1hitsong
|
b5ad638449
|
Update default subtitle logic to work with custom subtitle function
|
2024-01-04 22:40:31 -05:00 |
|
1hitsong
|
3a9987f29c
|
Fix default subtitle track selection
Fixes #1571
|
2024-01-04 21:45:16 -05:00 |
|
1hitsong
|
a37c7d9a7c
|
Fix subtitle selection
Fixes #1607
|
2023-12-31 16:12:54 -05:00 |
|
1hitsong
|
39448b7ceb
|
Merge pull request #1515 from cewert/add-more-loading-spinners
Convert app to use one spinner attached to JFScene + resize spinner
|
2023-11-29 20:21:53 -05:00 |
|
Charles Ewert
|
d2fcc932b2
|
move spinner to JFScene and migrate all other screnes to use it + use booleans on JFScene to control spinner + resize spinner to be similar size as video player spinner
|
2023-11-21 21:14:40 -05:00 |
|
1hitsong
|
9e010f50b2
|
Add audio track selection to video player
|
2023-11-20 15:55:15 -05:00 |
|
1hitsong
|
1ce210f96b
|
Don't show nextEpisode button if trickplay bar is shown
Fixes #1511
|
2023-11-19 17:42:42 -05:00 |
|
1hitsong
|
3942636b7a
|
Return to OSD on dialog close
Fixes #1504
|
2023-11-18 19:43:05 -05:00 |
|
1hitsong
|
cfa29eba6e
|
Rename pauseMenu component to OSD
|
2023-11-16 09:26:20 -05:00 |
|
1hitsong
|
855d97ce8b
|
Fix function definition name
|
2023-11-15 21:18:07 -05:00 |
|
1hitsong
|
959d07a266
|
Prevent pause menu if video isn't in a ready state
Fixes #1505
|
2023-11-15 20:46:14 -05:00 |
|
1hitsong
|
9de99afa92
|
Add leading zero to minutes in pause bar
|
2023-11-12 12:30:53 -05:00 |
|
1hitsong
|
8f7b5f8054
|
Change font and position to match trickplay. Fix double trickplay bar
|
2023-11-12 07:58:11 -05:00 |
|
1hitsong
|
3ccf9167b5
|
Add progress bar to pause menu
|
2023-11-11 17:30:06 -05:00 |
|
Charles Ewert
|
92101d8579
|
update recently merged code to use .bs
|
2023-11-10 19:42:33 -05:00 |
|
Charles Ewert
|
a592bd8f07
|
Merge remote-tracking branch 'upstream/unstable' into rename-files
|
2023-11-10 19:36:58 -05:00 |
|
1hitsong
|
d036abaa6b
|
Return to previously selected button in group when regaining focus
|
2023-11-10 16:52:10 -05:00 |
|
1hitsong
|
1ede5fe362
|
Merge remote-tracking branch '1hitsong/unstable' into ChapterSkip
|
2023-11-08 19:54:26 -05:00 |
|
1hitsong
|
ffd3a3ee7b
|
Remove unused images, hide menu on pause and playback, work with next ep
|
2023-11-08 19:51:17 -05:00 |
|
1hitsong
|
4de113db3a
|
Fix button focus when closing chapter menu
|
2023-11-06 20:46:18 -05:00 |
|