1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

38 commits

Author SHA1 Message Date
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
FintasticMan
b234888485
Add setting for preferred video codec 2024-05-29 12:14:19 +02:00
scampower3
32fc33894d
Add setting to prioritise what audio codec to transcode to (#5434)
* Add setting to prioritise what audio codec to transcode to

* Add comment

* rename selectPreferredTranscodeAudio to preferredTranscodeAudio

* Add review changes

* Add review changes

* Add reviewed fixes

* Add help text.

* Fix elint

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Change *AudioCodecInVideo  to *VideoAudioCodec  and move option to video advanced

* Update src/components/playbackSettings/playbackSettings.template.html

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-18 01:19:56 -04:00
Dmitry Lyzo
275e18457e Add TrueHD enabling option 2024-05-05 01:36:40 +03:00
Dmitry Lyzo
ce15adba69 Add DTS enabling option 2024-05-05 01:36:40 +03:00
Dmitry Lyzo
6e6b696bd9 Add option to limit maximum supported video resolution 2024-03-25 00:25:52 +03:00
Dmitry Lyzo
2097c526d2 Rename selectLabelMaxVideoWidth to selectMaxVideoWidth 2024-03-25 00:25:52 +03:00
Bill Thornton
d7ccd24094
Merge pull request #4843 from nielsvanvelzen/nvv-cc-from-user-config
Use cast receiver application from user configuration
2023-10-24 17:28:18 -04:00
Niels van Velzen
922244263c Update playback settings to use CastReceiverId 2023-10-15 11:43:32 +02:00
TelepathicWalrus
62cd0c39fa change to value instead of checked 2023-10-09 01:15:33 -04:00
TelepathicWalrus
4dcb0fa658 Add options for album gain 2023-10-09 01:15:33 -04:00
TelepathicWalrus
91210408f0
Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
Dmitry Lyzo
2e7ffb4b1a fix: Unhide PlayNextEpisodeAutomatically on TV
Cherry-picked from: a77a8c7aec
2023-05-02 23:35:08 +03:00
TelepathicWalrus
8bfc387b85
Merge branch 'master' into audio-normalization 2023-04-22 18:59:40 +01:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
TelepathicWalrus
ba6db57913 Tidy code 2023-02-01 10:46:08 +00:00
Telepathic Walrus
de09fd4d36 Add option to enable/disable normalization 2023-01-30 20:36:11 +00:00
Bill Thornton
0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
Joshua M. Boniface
5312358f91 Merge pull request #3721 from Shadowghost/fix-stream-autoselect
(cherry picked from commit d967ce860c)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:05 -04:00
Joshua M. Boniface
08c8907f5a Merge pull request #3717 from dmitrylyzo/resolution
(cherry picked from commit f1ff81884a)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -04:00
Dmitry Lyzo
4c9f39e07e Don't hide EnableNextVideoOverlay option on TV 2022-02-22 00:52:28 +03:00
nyanmisaka
9d7fd0c8ff remove the unused server check for cinema mode option 2021-12-05 20:54:02 +08:00
Ian Walton
d8e7e14da0 Add subtitle/audio auto-set feature. 2021-04-24 19:09:07 -04:00
Bill Thornton
d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
nyanmisaka
3b50c0dde1 Merge remote-tracking branch 'upstream/master' into fmp4-hls 2020-11-20 12:30:16 +08:00
nyanmisaka
54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
Bill Thornton
a71b0314d4 Fix apiclient imports 2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
Cameron
f5ce196e07
Merge branch 'es6' into migrate-to-ES6-36 2020-07-21 14:53:09 +01:00
Cameron
76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
grafixeyehero
7cb209fa10 Migration playbackSettings to ES6 modules 2020-06-21 05:57:07 +03:00
dkanada
5409d14ceb merge branch master into refactor 2020-05-17 21:52:39 +09:00
dkanada
d2f11981c6 update casing for some components 2020-05-17 02:48:21 +09:00
Renamed from src/components/playbacksettings/playbacksettings.js (Browse further)