mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13855] [MERGED] Optimize migrations #13742
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/13855
Author: @Shadowghost
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/26/2025
Merged by: @crobibero
Base:
master← Head:misc📝 Commits (5)
bcf8ac0Optimize Directory.CreateDirectory usagece73edfDirectly use database3699a09Apply review suggestionsb78b5dcApply review suggestion968b1c6Apply review suggestions📊 Changes
7 files changed (+129 additions, -154 deletions)
View changed files
📝
Jellyfin.Server/Migrations/Routines/MigrateKeyframeData.cs(+19 -41)📝
Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs(+79 -79)📝
Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs(+20 -11)📝
MediaBrowser.Common/Plugins/BasePluginOfT.cs(+1 -4)📝
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs(+6 -12)📝
src/Jellyfin.Database/Jellyfin.Database.Implementations/IJellyfinDatabaseProvider.cs(+2 -2)📝
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/SqliteDatabaseProvider.cs(+2 -5)📄 Description
Directly access the database to fetch the necessary data. This speeds up the migrations significantly.
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.