aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Tmdb
AgeCommit message (Collapse)Author
2020-05-31move tmdb to plugin folderdkanada
2020-05-22Merge pull request #3056 from rigtorp/tmdbsearch2Anthony Lavado
Reduce number of TMDB lookups if filenames have punctuation chars
2020-05-14If second cleaning results in same name skip lookupErik Rigtorp
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-13Fix style issue in TmdbSeriesProviderMrTimscampi
2020-05-12Address suggestionsMrTimscampi
2020-05-10Add Director to role mapper for TMDbMrTimscampi
2020-05-10Add more information to TmdbSeriesProviderMrTimscampi
2020-05-07Rename member variables to conform to coding standardErik Rigtorp
2020-05-07Reduce number of TMDB lookups if filenames have punctuation charsErik Rigtorp
Previosly TMDB would be queried with the raw name and always fail, then retry with the cleaned name. Now non-word chars are always cleaned out first. If first query fails, retry with more aggressive cleaning.
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge branch 'master' into minorBond_009
2020-03-24Remove unused usingsBond_009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Minor improvementsBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-12-20Refactor seriesIdDavid
2019-12-20Add requested changesDavid
2019-12-19Refactor list of RemoteImageInfoDavid
2019-12-19Add requested changesDavid
2019-12-18Add Tmdb as a Provider for Season ImagesDavid
Changes to be committed: modified: CONTRIBUTORS.md new file: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonImageProvider.cs modified: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonProvider.cs
2019-11-03Conform MovieResult.cs to the formatting standards.Erwin de Haan
2019-11-03Fix the last docs warnings.Erwin de Haan
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