mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #8004] Episode multiple versions #11421
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#11421
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/8004
Author: @SenorSmartyPants
Created: 6/24/2022
Status: 🔄 Open
Base:
master← Head:EpisodeMultipleVersions📝 Commits (6)
8eb96e0Non greedy regex, parse the first year, not the last89c067cMake sure episodes in series folder don't group as multiversiond872225Code review: Count() -> Count and comments capitalizationee8701eversion[ABCD] testb1292a3Convert Equals 1 to Single testsc91faf9Update tests📊 Changes
5 files changed (+475 additions, -66 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+19 -2)📝
Emby.Naming/Video/VideoListResolver.cs(+113 -22)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+2 -2)📝
tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs(+219 -20)📝
tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs(+122 -20)📄 Description
Changes
Enable multiple versions for episodes. Episode suffixes work or episode may be placed in it's own directory. Will not collapse episodes in series directory. Unit tests included.
JF will show 3 episodes in season 1. 2 episodes in season 2.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.