aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/TV
AgeCommit message (Expand)Author
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-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-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-03-07Remove useless commentsBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
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-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-15Remove useless docClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Extract imagetype-to-keytype statements into a utility function and move tvdb...Claus Vium
2019-02-15Add key delimiter to avoid potential clashesClaus Vium
2019-02-15Use language supplied as argument instead of reading from TvDbClientClaus Vium
2019-02-15Add generic key generation functionClaus Vium
2019-02-15Add better language supportClaus Vium
2019-02-15Update MediaBrowser.Providers/TV/MissingEpisodeProvider.csVasily
2019-02-15Fix namespace in tvdbclientmanagerClaus Vium
2019-02-15Add support for searching for episodes by premiere date and fixed timezonesClaus Vium
2019-02-15Fix namespacesClaus Vium
2019-02-15Add braces to if's and other minor style changesClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Apply suggestions from code reviewVasily
2019-02-15Fix episode providerClaus Vium
2019-02-15Add names to tuple items and reduce list iterationsClaus Vium
2019-02-15Minor fixes in MissingEpisodeProviderClaus Vium
2019-02-15Fix MissingEpisodeProvider (almost)Claus Vium
2019-02-15Fix a copy paste mistake and add series end dateClaus Vium
2019-02-15Remove TvdbPrescanTask as it looks like it was used for pre-fetching data, wh...Claus Vium
2019-02-15Add much needed exception handling and loggingClaus Vium
2019-02-15Add caching for all tvdb requestsClaus Vium
2019-02-15Use the locking properly, this is not Python...Claus Vium
2019-02-15More MemoryCache PoCClaus Vium
2019-02-15Add caching PoCClaus Vium
2019-02-15Add some error handling, grab imdb id and other minor fixesClaus Vium
2019-02-15Episode provider is somewhat brokenClaus Vium
2019-02-15Remove some junk from series providerClaus Vium
2019-02-15Some of it works???Claus Vium
2019-02-15initial commitClaus Vium
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Apply suggestions from code review for flipped conditions.Vasily
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan