mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6440] [CLOSED] Remove support for IDs in paths #10962
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/6440
Author: @heyhippari
Created: 8/16/2021
Status: ❌ Closed
Base:
master← Head:remove-id-in-filename📝 Commits (1)
1e85a2bRemove 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.