Commit Graph

88 Commits

Author SHA1 Message Date
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
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Matthew Jones 4dbdd84140 Fix eslint errors 2022-02-12 20:10:12 +00:00
Matt 7912daf0c6 Merge branch 'master' into disable-embedded-subs 2022-02-12 19:41:51 +00:00
Matthew Jones 424b4fb976 Change to drop-down for embed sub options 2022-01-26 20:38:41 +00:00
Joe Rogers 71d4eeadba Expose collection generation options for mixed libraries
Pass "mixed" instead of "" for library type "Other"
2022-01-13 15:35:34 +01:00
Matt 0a91e48b51 Fix DisableEmbeddedSubtitles checkbox requirements
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-26 20:11:28 +00:00
Matthew Jones fad290483e Add DisableEmbeddedSubtitles support
Adds the option to disable embedded subs for libraries
2021-12-26 19:11:07 +00:00
Petrus.Z 06362ce259 Replace AutoCollection to AutomaticallyAddToCollection
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18 18:16:10 +08:00
Petrus.Z 0a57d9358f Replace library option to AutomaticallyAddToCollection
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18 16:16:00 +08:00
Petrus.Z 562fd6887a using toggle instead of if else
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17 16:52:57 +08:00
Petrus.Z 29483abc62 Add AutoCollection option to libraryoptionseditor
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17 13:57:09 +08:00
WWWesten 4938081f8f Update Libray Options Editor
Update librayoptionseditor.js and en-us.json
2021-11-10 09:49:28 -05:00
WWWesten 3c56f85f60 Update Library Settings
Fix localisation's handling in libraryoptionseditor.js, unification of styling of labels
2021-11-10 09:49:28 -05:00
Bill Thornton d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00