aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Extensions
AgeCommit message (Collapse)Author
2020-04-01Apply suggestions from code reviewMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Rename IsNoWebContent to NoWebContentMark Monteiro
2020-03-13Add a configuration flag to allow/disallow duplicates in playlistsMark Monteiro
2020-03-11Parse config value correctlyMark Monteiro
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2019-12-12Use extension methodsBond-009
2019-12-12Replace '_' with ':' in config keysBond-009
2019-11-25Fix naming constBond-009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-10-25make controller project portableLuke Pulverenti
2016-10-23prep for portable commonLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2013-06-09added a providers assemblyLuke Pulverenti
2013-05-26use utc for premieredateLuke Pulverenti
2013-05-26reading missing data for tv series, and populating series end dateLuis Miguel Almánzar
2013-05-20reduce requests against tvdb by getting entire series metadata at onceLuke Pulverenti
2013-03-31fixes #97 and creates a library dictionary cache to avoid FindById recursionLuke Pulverenti
2013-02-21fixed x64LukePulverenti