Commit Graph

60 Commits

Author SHA1 Message Date
Bill Thornton fdcf1b06c3 Add constants for app features 2025-04-30 17:41:36 -04:00
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Pat f8546b35ec Add option to limit hls segment length for webOS (#6530)
* -Add clientside ability to limit segment length to 1. See https://github.com/jellyfin/jellyfin-webos/issues/248 for details.
-Add translations for this new setting (generated by github copilot).
-Corrected small typo 'perfer'.

* Move this to relevant scope

* Revert translations except en-us

* rewrite and relocate translation to alphabetical order

* Relocate new setting to 'video advanced' heading instead of 'advanced'

* Hide hls segment setting initially but show it for WebOS users.

* Update src/components/playbackSettings/playbackSettings.js

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

* Update src/components/playbackSettings/playbackSettings.js

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

---------

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2025-04-11 15:51:21 -04:00
viown 1bbae0ef23 Backport pull request #6266 from jellyfin-web/release-10.10.z
Make ask to skip the default for 'Intro' and 'Outro' segments

Original-merge: 7ccc494a5b845ef12cab0a88b965eff66db234d5

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:31 -05:00
Bill Thornton b93450098a Add media segment manager 2024-10-09 17:07:33 -04:00
Bill Thornton 809dba510a Add media segment action settings 2024-10-09 17:06:10 -04:00
gnattu d9d2f8d0be Cleanup removed function 2024-09-17 17:05:18 +08:00
gnattu 33a5533b11 Remove unused functions 2024-09-17 12:25:06 +08:00
gnattu f6efaaf379 Move Normalization to AudioAdvanced Section 2024-09-08 22:14:20 +08:00
gnattu e810ec3cd9 Add audio options to workaround compatability problems 2024-09-08 22:14:19 +08:00
Bill Thornton c80e0fde0c Merge pull request #5901 from gnattu/safari-hi10p 2024-09-07 21:53:01 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
gnattu dec593d37e use fldEnableHi10p 2024-08-10 21:52:16 +08:00
gnattu 0ed16a04b2 Add user-configurable switch for hi10p on safari 2024-08-10 21:00:48 +08:00
FintasticMan e146c3d95c Remove VP9 from codec selection 2024-05-29 12:50:23 +02: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 f1220600eb Add Video Advanced section 2024-05-05 01:48:00 +03: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 743479cd53 Add translatable strings 2023-10-11 10:09:56 +01:00
TelepathicWalrus f09dec63cd Remove commended out code 2023-10-09 01:15:33 -04:00
TelepathicWalrus eda888ede1 Add spacing for html 2023-10-09 01:15:33 -04: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: https://github.com/jellyfin/jellyfin-web/commit/a77a8c7aec68b356c22ece1b853b17cd03a398c4
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 c8c8bad046 Move checkbox to advanced so it always appears 2023-02-02 17:01:03 +00: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 d967ce860c1d7ef3ac97a9c1f3c45b4b02e38a06)
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 f1ff81884ac71876c63a13aed37031f8a72d6819)
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