[PR #13838] [MERGED] Use subdirectories to organize extracted data #13735

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13838
Author: @Shadowghost
Created: 4/4/2025
Status: Merged
Merged: 4/5/2025
Merged by: @crobibero

Base: masterHead: external-data-subdirs


📝 Commits (2)

  • c8597d6 Use subdirectories to organize extracted data
  • 7114d7e Apply suggestions from code review

📊 Changes

1 file changed (+8 additions, -7 deletions)

View changed files

📝 Emby.Server.Implementations/Library/PathManager.cs (+8 -7)

📄 Description

Changes
Use subdirectories based off the first two chars of the ID to better structure data (same as we do for internal metadata)

Issues

  • Depending on filesystem, having thousands of subfolders in one directory might be a performance issue

🔄 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/13838 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `external-data-subdirs` --- ### 📝 Commits (2) - [`c8597d6`](https://github.com/jellyfin/jellyfin/commit/c8597d60e1b687c6a9e365689b3a1c506b03ea4b) Use subdirectories to organize extracted data - [`7114d7e`](https://github.com/jellyfin/jellyfin/commit/7114d7ec61f030765f8c265f005beebe9fb9908c) Apply suggestions from code review ### 📊 Changes **1 file changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/PathManager.cs` (+8 -7) </details> ### 📄 Description **Changes** Use subdirectories based off the first two chars of the ID to better structure data (same as we do for internal metadata) **Issues** * Depending on filesystem, having thousands of subfolders in one directory might be a performance issue --- <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:18:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13735