aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/Listings
AgeCommit message (Collapse)Author
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-11-22Fix some warningsBond-009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-07-13CleanupBond_009
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-18Remove more unused stuffBond-009
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
* Fix stupid namespacing so it lines up properly with file names and paths.
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-19Reformat JustAMan review second pass changes.Erwin de Haan
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper conform to 'var' settingsErwin 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.
2019-01-03Clean up HttpClientManager, LiveTvManager and InstallationManagerBond_009
2019-01-02Fix warning and improve performanceBond_009
2018-12-30Fix logging in XmlTvListingsProviderBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-30Final cleanupBond_009
2018-12-30Some voodoo magic to stop a crashBond_009
2018-12-30Clean up XmlTvListeningProviderBond_009
2018-12-30Restore latest versionBond_009
Source: https://github.com/jellyfin/jellyfin/blob/30baa15839d268e3f03ac46844b61ec4b2aef1bc/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
2018-12-30Add missing XmlTvListingsProviderBond_009
Added from https://github.com/thirunjuguna/emby/blob/e679ac4224c7ac8400f12ef95a063be4fcf3b5c0/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03improve xmltv gz supportLuke Pulverenti
2017-10-28fix music artists not showing in collectionsLuke Pulverenti
2017-10-22restore GetImageSize methodLuke Pulverenti
2017-10-20improve httpclient resource disposalLuke Pulverenti
2017-10-07update xmltv parsingLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-08-24fix parsing of guide dataLuke Pulverenti
2017-08-23add null checks to ScheduleDirectLuke Pulverenti
2017-06-24add stream loop option for m3uLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-21update image magick encoderLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-11update live tv imagesLuke Pulverenti
2017-06-11improve live tv imagesLuke Pulverenti
2017-05-17update image encodingLuke Pulverenti