[PR #15220] [MERGED] Skip extracted files in migration if bad timestamp or no access #14257

Closed
opened 2026-02-07 07:26:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15220
Author: @JJBlue
Created: 10/26/2025
Status: Merged
Merged: 10/26/2025
Merged by: @crobibero

Base: release-10.11.zHead: release-10.11.z


📝 Commits (1)

📊 Changes

1 file changed (+10 additions, -0 deletions)

View changed files

📝 Jellyfin.Server/Migrations/Routines/MigrateKeyframeData.cs (+10 -0)

📄 Description

For some reason in certain cases the filesystem reports invalid dates for creation dates. Not much we can do about this but now the migration at least does not crash.

Previous Push-Request previous-error: #15112
Fixes #15024 next-error

Changes

  • Skip files with invalid timestamps
  • Skip files if access denied

Issues
Fixes #15024 next-error (same error).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15220 **Author:** [@JJBlue](https://github.com/JJBlue) **Created:** 10/26/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `release-10.11.z` --- ### 📝 Commits (1) - [`45a416d`](https://github.com/jellyfin/jellyfin/commit/45a416d5260fc434314b4522d947ed6309715085) Fixes #15024 next-error ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/Routines/MigrateKeyframeData.cs` (+10 -0) </details> ### 📄 Description For some reason in certain cases the filesystem reports invalid dates for creation dates. Not much we can do about this but now the migration at least does not crash. Previous Push-Request previous-error: #15112 Fixes #15024 next-error **Changes** - Skip files with invalid timestamps - Skip files if access denied **Issues** Fixes #15024 next-error (same error). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:26:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14257