[PR #6864] [CLOSED] Improve episode parser #11176

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6864
Author: @fiochen
Created: 11/18/2021
Status: Closed

Base: masterHead: master


📄 Description

Changes

  1. Avoid parsing wrong number from media tag, like:
    [foo] seriesname 03 [HEVC-10bit].mkv want "3", not "10"
    [foo] seriesname 03 [Ma10p-720p].mkv want "3", not "720"

  2. Improve parsing in brackets, like:
    [foo] seriesname Volume 2 [01].mkv

Issues

#3669


🔄 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/6864 **Author:** [@fiochen](https://github.com/fiochen) **Created:** 11/18/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> 1. Avoid parsing wrong number from media tag, like: `[foo] seriesname 03 [HEVC-10bit].mkv` want "3", not "10" `[foo] seriesname 03 [Ma10p-720p].mkv` want "3", not "720" 2. Improve parsing in brackets, like: `[foo] seriesname Volume 2 [01].mkv` **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> #3669 --- <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:33:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11176