aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/M3UTunerHost.cs
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-05Don't use List directly in ITunerHost method signaturesPatrick Barron
2023-10-08Remove redundant using directivesStepan Goremykin
2023-08-18refactor: use ConcurrentDictionary when IMemoryCache isn't neededcvium
2023-06-27Do HEAD request to get content type instead of checking for extension (#8823)Bond-009
2022-08-18Make IgnoreDts configurable for M3U tunerknackebrot
2022-02-14Fix some warningsBond_009
2021-12-27More cleanupBond_009
2021-12-20Use our own Contains extensioncvium
2021-09-03Fix some warningsBond_009
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2020-11-01Set UserAgent when getting M3u playlistcrobibero
2020-08-31migrate to IHttpClientFactory in M3UTunerHostcrobibero
2020-08-04Clean up TunerHost classesPatrick Barron
2020-06-15fix SA1508telans
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
2020-04-01Address commentsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-08-16Clean up livestreaming codeBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-09Removed some unused fieldsBond_009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part Liv-PErwin 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-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-29fix live tv over dlnaLuke Pulverenti
2017-11-213.2.40.1Luke Pulverenti
2017-11-17allow specification of m3u stream limitLuke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-10-133.2.33.7Luke Pulverenti
2017-09-28rework live stream creationLuke Pulverenti
2017-08-23add mpdecimate optionLuke Pulverenti
2017-08-20update m3u tunerLuke Pulverenti
2017-07-303.2.26.7Luke Pulverenti
2017-07-15update sync menusLuke Pulverenti
2017-07-053.2.22.4Luke Pulverenti
2017-06-24add stream loop option for m3uLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-04-133.2.12.5Luke Pulverenti
2017-03-14update tuner host interfaceLuke Pulverenti
2017-03-13update tuner discoveryLuke Pulverenti
2017-03-13rework tuner discoveryLuke Pulverenti
2017-02-26update componentsLuke Pulverenti