[PR #2915] [MERGED] Fix imdbid regex #9089

Closed
opened 2025-12-22 07:17:34 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2915
Author: @randrey
Created: 4/19/2020
Status: Merged
Merged: 4/19/2020
Merged by: @Bond-009

Base: masterHead: imdbid-length-fix


📝 Commits (3)

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Emby.Server.Implementations/Library/PathExtensions.cs (+1 -1)
📝 MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs (+2 -2)

📄 Description

Changes
Updated regex to allow more than 7 digits in imdb id.

Issues
#2902


🔄 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/2915 **Author:** [@randrey](https://github.com/randrey) **Created:** 4/19/2020 **Status:** ✅ Merged **Merged:** 4/19/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `imdbid-length-fix` --- ### 📝 Commits (3) - [`d7a71ce`](https://github.com/jellyfin/jellyfin/commit/d7a71cee3ced19b43bdc1ee1523f236de15de26a) Fix imdbid regex - [`92f273c`](https://github.com/jellyfin/jellyfin/commit/92f273cb0cd94923be25b6b69147eeb9b86749b0) Limit imdbid to 8 digits. - [`d30fd3b`](https://github.com/jellyfin/jellyfin/commit/d30fd3b3d2e935f865e7560629d72e87cb0c760d) Changed '\d' to '[0-9]'. ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/PathExtensions.cs` (+1 -1) 📝 `MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs` (+2 -2) </details> ### 📄 Description **Changes** Updated regex to allow more than 7 digits in imdb id. **Issues** #2902 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:17:34 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#9089
No description provided.