Commit Graph

102 Commits

Author SHA1 Message Date
Bill Thornton 2346943348 Move dom.js to utils 2025-07-11 18:28:55 -04:00
Niels van Velzen 5399ee1f2d Add media segment providers to library options 2025-01-13 12:38:05 -05:00
solidsnake1298 caffdfd5fa Backport pull request #6338 from jellyfin-web/release-10.10.z
Fix type for Prefer embedded episode info checkbox

Original-merge: 92e88210030bab423b1afc0fce736878a609abe2

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-30 18:09:22 -05:00
nielsvanvelzen a530389d54 Backport pull request #6329 from jellyfin-web/release-10.10.z
Fix lyric fetcher order not changeable in library options

Original-merge: 1496542381c5abaf532e4bb413aa9da0d6021972

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-30 18:09:21 -05:00
Bill Thornton a2676c25ce Merge pull request #5869 from gnattu/custom-audio-tag
Add non-standard multi-value audio tag support
2024-09-23 12:31:01 -04:00
Bill Thornton 0e94a5aa3f Merge pull request #5881 from jellyfin/lyrics-library-options
Add lyric fetcher settings to library options
2024-09-20 13:55:12 -04:00
Cody Robibero 6c39c5d9b8 Apply suggestions from code review
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-09-09 11:53:52 -06:00
Shadowghost 83f9307a2c Enhance trickplay 2024-09-09 19:05:55 +02:00
Cody Robibero 96e49dadd4 set default values for getting the list of ordered plugins 2024-09-04 11:28:58 -06:00
Cody Robibero 00e002faeb Add lyric fetcher settings to library options 2024-09-03 15:59:15 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
gnattu 31b6a43a85 Fix filtering for setter and getter 2024-08-04 15:31:52 +08:00
gnattu 524ede412b Add non-standard multi-value audio tag support 2024-08-04 12:54:39 +08:00
thornbill 0090ccd893 Backport pull request #5810 from jellyfin-web/release-10.9.z
Fix chapter type options not showing for mixed libraries

Original-merge: c98822a7c64911ac2c148069d0eec4443afa6f16

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:53:36 -04:00
Cody Robibero be4836ffd3 remove lyric fetcher management (not supported) 2024-05-04 10:34:20 -06:00
Cody Robibero 931d981801 Add lyric settings to music library management 2024-04-30 18:48:32 -06:00
Bond_009 b6bc8025b6 Revert "Merge pull request #4984 from TelepathicWalrus/use-replay-gain-tags"
This reverts commit 4ea5ca6bad, reversing
changes made to 40e7009081.
2024-04-23 23:02:44 +02:00
Cody Robibero b84e9250fa Merge branch 'master' into EnableLibrary 2024-03-25 07:16:27 -06:00
Nick fc664090cc Merge branch 'master' into trickplay-new 2024-03-17 19:33:16 -07:00
Topher Johnson 9ab45c43ad Change LibraryOption to match backend
Changed "disable" to "enable" to match backend. It makes more sense to
have it be "enable" because that's what the checkbox says. Now no weird
"not" logic is needed to send options to the backend.
2024-02-25 13:35:36 -08:00
Topher Johnson 60fc2c72b2 Add option to enable/disable libraries
This commit adds the option to enable/disable libraries from the library
options editor. The backend changes required for this functionality are
in jellyfin PR 11037.

This commit adds a checkbox in the library options editor. It adds a
checkbox saying "Library Enabled" that is checked by default.

libraryoptionseditor.js - added logic to handle enable libraries
checkbox. Enables libraries by default
libraryoptionseditor.template.html - added "enable libraries" checkbox
src/strings/en-us.json - added English strings for enable library
checkbox.
2024-02-20 00:44:16 -08:00
Nick 8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
TelepathicWalrus d22b75076c Add option to enable replaygain scanning 2023-11-18 11:05:45 +00:00
TelepathicWalrus e767077826 Remove LUFS scan option from non music libraries 2023-07-31 12:02:52 +01:00
Bill Thornton f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
TelepathicWalrus 815b7f9f1e Update src/components/libraryoptionseditor/libraryoptionseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-05-23 06:57:04 +01:00
TelepathicWalrus 91210408f0 Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
TelepathicWalrus a31e5a49be Added option to disable LUFS scan on music
Added compatibility for LUFS float
2023-05-07 17:55:24 +01:00
Bill Thornton 1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton 6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Joe Rogers 0c583b5b10 Fix indentation 2023-02-11 11:29:38 -05:00
Joe Rogers 16e51aa319 Convert if/else add/remove statements to toggle
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-10 22:34:20 -05:00
Joe Rogers 2682fe2067 Add option to allow extras to use embedded titles 2023-02-07 11:50:30 -05:00
Hadi Charara 104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -04:00
Bill Thornton 5e4eca6ae9 Fix sonarjs no-redundant-jump 2022-10-08 02:50:20 -04:00
Hadi Charara d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara d38518e1e5 More small css fixes 2022-07-03 10:13:06 -04:00
sancodes ac01a26dcc add semi colon to fix lint 2022-05-20 13:34:25 -07:00
San 0703428bbb modify inline code and fix indentation
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:26:53 -07:00
San 4794886399 modify inline code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:26:15 -07:00
San ebac277792 modify inline code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:25:25 -07:00
San a2fe92f192 Merge branch 'master' into eslint-no-sequences 2022-05-20 01:40:57 -07:00
Ryan Hartzell f58d7b0beb small fixes to cleanup no-nested-ternary 2022-05-16 12:23:22 -07:00
sancodes 9f19170dec fix no-sequence lint 2022-04-30 13:04:58 -07:00
Ryan Hartzell d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
sancodes 27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
sancodes 408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00