mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6864] [CLOSED] Improve episode parser #11176
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/6864
Author: @fiochen
Created: 11/18/2021
Status: ❌ Closed
Base:
master← Head:master📄 Description
Changes
Avoid parsing wrong number from media tag, like:
[foo] seriesname 03 [HEVC-10bit].mkvwant "3", not "10"[foo] seriesname 03 [Ma10p-720p].mkvwant "3", not "720"Improve parsing in brackets, like:
[foo] seriesname Volume 2 [01].mkvIssues
#3669
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.