aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-11-22DVR: Prefer HD channels then earliest showing when handling duplicate ↵SenorSmartyPants
showings. (#8768) Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-28Enable nullable for more filesBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-01Address commentsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2019-09-12Rewrite `ItemDataProvider` to be more robustBond_009
* Stop locking 2+ times per operation * Don't clone the list multiple times * Keep the lock for the duration of the operation
2019-02-09Removed some unused fieldsBond_009
2019-02-05Remove custom ThreadingClaus Vium
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin 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-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-05Remove unnecessary using statementsBond_009
2019-01-05Remove FireEventIfNotNullBond_009
It's a pretty useless "helper" class
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-05-26update GetItems methodLuke Pulverenti
2017-03-26rework tuner channel idLuke Pulverenti
2016-11-03move classes to portableLuke Pulverenti