mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6383] [MERGED] Made default parser a tiny bit more robust #10937
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/6383
Author: @sushilicious
Created: 8/4/2021
Status: ✅ Merged
Merged: 10/26/2021
Merged by: @cvium
Base:
master← Head:master📝 Commits (5)
26f8b50Made CleanStringParser more robust460fe76Merge branch 'master' of https://github.com/jellyfin/jellyfin7fdef4bMerge branch 'master' of https://github.com/jellyfin/jellyfin into HEADb2a1060Made CleanStringParser go through regexps only once6bc7d78Update Emby.Naming/Video/CleanStringParser.cs📊 Changes
3 files changed (+28 additions, -10 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+5 -2)📝
Emby.Naming/Video/CleanStringParser.cs(+16 -7)📝
tests/Jellyfin.Naming.Tests/Video/CleanStringTests.cs(+7 -1)📄 Description
This addresses #6382. While it doesn't solve the overall problem of having a more robust name parser, it is a stopgap to make some things work.
Changes
Issues
Addresses #6382.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.