aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
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
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
Improvements to InstallationManager
2019-08-09Merge pull request #1484 from SenorSmartyPants/DVD-Orderdkanada
Update TVDB provider to search based on series display order
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
Adds null check on studio/network name
2019-07-31Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.csAnthony Lavado
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
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
Backmerge for Release 10.3.4 and 10.3.5
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
MusicBrainz 503 Retry Strategy
2019-03-15MusicBrainz 503 Retry StrategyPloughPuff
Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up.
2019-03-15Merge pull request #1105 from ploughpuff/ratelimitVasily
Only delay making MusicBrainz request if necessary
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-14Increased interval to 1050ms and moved to class scopePloughPuff
Review comments from JustAMan.
2019-03-14Only delay making request if necessaryPloughPuff
When requesting data from MusicBrainz, only delay the request if previous request was less than rate limit ago, instead of always delaying for one second at start.
2019-03-13More warning fixesBond-009
2019-03-12Fix build by removing non existent namespaceBond-009
Looks like a wrong auto merge. (We really should fix CI)
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-08Make MusicBrainz base url configurableBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Remove useless commentsBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-01Merge pull request #1024 from jellyfin/release-10.2.zBond-009
Backmerge for 10.2.2
2019-02-24Fix slow local image validation (#990)Claus Vium
* Check for local image directory existence to avoid tons of exceptions
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Fix logging args and add ilogger with categorynameClaus Vium
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Address review commentsClaus Vium
2019-02-19Remove OptimizedPriorityQueue source and grab it from nugetClaus Vium
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium