mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14072] [MERGED] Cleanup external item data cleanup #13829
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14072
Author: @Shadowghost
Created: 5/6/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @crobibero
Base:
master← Head:cleanup-item-cleanup📝 Commits (5)
2ff0804Cleanup external item data cleanup098c2ffFixesda03816Rename94d80a8Fix circular dependency014b28fFix dependency circle📊 Changes
47 files changed (+295 additions, -374 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+15 -12)➕
Emby.Server.Implementations/Library/ExternalDataManager.cs(+58 -0)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+15 -46)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/MediaSegmentExtractionTask.cs(+2 -1)📝
Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs(+3 -3)📝
Emby.Server.Implementations/Sorting/DatePlayedComparer.cs(+4 -4)📝
Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs(+3 -3)📝
Emby.Server.Implementations/Sorting/IsPlayedComparer.cs(+3 -3)📝
Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs(+3 -3)📝
Emby.Server.Implementations/Sorting/PlayCountComparer.cs(+4 -4)📝
Jellyfin.Api/Controllers/MediaSegmentsController.cs(+2 -1)📝
Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs(+8 -22)📝
Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs(+13 -12)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📝
MediaBrowser.Controller/Entities/TV/Episode.cs(+38 -1)➕
MediaBrowser.Controller/IO/IExternalDataManager.cs(+19 -0)📝
MediaBrowser.Controller/MediaSegments/IMediaSegmentManager.cs(+8 -13)📝
MediaBrowser.Controller/Sorting/IUserBaseItemComparer.cs(+1 -1)📝
MediaBrowser.Controller/Trickplay/ITrickplayManager.cs(+10 -2)📝
MediaBrowser.Providers/Books/AudioBookMetadataService.cs(+3 -8)...and 27 more files
📄 Description
Changes
TrickplayInfo🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.