| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-09 | Move LiveTv to separate project | Patrick Barron | |
| 2024-01-09 | Move GetRecordingStreamMediaSources to IMediaSourceManager | Patrick Barron | |
| 2023-12-21 | Move ProgressiveFileStream to Controller | Patrick Barron | |
| 2023-12-05 | Make IRecorder an IDisposable | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in DirectRecorder | Patrick Barron | |
| 2023-12-05 | Fix disposable warnings in EmbyTV | Patrick Barron | |
| 2023-12-05 | Use implementation types in LiveTv | Patrick Barron | |
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Inline out variable declaration | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-01-03 | Merge pull request #8775 from SenorSmartyPants/DVRMetadata | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/5178 | |||
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Call GetConfiguration just once in function | SenorSmartyPants | |
| 2022-11-22 | DVR: Prefer HD channels then earliest showing when handling duplicate ↵ | SenorSmartyPants | |
| showings. (#8768) Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-11-19 | Add Options to disable DVR NFO and image saving | SenorSmartyPants | |
| - SaveRecordingNFO and SaveRecordingImages default to true. Maintains current behavior. - Episode.FillMissingEpisodeNumbersFromPath for live tv so external metadata can be pulled when recording starts. | |||
| 2022-11-19 | Don't cancel DVR recordings when adjusting settings (#8752) | SenorSmartyPants | |
| Fixes https://github.com/jellyfin/jellyfin/issues/3523 | |||
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-10 | Skip generic shows from duplicate removal actions (#8370) | Aaron | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Fix minor warnings in Emby.Server.Implementations (#2149) | Jan Sommer | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-11 | Don't allow throwing System.Exception (#8378) | Bond-009 | |
| 2022-05-20 | Merge pull request #7544 from jaantaponen/long-filename-fix | Cody Robibero | |
| (cherry picked from commit 8a1eca09138d50c033b100a63e5f51d18e3669bb) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-07 | Merge pull request #7542 from 1337joe/make-recording-stop | Cody Robibero | |
| Make recording stop at scheduled stop time (cherry picked from commit 132c85e554db0c80dab6e66ad17c504641431d5b) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Always create TaskCompletionSource<T> with ↵ | Bond_009 | |
| TaskCreationOptions.RunContinuationsAsynchronously | |||
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Merge pull request #5905 from BaronGreenback/TVFix | Claus Vium | |
| Fix for Livetv and DLNA when bind interfaces specified. | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-10-09 | Merge pull request #6657 from Bond-009/dotnetbug | Claus Vium | |
| 2021-10-03 | Fix warnings in EmbyTV | Patrick Barron | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-10-01 | Enable nullable for ItemDataProvider | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-21 | Fix issue #6587 | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-10 | Remove more unused args | cvium | |
| 2021-09-10 | Kill ProgressiveFileCopier and seek to end for ongoing livetv | cvium | |
| 2021-09-07 | Ignore published server url for local access | cvium | |
