aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration
AgeCommit message (Collapse)Author
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
2022-11-13changed ChapterImageResolution in model to enum type;Negulici-R. Barnabas
added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs;
2022-11-13Merge branch 'jellyfin:master' into masterNegulici-R. Barnabas
2022-10-06Fix minor warnings in MediaBrowser.Model/Configuration (#2149)Jan Sommer
2022-09-28Remove redundant using directivesHannes Braun
2022-08-27Use Guid type for UserConfiguration fieldsNiels van Velzen
2022-07-18Chapter Images:Negulici-R. Barnabas
- chapter image extraction intervals, limit count and resolutions can be set by the user from the server general settings;
2022-06-29Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemapCody Robibero
(cherry picked from commit b36543275f8e1c380f5c247a04a48d5d96eb5836) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-10Merge pull request #7854 from cvium/enable_mkv_keyframe_extractionCody Robibero
(cherry picked from commit 2a89683e8019a196b087138531b3958d4f68789d) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7749 from cvium/disable_auto_add_collectionJoshua M. Boniface
(cherry picked from commit 8119e4a5731e573ef3d1d064384b0ab0b4045191) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28Merge pull request #7624 from nielsvanvelzen/quickconnect-enable-dCody Robibero
(cherry picked from commit 1d5961126e6b8415ebd494a56acddd68624cd75b) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-17Prefer Cuvid to Nvdec by default for better performanceNyanmisaka
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-02-09Added values to EmbeddedSubtitleOptions enumMatthew Jones
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
Disables embedded subs being added to metadata
2022-01-11Refactor and add scheduled taskcvium
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-11Merge pull request #6902 from cvium/migrate_networkconfigCody Robibero
Migrate network configuration safely
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-24Migrate network configuration safelycvium
2021-11-20Merge pull request #6870 from cvium/fix_omdb_image_providerCody Robibero
2021-11-19Refactor omdb providerscvium
2021-11-18Replace library option to AutomaticallyAddToCollectionPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Add AutoCollection optionPetrus.Z
it can determine whether auto create/add movies to collection Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-10-29Default log upload to enabledCody Robibero
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Enable nullable for more filesBond_009
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-09Fix some warningsBond_009
2021-09-03Fix InvalidOperationException when serializing MediaPathInfoBond_009
2021-08-28Enable nullable for more filesBond_009
2021-06-11Remove useless nullable directivesBond_009
2021-04-08Disable hevc encoding by defaultBill Thornton
2021-02-27Remove unused entityPatrick Barron
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-14Merge pull request #5207 from matthin/default-languagedkanada
Default to English metadata during the setup wizard.
2021-02-12remove deprecated settings from server configdkanada
2021-02-10Default to English metadata during the setup wizard.me@justinharrison.ca
2021-02-06add vpp tonemapping for vaapinyanmisaka
2021-01-25add an enhanced nvdec decodernyanmisaka
2020-12-30Merge branch 'master' into PluginDowngradeCody Robibero