mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6850] [MERGED] Add Collection Validator, create collection based on nfo #11163
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/6850
Author: @PetrusZ
Created: 11/15/2021
Status: ✅ Merged
Merged: 11/19/2021
Merged by: @crobibero
Base:
master← Head:collection-validator📝 Commits (10+)
5eb1fdeAdd Collection Validator, create collection based on nfo74459ecFix issues mentioned in review1924d07Fix style and performance issues mentioned in review0a0ddb0Add AutoCollection option3c8f7d3Improve performance52e9dc6Remove extra blank linec09e999Use List instead of List989013cAdd new line at end of file6d74c83Fix issues mentioned in review, except for option nameb635b5aPaginate movies query📊 Changes
2 files changed (+158 additions, -0 deletions)
View changed files
➕
Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs(+156 -0)📝
MediaBrowser.Model/Configuration/LibraryOptions.cs(+2 -0)📄 Description
Based on nfo's set element, automatically add movie to collection.
Signed-off-by: Petrus.Z silencly07@gmail.com
Changes
Implement the feature request posted in https://features.jellyfin.org/posts/73/create-collection-based-on-nfo.
I am new to C#, there may be some errors in the code. Thanks in advance for review.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.