aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/LiveTv/LiveTvService.cs
AgeCommit message (Collapse)Author
2020-06-23Move LiveTvService.cs to Jellyfin.Apicrobibero
2020-06-21Move LiveTvService.cs to Jellyfin.Apicrobibero
2020-05-12Initial migration codePatrick Barron
2020-04-05Convert using statements to using declarations where applicablePatrick Barron
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-02Add using block and HexHelperBill Thornton
2019-10-02Fix SchedulesDirect authenticationBill Thornton
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-07-06Streamline authentication proccessBond_009
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-01-27Fix more analyzer warningsBond_009
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Clean upBond_009
2018-12-28Remove custom ToArray extensionBond_009
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-10-14improve live tv direct playLuke Pulverenti
2017-10-13update resolved video titlesLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-27update dto methodsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-15update hdhr channel idsLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-04-29update environment detectionLuke Pulverenti
2017-03-15update hls to support mpeg2videoLuke Pulverenti
2017-03-13continue with tuner discoveryLuke Pulverenti
2017-03-13rework tuner setupLuke Pulverenti
2017-02-23update componentsLuke Pulverenti
2017-02-08update channel mappingLuke Pulverenti
2017-02-04rework guide mappingsLuke Pulverenti
2016-12-20update timer settingsLuke Pulverenti
2016-11-10rework result factoryLuke Pulverenti
2016-10-31make api project portableLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-18limit number of people in dlna responsesLuke Pulverenti
2016-10-09add playback of in-progress recordingsLuke Pulverenti
2016-10-07fix live streamLuke Pulverenti
2016-10-06avoid buffering http responsesLuke Pulverenti
2016-10-05update live streamsLuke Pulverenti