aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/TV
AgeCommit message (Expand)Author
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
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
2021-09-19Fix extra folder type resolving.Dixin
2021-09-13Improve series name matchingFredrik Lindberg
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
2021-04-01Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.csBond-009
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
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
2020-02-23Fix some warningsBond_009
2020-02-19Minor improvementsBond_009
2020-01-22Clean up Emby.NamingBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-06-01Fix more warningsBond-009
2019-02-09Removed some unused fieldsBond_009
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20Minor improvements to library scan codeBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
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-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009