index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Controller
/
Extensions
Age
Commit message (
Collapse
)
Author
2020-04-01
Apply suggestions from code review
Mark Monteiro
2020-03-21
Rename command line option to --nowebclient and config setting to HostWebClient
Mark Monteiro
2020-03-15
Merge remote-tracking branch 'upstream/master' into ↵
Mark Monteiro
support-running-without-web-content
2020-03-15
Rename IsNoWebContent to NoWebContent
Mark Monteiro
2020-03-13
Add a configuration flag to allow/disallow duplicates in playlists
Mark Monteiro
2020-03-11
Parse config value correctly
Mark Monteiro
2020-02-28
Add new 'nowebcontent' configuration flag
Mark Monteiro
2019-12-12
Use extension methods
Bond-009
2019-12-12
Replace '_' with ':' in config keys
Bond-009
2019-11-25
Fix naming const
Bond-009
2019-11-25
Make probesize and analyzeduration configurable and simplify circular
Bond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-01-27
Reworked LocalizationManager to load data async
Bond_009
2019-01-13
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Erwin de Haan
2018-12-27
Add GPL modules
Andrew Rabert
2018-09-12
Update to 3.5.2 and .net core 2.1
stefan
2016-10-25
make controller project portable
Luke Pulverenti
2016-10-23
prep for portable common
Luke Pulverenti
2016-10-23
rework scheduled tasks in preparation of common project going portable
Luke Pulverenti
2013-06-09
added a providers assembly
Luke Pulverenti
2013-05-26
use utc for premieredate
Luke Pulverenti
2013-05-26
reading missing data for tv series, and populating series end date
Luis Miguel Almánzar
2013-05-20
reduce requests against tvdb by getting entire series metadata at once
Luke Pulverenti
2013-03-31
fixes #97 and creates a library dictionary cache to avoid FindById recursion
Luke Pulverenti
2013-02-21
fixed x64
LukePulverenti