| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-08 | Use null propagation | Stepan Goremykin | |
| 2023-10-08 | Allow people on books | Pithaya | |
| 2023-10-08 | Pass cancellation token | Stepan Goremykin | |
| 2023-09-25 | CollectionFolder: replace Dictionary + locks with ConcurrentDictionary | Bond_009 | |
| This should be faster (and still safe I hope) | |||
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_009 | |
| Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component | |||
| 2023-08-18 | Album gain (#10085) | TelepathicWalrus | |
| * Add LUFSAlbum DTO * Get loudest track for smallest gain * Move gain search to musicalbum use baseitem LUFS for album * Use .Max for enumerable * Update DTO to be consistent with other DTOs * Remove albumlufs, Move dto for all types | |||
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-06-10 | Merge pull request #8203 from Shadowghost/nfo-season-names | Cody Robibero | |
| Implement NFO named season parsing | |||
| 2023-05-26 | Fix TotalRecordCount calculation | Shadowghost | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-05-15 | Audio normalization (#9222) | TelepathicWalrus | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-03-28 | Merge pull request #9466 from Shadowghost/playlist-fix | Bond-009 | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-16 | Fix #9378 | Bond_009 | |
| Remove sort words before replacing dots with spaces | |||
| 2023-03-10 | Fix playlist creation and removal | Shadowghost | |
| 2023-03-09 | Merge pull request #9446 from 1337joe/audiobook-grouping-fixes | Bond-009 | |
| 2023-03-08 | Allow webp for local images | Bond_009 | |
| 2023-03-06 | Inject IDirectoryService where needed instead of passing it through ↵ | Joe Rogers | |
| ItemResolveArgs | |||
| 2023-03-06 | Remove some BaseItem references to make ItemResolveArgs more usable for testing. | Joe Rogers | |
| 2023-03-01 | Add SeasonProviderIds to EpisodeInfo (#9407) | Nils Fürniß | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-02-20 | Fix playlist parental control and no parental control skipping forbidden ↵ | Shadowghost | |
| unrated items | |||
| 2023-02-20 | Recursively update rating | Shadowghost | |
| 2023-02-13 | Add permission for collection management | Shadowghost | |
| 2023-02-09 | Reduced number of calls to GetPreference() | Jpuc1143 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2023-01-07 | Fix recursive children lookup of folders (#8678) | Egor Bakanov | |
| Fixes https://github.com/jellyfin/jellyfin/issues/6193 Fixes https://github.com/jellyfin/jellyfin/issues/7226 | |||
| 2023-01-03 | Merge pull request #8775 from SenorSmartyPants/DVRMetadata | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/5178 | |||
| 2022-12-30 | Add support for .sup subtitle (#8808) | Cody Robibero | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8628 | |||
| 2022-12-19 | Use DistinctBy introduced in .NET 6 | Bond_009 | |
| 2022-12-08 | Allow video extras to use owner library options | Joe Rogers | |
| 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-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-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-31 | Backport pull request #8662 from jellyfin/release-10.8.z | cvium | |
| fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes Original-merge: 45f3fb1cfc54f4dced7f6e02b7fc433056678634 Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-30 | Merge pull request #8638 from photonconvergence/fix/extras-type | Bond-009 | |
| 2022-10-28 | Backport pull request #8501 from jellyfin/release-10.8.z | cvium | |
| fix: set MinIndexNumber for the next up query Original-merge: 679e83082f76b0d6c54d0aa4b8fe1138c1a10ccd Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-12 | Rewrite BaseItem.ModifySortChunks | Bond_009 | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-06 | Remove extra argument | Bond_009 | |
| 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-23 | Backport pull request #8189 from jellyfin/release-10.8.z | Luke F | |
| Fix GetItems IndexOutOfRangeException when IDs do not exist Original-merge: 527ed0607d5f31a232293b39daac19018518b1a0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-13 | Add function back for compatibility, add sorting | Zach Phelan | |
| 2022-09-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-09-13 | Extend music parsing | Shadowghost | |
