aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/TV
AgeCommit message (Collapse)Author
2022-12-05Replace == null with is nullBond_009
2022-08-01Backport pull request #8191 from jellyfin/release-10.8.zJoshua Boniface
fix: remove Virtual episodes when their physical counterpart exists Authored-by: cvium <clausvium@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 77a007a24d5eef1209766d31e2f5038b11d1a8d4
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-04Respect lock state when updating season 0 nameJoe Rogers
2021-12-28Pull default MergeData implementation to parentJoe Rogers
2021-11-28Don't query series twicecvium
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2020-12-15Add missing seasons during AfterMetadataRefreshcvium
2020-10-09Remove tvdb plugin from server.crobibero
2020-10-05Remove dummy season and missing episode provider in a futile attempt to ↵cvium
remove cruft
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-08Fix some warningsBond_009
2020-09-07Fix some warningsBond_009
2020-08-21Make some methods asyncBond_009
2020-07-22Log path on lookup errorsE.Smith
If the lookup fails (due to a bad id in an nfo file for example), then we had no indication of which directory failed, so the user can not fix the problem. Now we include the path in the error message such as: MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z and MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series at /media/x/y/z
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-06-05Use typed logger where possiblecrobibero
2020-05-23Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵Mark Monteiro
represent a general external id type
2020-05-17Rename Name to ProviderNameMark Monteiro
2020-05-17Move ExternalIdMediaType enum to MediaBrowser.ModelMark Monteiro
2020-05-17Rename external id type 'None' to 'General'Mark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-09start tvdb migration for plugin interfacedkanada
2020-03-09move omdb providersdkanada
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-01-31Fix warningsBond_009
2019-12-11Clean up checks for Dictionary keysMark Monteiro
2019-12-11Fix issue with episode searchMark Monteiro
2019-12-01Fix for #2088EscAbe
2019-11-01Improve IInstallationManager interfaceBond_009
2019-11-01Style fixBond-009
2019-11-01Fix buildBond-009
2019-10-29Address commentsBond_009
2019-10-29Fix more warningsBond_009
2019-09-25Some style fixesBond_009
2019-09-01Use regex to replace multiple spaces with one spaceAndrew Rabert
This communicates the intent of the code more clearly than before. No noticeable performance impact.
2019-09-01Fix infinite looping when scanning TV metadataAndrew Rabert
It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a