aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Expand)Author
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-09-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
2019-09-02Merge pull request #1702 from Bond-009/warn8Anthony Lavado
2019-09-01Use regex to replace multiple spaces with one spaceAndrew Rabert
2019-09-01Fix infinite looping when scanning TV metadataAndrew Rabert
2019-09-01Fix more warningsBond_009
2019-08-29More warning fixesBond_009
2019-08-29move the transcode pathdkanada
2019-08-19Add newline after end tagClaus Vium
2019-08-19Require latest C# version in Providers projectClaus Vium
2019-08-18Fix style issuesClaus Vium
2019-08-18Add Writer and Producer to crew listClaus Vium
2019-08-18Fix api urlClaus Vium
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-15Merge pull request #1614 from Bond-009/docs2dkanada
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-11Document all public/internal members of Emby.DrawingBond_009
2019-08-11Check checksum for plugin downloadsBond_009
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
2019-08-09Merge pull request #1484 from SenorSmartyPants/DVD-Orderdkanada
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
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
2019-06-21Wait for the async authentication to finish when the JTW token expiresClaus Vium
2019-06-14Update depsBond_009
2019-06-14Improvements to InstallationManagerBond_009
2019-06-12Merge pull request #1442 from jellyfin/release-10.3.zJoshua M. Boniface
2019-05-31move fanart image provider to plugindkanada
2019-05-31Fix inverted comparison in the tvdb token refresh logicClaus Vium
2019-04-30Iterate over IEnumerable before disposingBond-009
2019-04-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-03-15Merge pull request #1119 from ploughpuff/503retryJoshua M. Boniface
2019-03-15MusicBrainz 503 Retry StrategyPloughPuff