[PR #14272] [MERGED] Properly handle file access issues in some cases #13913

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14272
Author: @Shadowghost
Created: 6/10/2025
Status: Merged
Merged: 6/12/2025
Merged by: @crobibero

Base: masterHead: misc


📝 Commits (1)

  • 41425ab Properly handle file access issues in some cases

📊 Changes

2 files changed (+22 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/Library/ExternalDataManager.cs (+15 -2)
📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumProvider.cs (+7 -2)

📄 Description

Changes

  • Skip external media directory if removal fails
  • Only try to re-write AudioDB album data if it does not exist and is older than 2 days (same as with Artist data)
    • without this, sometimes concurrency issues can happen

🔄 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/14272 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (1) - [`41425ab`](https://github.com/jellyfin/jellyfin/commit/41425ab293ad75ce2dafeff800f04ee882fbe0c9) Properly handle file access issues in some cases ### 📊 Changes **2 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/ExternalDataManager.cs` (+15 -2) 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumProvider.cs` (+7 -2) </details> ### 📄 Description **Changes** * Skip external media directory if removal fails * Only try to re-write AudioDB album data if it does not exist and is older than 2 days (same as with Artist data) * without this, sometimes concurrency issues can happen --- <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:21:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13913