| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-07 | Feature/media segments plugin api (#12359) | JPVenson | |
| 2024-09-04 | Fixup | Shadowghost | |
| 2024-09-04 | Cleanup tasks | Shadowghost | |
| 2024-07-15 | Run DeleteTranscodeFileTask on startup (#12239) | Bond-009 | |
| 2024-07-15 | Use real temp dir instead of cache dir for temp files (#12226) | Bond-009 | |
| 2024-06-24 | Backport pull request #12025 from jellyfin/release-10.9.z | Shadowghost | |
| Fix empty image folder removal for legacy locations Original-merge: 476dc01f4d5bf0fdf391935ef0759b0583bf7026 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-24 | Backport pull request #11911 from jellyfin/release-10.9.z | Bond-009 | |
| Log album name and id in normalization task Original-merge: c9b6ebd94fd6e91ea8da2931c7604350343da5bf Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-23 | Backport pull request #12123 from jellyfin/release-10.9.z | Shadowghost | |
| Fix Cleanup Task metadata saving Original-merge: 85078d8f10e7b93f1d396a8e82a9ce3284f4a25e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11910 from jellyfin/release-10.9.z | Bond-009 | |
| Audio normalization: parse ffmpeg output line by line Original-merge: d2be2ee480a44d3ed266d4632c3f38439b0dfaf5 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-04-30 | Fix filename | Bond_009 | |
| 2024-04-30 | Address comments | Bond_009 | |
| 2024-04-29 | Skip albums that don't have multiple tracks | Bond_009 | |
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-04-23 | Fix task CleanupCollectionAndPlaylistPathsTask removing valid paths (#11410) | John M | |
| 2024-04-17 | #11289 Fixed cleanup task not checking for folders (#11311) | JPVenson | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-01-16 | Fix incorrect path check in CleanupCollectionAndPlaylistPathsTask | Bond_009 | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-10-12 | Merge reading from file and parsing | Stepan Goremykin | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-07 | Pass cancellation token | Stepan Goremykin | |
| 2023-09-18 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-16 | Apply review suggestions | Shadowghost | |
| 2023-09-16 | Extend collections cleanup task to include playlists too | Shadowghost | |
| 2023-06-28 | Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections | Joshua M. Boniface | |
| 2023-06-27 | suggestions from review | Cody Robibero | |
| 2023-06-27 | Update ↵ | JPVenson | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-05-02 | Update ↵ | JPVenson | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-18 | Merge pull request #9103 from ↵ | Bond-009 | |
| DarrenRuane/darrenruane_fix_chapter_images_deletion | |||
| 2023-03-01 | Reduce log spam | Bond_009 | |
| Fixes #7801 | |||
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2023-02-05 | Changed LogTrace to LogDebug | Jean-Pierre Bachmann | |
| 2023-02-05 | Updated logging level and formatting | Jean-Pierre Bachmann | |
| 2023-02-01 | Fixed whitespace | Jean-Pierre Bachmann | |
| 2023-02-01 | Update CleanupCollectionPathsTask.cs | JPVenson | |
| Removed code smell and switched to non creation for non existing collection folder | |||
| 2023-02-01 | Added CleanupCollection task | Jean-Pierre Bachmann | |
| 2023-01-16 | Rename JellyfinDb to JellyfinDbContext | Patrick Barron | |
| 2023-01-15 | Fix pre-existing chapter images not being deleted after the chapter image ↵ | DarrenRuane | |
| generation setting is disabled | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Use typed logger | Bond_009 | |
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-10-21 | remove JellyfinDbProvider and add second level caching | cvium | |
| 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-03-29 | Merge pull request #7512 from crobibero/update-plugin | Cody Robibero | |
| (cherry picked from commit ca67a4814036312326d3f36d894bc47d254d3f91) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
