| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-11 | Fix all warnings in MediaBrowser.Providers | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-01-19 | Add TMDb logo handling | Joe Rogers | |
| 2021-11-03 | Move ConvertToRemoteImage to TmdbClientManager | Joe Rogers | |
| 2021-11-02 | Switch to method per image conversion | Joe Rogers | |
| 2021-11-01 | Extract duplicate code, add test | Joe Rogers | |
| 2021-09-09 | Fix images "not loading" after manual identification | Chris Tam | |
| 2021-04-13 | Fix possible ArgumentNullException | Bond_009 | |
| ``` System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, IReadOnlyCollection`1 preferredLanguages, CancellationToken cancellationToken, Nullable`1 type) in /home/bond/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 280 ``` | |||
| 2021-03-05 | Do not use language or imagelanguages when searching for images | cvium | |
| TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify. | |||
| 2020-10-06 | Minor improvements to tmdb code | Bond-009 | |
| 2020-10-03 | Fix build | cvium | |
| 2020-10-03 | Apply suggestions from code review | Claus Vium | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-03 | Add keywords as tags to series + cleanup | cvium | |
| 2020-10-03 | Migrate the TMDb providers to the TMDbLib library | cvium | |
| 2020-09-08 | Fix build | Bond_009 | |
| 2020-09-08 | Fix some warnings | Bond_009 | |
| 2020-08-31 | use named client | crobibero | |
| 2020-08-17 | Remove IHttpClient from Providers | crobibero | |
| 2020-06-19 | Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers | Bond_009 | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-05-31 | fix some easy warnings for tmdb | dkanada | |
| 2020-05-31 | move tmdb to plugin folder | dkanada | |
