Commit Graph

148 Commits

Author SHA1 Message Date
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
Bill Thornton fa16daabb0 Fix type errors in playlist editor 2024-04-16 09:16:54 -04:00
Bill Thornton 4a36f7571b Merge pull request #5076 from grhallenbeck/dev-react-display-settings
feat: (preferences) migrate user display settings to react
2024-03-25 03:56:45 -04:00
Bill Thornton 1cfc4696f4 Merge pull request #5315 from dmitrylyzo/limit-supported-resolution
Add option to limit maximum supported video resolution
2024-03-25 03:49:03 -04:00
Grady Hallenbeck 3dd26c7785 feat: (preferences) hook react display settings into user settings 2024-03-24 19:01:50 -07:00
Dmitry Lyzo 639f99f82a Add option to enable smooth scroll 2024-03-25 01:31:41 +03:00
Dmitry Lyzo 6e6b696bd9 Add option to limit maximum supported video resolution 2024-03-25 00:25:52 +03:00
nyanmisaka 2ea1599e94 Enable 'Prefer fMP4-HLS Container' by default on certain platforms
fMP4 is enabled by default only on verified patforms. This
largely avoids transcoding HEVC and AV1, instead letting
the client handle them.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-19 17:43:29 +08:00
Bill Thornton 1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05: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
Bill Thornton c2ec479567 Merge pull request #4741 from TelepathicWalrus/album-gain
Album gain
2023-10-18 16:47:43 -04:00
Marco fa40c3feae Merge branch 'master' into Sorting-Only-Thumbnail-Fix-5584 2023-10-16 21:15:04 +01:00
Niels van Velzen 922244263c Update playback settings to use CastReceiverId 2023-10-15 11:43:32 +02:00
TelepathicWalrus 44e77011eb Add default for normalization 2023-10-09 01:15:33 -04:00
TelepathicWalrus 88e925686b Fix typo 2023-10-09 01:15:33 -04:00
TelepathicWalrus 4dcb0fa658 Add options for album gain 2023-10-09 01:15:33 -04:00
MrK ad5bcb6c8d Removed unused method 2023-10-05 22:49:35 +01:00
Bill Thornton f1afaa975e Refactor home screen 2023-10-05 11:20:27 -04:00
MrK af61ae047c Added queryOptions to MusicGenre call on playbackmanager
UserSettings added param to function comment
2023-09-20 22:55:16 +01:00
MrK ee791f9d0d Changed from using sortOptions to using already implemented queryOptions
Null verification for parentid on shortcuts.js
itemContextMenu is now obeying to sorting
2023-09-20 17:44:55 +01:00
MrK 580ad5f1a8 Added getSortOptions to userSettings.js and cleaned up the shortcuts.js and list.js to use the above method 2023-09-19 22:29:54 +01:00
Bill Thornton e516f17141 Merge pull request #4724 from grafixeyehero/cleanup-duplicate-userSettings
Cleanup duplicate userSettings from libraryBrowser
2023-09-08 15:21:30 -04:00
newo-2001 f1d57b7d89 Make parsing in user settings setters consistent 2023-08-24 22:50:51 +02:00
Owen Elderbroek ea3eca0c00 Update src/scripts/settings/userSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-08-24 22:50:51 +02:00
newo-2001 71abbf05f4 Make backdrop screensaver interval configurable 2023-08-24 22:50:51 +02:00
grafixeyehero 1825b821af cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
Bill Thornton 2a016a6d5f Merge pull request #4318 from TelepathicWalrus/audio-normalization 2023-05-25 08:30:19 -04:00
Bill Thornton c66cf02db4 Fix config.json being cached 2023-05-15 09:46:22 -04:00
TelepathicWalrus 8bfc387b85 Merge branch 'master' into audio-normalization 2023-04-22 18:59:40 +01:00
Bill Thornton 0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Bill Thornton 6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
TelepathicWalrus 8d5475a21b Merge branch 'master' into audio-normalization 2023-03-12 13:13:44 +00:00
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
TelepathicWalrus 993d6d81a9 Merge branch 'jellyfin:master' into audio-normalization 2023-02-25 15:00:46 +00:00
dvdandroid c33dc8cd7a Added toggle to show/hide remaining video time in video player
Toggle applied to the remaining time label of the video player and added
`-` as a prefix of the remaining time, both behaviours like in VLC.

Toggle preference as user setting.
2023-02-04 16:54:48 +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
grafixeyehero cf137497a0 Refactoring duplicates code 2022-10-26 23:46:10 +03:00
Bill Thornton 1b7a0262ce Remove apiclient appstorage usage 2022-10-14 18:08:46 -04:00
Bill Thornton 0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
meet-k-pandya f683288429 Added toggle for direction and double page view 2022-09-21 21:23:34 +05:30
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
Bill Thornton 9de11b443d Use toBoolean from string utils 2022-04-12 12:20:28 -04:00
Bill Thornton 17161aba0b Merge pull request #3527 from thornbill/fix-rewatching-next-up
Fix rewatching next up status

(cherry picked from commit 33b1f039ea9c051a4a9c219b9259d1b74281079b)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07 13:00:12 -04:00
Joshua M. Boniface 9a8c1a0c21 Merge pull request #3473 from thornbill/next-up-rewatching 2022-03-05 14:29:57 -05:00
Bill Thornton 9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Bill Thornton 86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00