index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Providers
/
TV
/
TheTVDB
/
TvDbClientManager.cs
Age
Commit message (
Expand
)
Author
2020-03-09
start tvdb migration for plugin interface
dkanada
2019-09-25
Some style fixes
Bond_009
2019-08-09
Merge pull request #1484 from SenorSmartyPants/DVD-Order
dkanada
2019-08-07
move comment to separate line
dkanada
2019-06-22
Update TVDB provider to search based on series display order
SenorSmartyPants
2019-06-21
Wait for the async authentication to finish when the JTW token expires
Claus Vium
2019-05-31
Fix inverted comparison in the tvdb token refresh logic
Claus Vium
2019-02-20
Add ConfigureAwait to awaited calls
Claus Vium
2019-02-20
Address review comments
Claus Vium
2019-02-15
Use DI for TvDbClientManager
Claus Vium
2019-02-15
Review comments
Claus Vium
2019-02-15
Extract imagetype-to-keytype statements into a utility function and move tvdb...
Claus Vium
2019-02-15
Add key delimiter to avoid potential clashes
Claus Vium
2019-02-15
Add generic key generation function
Claus Vium
2019-02-15
Add better language support
Claus Vium
2019-02-15
Fix namespace in tvdbclientmanager
Claus Vium
2019-02-15
Add support for searching for episodes by premiere date and fixed timezones
Claus Vium
2019-02-15
Fix episode provider
Claus Vium
2019-02-15
Fix MissingEpisodeProvider (almost)
Claus Vium
2019-02-15
Fix a copy paste mistake and add series end date
Claus Vium
2019-02-15
Add much needed exception handling and logging
Claus Vium
2019-02-15
Add caching for all tvdb requests
Claus Vium
2019-02-15
Use the locking properly, this is not Python...
Claus Vium
2019-02-15
More MemoryCache PoC
Claus Vium
2019-02-15
Add caching PoC
Claus Vium
2019-02-15
Episode provider is somewhat broken
Claus Vium