[PR #6912] [MERGED] Add additional provider id parsing to file name #11193

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6912
Author: @crobibero
Created: 11/27/2021
Status: Merged
Merged: 12/15/2021
Merged by: @cvium

Base: masterHead: filename-tvmaze


📝 Commits (9)

  • 4890454 Add additional provider parsing to series file name
  • 065d3fa performance++
  • 1df5633 Add more tests
  • 3513f5a Search for attribute text
  • 593b2fd Add more speed and more tests
  • eeb8192 Add StringComparison
  • d707a20 update tests
  • 58f788e Update tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs
  • a04f8f5 Fix new test

📊 Changes

5 files changed (+71 additions, -16 deletions)

View changed files

📝 Emby.Server.Implementations/Library/PathExtensions.cs (+22 -8)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+3 -3)
📝 Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs (+33 -4)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs (+12 -0)

📄 Description

Adds the ability to parse Killing Eve (2018) [tvmazeid=22904]

Requested https://old.reddit.com/r/jellyfin/comments/r34j5m/jellyfin_tv_show_naming_tvmaze/

Adds:

  • tvmazeid
  • tmdbid
  • anidbid
  • anilistid
  • anisearchid

🔄 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/6912 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/27/2021 **Status:** ✅ Merged **Merged:** 12/15/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `filename-tvmaze` --- ### 📝 Commits (9) - [`4890454`](https://github.com/jellyfin/jellyfin/commit/4890454935f6c56ff4d2fab0b71646311319c0ac) Add additional provider parsing to series file name - [`065d3fa`](https://github.com/jellyfin/jellyfin/commit/065d3fa837bf5d66d4b4e5382257b4ce76b9d0b3) performance++ - [`1df5633`](https://github.com/jellyfin/jellyfin/commit/1df56335eec0430bef0d4dface75f69691134c10) Add more tests - [`3513f5a`](https://github.com/jellyfin/jellyfin/commit/3513f5a84bf21c64b5f909352e260bda2e9ab057) Search for attribute text - [`593b2fd`](https://github.com/jellyfin/jellyfin/commit/593b2fd359de378a2588a8d54d11ebc0bb2cd3f1) Add more speed and more tests - [`eeb8192`](https://github.com/jellyfin/jellyfin/commit/eeb8192602627e912b491f3e7e6696ce415f3ce3) Add StringComparison - [`d707a20`](https://github.com/jellyfin/jellyfin/commit/d707a201c9568df374579d6dde56d8068a070da0) update tests - [`58f788e`](https://github.com/jellyfin/jellyfin/commit/58f788e8abfce620db5a9b70165ff6cbe0931a46) Update tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs - [`a04f8f5`](https://github.com/jellyfin/jellyfin/commit/a04f8f5efb3f067de2ce27e8804aab5c950ac284) Fix new test ### 📊 Changes **5 files changed** (+71 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/PathExtensions.cs` (+22 -8) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+3 -3) 📝 `Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs` (+33 -4) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs` (+12 -0) </details> ### 📄 Description Adds the ability to parse `Killing Eve (2018) [tvmazeid=22904]` Requested https://old.reddit.com/r/jellyfin/comments/r34j5m/jellyfin_tv_show_naming_tvmaze/ Adds: - tvmazeid - tmdbid - anidbid - anilistid - anisearchid --- <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:34:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11193