| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-22 | feat(i18n): transliterate item name before sorting (#11172) | Gary Wang | |
| 2024-03-18 | fix: skip library folders that are inaccessible or empty (#9291) | Claus Vium | |
| 2024-03-17 | Merge pull request #11163 from robert-hamilton36/lyrics | Bond-009 | |
| Add lyric files to supported extensions | |||
| 2024-03-17 | Add ability to enable/disable libraries (#11037) | btopherjohnson | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-03-16 | add lyric files to supportedExtensions | robert-hamilton36 | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-21 | Add IRecordingsManager service | Patrick Barron | |
| 2024-02-06 | Fix tests | Patrick Barron | |
| 2024-02-06 | Remove ActionableProgress | Patrick Barron | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-11-13 | Merge branch 'master' into feat/book-persons | Pithaya | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 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 | |
