mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #1929] [MERGED] Fix parsing of certain names and adds a default season if no season was found #8773
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8773
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/1929
Author: @Narfinger
Created: 10/22/2019
Status: ✅ Merged
Merged: 11/7/2019
Merged by: @dkanada
Base:
master← Head:parser-fix4📝 Commits (4)
8da012cadd tests for Emby.Naming/TV/EpisodePathParser.cs45f906cadded a couple more tests4a20260add another parser case and allow parsing of seasonless9cd62d6removed restriction to 3 digits in episodenumber and 4 in season numbers📊 Changes
5 files changed (+103 additions, -9 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+12 -8)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+10 -1)📝
MediaBrowser.sln(+7 -0)➕
tests/Jellyfin.Naming.Tests/EpisodePathParserTest.cs(+54 -0)➕
tests/Jellyfin.Naming.Tests/Jellyfin.Naming.Tests.csproj(+20 -0)📄 Description
This patch fixed some parsing errors for files found in the anime community.
This pull request includes the test cases from my previous pull request (https://github.com/jellyfin/jellyfin/pull/1877).
I tested this patch and it now parses quite a few more files on my system, however, the tests do not seem to work. If somebody could help out with figuring out why the test cases do not work, I would be very happy.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.