aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs
AgeCommit message (Collapse)Author
2025-06-09fix(collection): Do not lock newly created collections (#14259)Dario Ackermann
2025-04-30Cleanup Tasks and ValidatorsShadowghost
2025-03-25WIP fixed namespacesJPVenson
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2022-12-05Replace == null with is nullBond_009
2021-12-24Update StyleCopBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-18Replace library option to AutomaticallyAddToCollectionPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18Reduce one queryPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18Fix style issuesPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18Paginate movies queryPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-18Fix issues mentioned in review, except for option namePetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Add new line at end of filePetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Use List<Gid> instead of List<Movie>Petrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Remove extra blank linePetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Improve performancePetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Add AutoCollection optionPetrus.Z
it can determine whether auto create/add movies to collection Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Fix style and performance issues mentioned in reviewPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Fix issues mentioned in reviewPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Add Collection Validator, create collection based on nfoPetrus.Z
Based on nfo's set element, automatically add movie to collection. Signed-off-by: Petrus.Z <silencly07@gmail.com>