aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Validators
AgeCommit message (Collapse)Author
2025-09-24Add People Dedup and multiple progress fixes (#14848)JPVenson
2025-06-09fix(collection): Do not lock newly created collections (#14259)Dario Ackermann
2025-04-30Cleanup Tasks and ValidatorsShadowghost
2025-04-14Fix Genre cleanup (#13916)Tim Eisele
2025-04-09Add Genre cleanup and fix cleanup filter queries (#13891)Tim Eisele
2025-03-25WIP fixed namespacesJPVenson
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
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>
2021-11-09Fix some warningsBond_009
609 left
2021-10-03Fix warnings in LibraryPatrick Barron
2021-09-03Fix indentationCody Robibero
2021-08-30Apply suggestions from code reviewCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-28Remove more and more warningsCody Robibero
2020-10-17Use nameof where possibleBond_009
2020-06-15fix SA1508telans
2020-06-05Use typed logger where possiblecrobibero
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2019-12-10Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-11-27Fix more warningsBond_009
2019-11-22Fix some warningsBond-009
2019-10-29Fix more warningsBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-02-09Removed some unused fieldsBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-26improve artist cleanupLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti