[PR #6440] [CLOSED] Remove support for IDs in paths #10962

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6440
Author: @heyhippari
Created: 8/16/2021
Status: Closed

Base: masterHead: remove-id-in-filename


📝 Commits (1)

  • 1e85a2b Remove support for IDs in paths

📊 Changes

5 files changed (+0 additions, -163 deletions)

View changed files

📝 Emby.Server.Implementations/Library/PathExtensions.cs (+0 -39)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs (+0 -29)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+0 -47)
📝 Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs (+0 -29)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs (+0 -19)

📄 Description

Changes

This feature makes path resolving more complex than needed, and is a (worse) duplicate of the Kodi-compatible Parsing NFOs (which we already support).

This removes the inferior and limited path parsing of IDs, in favor of keeping (and encouraging the use of) Parsing NFOs.

Issues


🔄 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/6440 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 8/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-id-in-filename` --- ### 📝 Commits (1) - [`1e85a2b`](https://github.com/jellyfin/jellyfin/commit/1e85a2bebd57a96d167634b37648e0d858ce2973) Remove support for IDs in paths ### 📊 Changes **5 files changed** (+0 additions, -163 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/PathExtensions.cs` (+0 -39) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs` (+0 -29) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+0 -47) 📝 `Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs` (+0 -29) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs` (+0 -19) </details> ### 📄 Description **Changes** This feature makes path resolving more complex than needed, and is a (worse) duplicate of the Kodi-compatible [Parsing NFOs](https://kodi.wiki/view/NFO_files/Parsing) (which we already support). This removes the inferior and limited path parsing of IDs, in favor of keeping (and encouraging the use of) Parsing NFOs. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 06:29: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#10962