aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/TV
AgeCommit message (Collapse)Author
2025-03-23Rework season folder parsing (#11748)Tim Eisele
2024-07-17Add TrySetProviderId extensionBond_009
2024-06-05Backport pull request #11920 from jellyfin/release-10.9.zShadowghost
Only set season path if season folder parsing was successful Original-merge: d1c00ba4edd5dd7b67ba4dda79dd0d18c8b8dd2d Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01Backport pull request #11719 from jellyfin/release-10.9.zShadowghost
Move NFO series season name parsing to own local provider Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11647 from jellyfin/release-10.9.zShadowghost
Fix season names Original-merge: 2da06bc0b10edcdb43618684396828afa4100b44 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-06-10Merge pull request #8203 from Shadowghost/nfo-season-namesCody Robibero
Implement NFO named season parsing
2023-05-23Check for Imdb id for seriesBond_009
2023-05-20Implement NFO named season parsingShadowghost
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2021-12-20Use our own Contains extensioncvium
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-07Refactor extras parsingcvium
2021-11-27performance++Claus Vium
2021-11-27Add additional provider parsing to series file nameCody Robibero
2021-11-16Remove unused dependenciescvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-02Merge pull request #6027 from fredriklindberg/improve-series-matchingClaus Vium
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-09-19Fix extra folder type resolving.Dixin
2021-09-13Improve series name matchingFredrik Lindberg
Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name.
2021-09-06Remove all unused usingsFernando Fernández
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05More improvementsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-01Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.csBond-009
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-01Remove useless codeBond_009
2021-03-15add unit testscvium
2021-03-14do not resolve episode-like files if they are in extras folderscvium
2020-07-23Remove unused dependencies.Patrick Barron
2020-06-20fix some documentation periodstelans
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-06Fix a small number of compile warningsaled
2020-06-05Use typed logger where possiblecrobibero
2020-03-24Remove unused usingsBond_009
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-19Minor improvementsBond_009
2020-01-22Clean up Emby.NamingBond_009
2019-12-11More warnings (removed)Bond_009