aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Expand)Author
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-27Do HEAD request to get content type instead of checking for extension (#8823)Bond-009
2023-05-25Merge branch 'master' into network-rewriteShadowghost
2023-05-22Apply review suggestionShadowghost
2023-05-15Fix readonlyspan usageCody Robibero
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Pass cancellation tokenStepan Goremykin
2023-04-06Inline out variable declarationStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-12Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475)gitteric
2023-03-03Merge branch 'master' into network-rewriteShadowghost
2023-02-20Improve alternate ordering (#9336)Bond-009
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-20StringComparison.Ordinal instead of StringComparison.OrdinalIgnoreCaseBond_009
2023-02-19Optimize tryparseBond_009
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-11LiveTV fixesCody Robibero
2023-02-01Improve ffprobe json parsing and don't log error for Codec Type attachmentBond_009
2023-01-03Merge pull request #8775 from SenorSmartyPants/DVRMetadataBond-009
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8...Bond-009
2022-11-27Call GetConfiguration just once in functionSenorSmartyPants
2022-11-22DVR: Prefer HD channels then earliest showing when handling duplicate showing...SenorSmartyPants
2022-11-19Add Options to disable DVR NFO and image savingSenorSmartyPants
2022-11-19Don't cancel DVR recordings when adjusting settings (#8752)SenorSmartyPants
2022-11-10Fix incorrect starting offset of buffer span in CheckTunerAvailability.Michael Powers
2022-11-05Add regression test for #8696Bond_009
2022-11-04Don't throw exception if program.Title is nullCody Robibero
2022-10-28Backport pull request #8609 from jellyfin/release-10.8.zAnthony Lavado
2022-10-12Switch branches if statementBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-10-10Skip generic shows from duplicate removal actions (#8370)Aaron
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-06Fix minor warnings in Emby.Server.Implementations (#2149)Jan Sommer
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-09-11Don't allow throwing System.Exception (#8378)Bond-009
2022-08-22Merge pull request #8267 from luzpaz/typosBond-009
2022-08-18Make IgnoreDts configurable for M3U tunerknackebrot
2022-08-15Fix various typos luz paz
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99