aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/TV
AgeCommit message (Expand)Author
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
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 represe...Mark Monteiro
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 Extern...Luke Foust
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
2020-03-09start tvdb migration for plugin interfacedkanada
2020-03-09move omdb providersdkanada
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
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
2019-09-01Fix infinite looping when scanning TV metadataAndrew Rabert
2019-08-18Move and rename tmdb providers for better separationClaus Vium
2019-08-17Merge pull request #1629 from cvium/fix_tvdb_guest_starsAnthony Lavado
2019-08-17Merge pull request #1628 from cvium/fix_tvdb_ep_provider_idAnthony Lavado
2019-08-16Move the first argument to its own lineClaus Vium
2019-08-16ContinueClaus Vium
2019-08-16Place args on separate linesClaus Vium
2019-08-16Invert the second ifClaus Vium
2019-08-16Invert the ifClaus Vium
2019-08-16Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.csClaus Vium
2019-08-16Improve LocalizationManagerBond_009
2019-08-15Handle negative roleStartIndex since not all guest stars have rolesClaus Vium
2019-08-15Remove unused importClaus Vium
2019-08-15Fix tvdb guest stars loopClaus Vium
2019-08-15Log episode id and series id when either request failsClaus Vium
2019-08-15Always fetch episode id as EpisodeInfo does not contain itClaus Vium
2019-08-09Merge pull request #1484 from SenorSmartyPants/DVD-Orderdkanada
2019-08-07move comment to separate linedkanada
2019-08-02Merge pull request #1590 from anthonylavado/null_checkAnthony Lavado
2019-07-31Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.csAnthony Lavado
2019-07-27Adds null check on studio/network nameAnthony Lavado
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-06-22Update TVDB provider to search based on series display orderSenorSmartyPants