aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration
AgeCommit message (Collapse)Author
2024-09-04Merge pull request #12384 from evanjarrett/qsv-renderdeviceBond-009
Update QSV device args to use the renderNodePath
2024-08-05Add missing lyric fetcher settings from library optionsCody Robibero
2024-08-03use string.EmptyEvan Jarrett
2024-08-03Add a new EncodingOption for QsvDeviceEvan Jarrett
2024-07-17Add option to extract keyframe only during trickplay image generationgnattu
This would be significantly faster than decoding every frame, but it does have compatibility issues. Not all decoders support this mode, notably the VP9 decoder, CUVID decoders, and QSV decoders. Some videos with very long key-frame intervals may also perform poorly with this mode, as the image timing could become too inaccurate to reflect the actual frame. Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-10Default to not extract lyrics (#11523)gnattu
2024-05-05Don't close inactive session on default (#11491)gnattu
2024-04-24Always scan ReplayGain tag (#11418)Bond-009
2024-03-28fix: move trickplay specific option into TrickplayOptions (#11229)gnattu
2024-03-17Add ability to enable/disable libraries (#11037)btopherjohnson
Co-authored-by: Bond-009 <bond.009@outlook.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-09Merge pull request #11014 from gnattu/vf-videotoolboxCody Robibero
2024-02-29fix: stack overflowgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-02-16feat: separate videotoolbox tone mapping optiongnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-01-06Add option to use replaygain tags for audio (#10566)TelepathicWalrus
* Add option to use replaygain tags for audio * Change regex to be specific * Use ffprobe for faster metadata grabs * Change regex to .Match
2023-10-21fix indentation after mergeherby2212
2023-10-21update to current master to resolve merge conflictherby2212
2023-10-18Merge branch 'master' into trickplayNick
2023-10-07integrate development from v1herby2212
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-07-01Merge pull request #9447 from Bond-009/disablerealtimemonitorClaus Vium
Disable real time monitoring by default
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-26Minor code changesNick
2023-06-22Change default threads to 1Nick
2023-06-22crobibero styling, format, code suggestionsNick
2023-06-22Change defaultsNick
2023-06-22HashSet datatype was causing default values to always be added on server startnicknsy
2023-06-22Use config valuesnicknsy
2023-06-22Optionsnicknsy
2023-06-22IsAutomated not set on copynicknsy
2023-06-22Trickplay generation, manager, storagenicknsy
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-20Merge pull request #9894 from fhriley/fix_hardcoded_timerBond-009
2023-06-20Add AV1 hardware and software encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-19Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com>
2023-06-15Pick safer default value for segments to keepDominik
2023-06-15Add baseUrlParam back in and fix indentationDominik
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-06-13Backport pull request #9642 from jellyfin/release-10.8.znyanmisaka
Fix the brightness of VPP tonemap and add the tonemap mode Original-merge: d5a8419bc52ba06c070012849ba166dd2fbff8b0 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-05-15Audio normalization (#9222)TelepathicWalrus
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-05-14fix formatting and update summaryherby2212
2023-05-01option to disable and configure inactive session thresholdherby2212
2023-04-06Remove unused using directivesStepan Goremykin
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-14Add config option to disable dummy chapter generation (#9410)Shadowghost
2023-03-09Backport pull request #9391 from jellyfin/release-10.8.znyanmisaka
Fix H.264 baseline hwaccel and enable enhanced Nvdec by default Original-merge: 22a8283a9e3425da0496c28e6737dfadf9c67b33 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-07Disable real time monitoring by defaultBond_009
2023-02-26Add audio vbr calculationknackebrot
2023-01-16Allow limiting parallel image encodings to reduce memory usage (#8783)Hannes Braun