aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2019-01-06Remove more newsAndrew Rabert
2019-01-06Merge pull request #307 from drmrbg/fix-chromecastVasily
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
2019-01-04Merge pull request #283 from Bond-009/gpl-cleanupAndrew Rabert
Post GPL cleanup
2019-01-04Merge pull request #378 from cvium/fix_dlna_user_id_nullJoshua M. Boniface
Fix ArgumentNullException in DLNA streams
2019-01-03Post GPL cleanupBond_009
2019-01-03Don't send info to Emby servers on installBond_009
Not even to a fake one
2019-01-03Change null check on UserId to a Guid.Empty checkClaus Vium
2019-01-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2019-01-02Fix log dirBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Clean upBond_009
2018-12-30RebaseBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Attempt to fix Chromecast supportdrmrbg
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-12-15Merge pull request #171 from nvllsvm/stateJoshua M. Boniface
State
2018-12-15Adapt for JellyfinAndrew Rabert
2018-12-15Partial revert of 443356fd34c7b3377c41c1029c2973e9d61e0539Andrew Rabert
2018-12-14Restore timeout to 60s as it breaksJoshua Boniface
2018-12-14Up the timerDuration back to 10s, 2s is too lowJoshua Boniface
2018-12-14Lower the ffmpeg stop timeout durationJoshua Boniface
As this was, ffmpeg would continue to transcode video for timerDuration seconds after stopping playback (i.e. returning to the menu). However, this 60s timeout was a little obnoxious. Tested a 100ms timeout but this ended up causing playback to constantly terminate. 2s seems like the sweet spot where playback works normally, but terminating quickly on stop.
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2018-12-12Change libraries from netcoreapp to netstandardBond_009
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-12-10Remove Emby.Server.ConnectAndrew Rabert
2018-10-22Replaced mb3admin.com phoning home with a stub mb3admin.localVasily
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-05update live tv queriesLuke Pulverenti
2017-12-03Stub out new filtering apiLuke Pulverenti
2017-12-03Add setting to auto-run web app when server startsLuke Pulverenti
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-11-213.2.40.1Luke Pulverenti
2017-11-17improve merge/split video featureLuke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-11-09update play media source featureLuke Pulverenti
2017-11-08update subtitle downloading to use local metadata settingsLuke Pulverenti
2017-11-01normalize strm file contentsLuke Pulverenti
2017-10-26deprecate localized guids config switchLuke Pulverenti
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-20improve httpclient resource disposalLuke Pulverenti
2017-10-14improve live tv direct playLuke Pulverenti
2017-10-13rework device repositoryLuke Pulverenti
2017-10-13update resolved video titlesLuke Pulverenti
2017-10-05adjust default provider orderLuke Pulverenti
2017-10-04reduce socket activityLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-10-01update home screen sectionsLuke Pulverenti
2017-09-17fixes #1074Luke Pulverenti