aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/LibraryOptions.cs
AgeCommit message (Collapse)Author
2024-11-24Fix typo in LibraryOptionsNiels van Velzen
2024-09-24Move GetCustomTagDelimiters to Extensiongnattu
2024-09-24Sanitize CustomTagDelimiters server sidegnattu
The API requires an array type and does not support runtime generated default value. Use server side helper function to sanitize it into char.
2024-09-07Add non-standard multi-value audio tag support (#12385)gnattu
2024-09-07Feature/media segments plugin api (#12359)JPVenson
2024-09-07Enhance Trickplay (#11883)Tim Eisele
2024-08-05Add missing lyric fetcher settings from library optionsCody Robibero
2024-05-10Default to not extract lyrics (#11523)gnattu
2024-04-24Always scan ReplayGain tag (#11418)Bond-009
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-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
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-18Merge branch 'master' into trickplayNick
2023-07-01Merge pull request #9447 from Bond-009/disablerealtimemonitorClaus Vium
Disable real time monitoring by default
2023-06-22IsAutomated not set on copynicknsy
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-03-07Disable real time monitoring by defaultBond_009
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
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-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
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
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-26Enable nullable for more filesBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-10-19Remove "download images in advance" optionferferga
2020-10-05Remove dummy season and missing episode provider in a futile attempt to ↵cvium
remove cruft
2020-06-16fix SA1513/SA1516telans
2020-05-27Remove "download images in advance" optionferferga
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-17#2407: Prefer MP4-Metadata for episodesUlrich Wagner
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-24move season zero display name to per library settingsLuke Pulverenti
2017-03-14add option to refresh metadata every N number of daysLuke Pulverenti
2017-02-21add setting to prefer filename or embedded titleLuke Pulverenti
2017-01-21move metadata language to per libraryLuke Pulverenti
2016-12-29separate player selection into it's own scriptLuke Pulverenti
2016-12-06update series queriesLuke Pulverenti