aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-05Make IRecorder an IDisposablePatrick Barron
2023-12-05Use implementation types in LiveTvPatrick Barron
2022-12-05Replace != null with is not nullBond_009
2022-09-11Don't allow throwing System.Exception (#8378)Bond-009
2022-04-07Merge pull request #7542 from 1337joe/make-recording-stopCody Robibero
Make recording stop at scheduled stop time (cherry picked from commit 132c85e554db0c80dab6e66ad17c504641431d5b) Signed-off-by: crobibero <cody@robibe.ro>
2022-02-15Fix some warningsBond_009
2022-01-22Always create TaskCompletionSource<T> with ↵Bond_009
TaskCreationOptions.RunContinuationsAsynchronously
2021-12-27More cleanupBond_009
2021-11-15Fix some warningsBond_009
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-03Fix warnings in EmbyTVPatrick Barron
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-21Fix issue #6587Bond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Enable nullable for more filesBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-06Use new ReadAllLines extensionsBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09Use FileShare.Read for log filesDavid
2021-03-07Use FileShare.None when creating filesDavid
2020-12-27Code revieDavid
2020-12-26Remove manual N/A removal and write directly to streamDavid
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
2020-08-31Fix some warningsBond_009
2020-08-19Fix warningsBond_009
2020-06-15fix SA1005telans
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-04-11Fix style issuesMark Monteiro
2020-04-11Use a separate line for each property initializerMark Monteiro
2020-04-05replace 'try-finally' with 'using' where appropriateMark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-01Address commentsBond_009
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
More warning fixes
2019-08-29More warning fixesBond_009
2019-08-29Fix invalid arg forBond_009