| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-08-01 | Backport pull request #8191 from jellyfin/release-10.8.z | Joshua Boniface | |
| fix: remove Virtual episodes when their physical counterpart exists Authored-by: cvium <clausvium@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 77a007a24d5eef1209766d31e2f5038b11d1a8d4 | |||
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-04 | Respect lock state when updating season 0 name | Joe Rogers | |
| 2021-12-28 | Pull default MergeData implementation to parent | Joe Rogers | |
| 2021-11-28 | Don't query series twice | cvium | |
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
| 2021-07-22 | Fix remaining MediaBrowser.Providers warnings | Rich Lander | |
| 2021-07-10 | [CA1801] Parameter is never used. Remove the parameter or use it in the ↵ | Cody Robibero | |
| method body. | |||
| 2020-12-15 | Add missing seasons during AfterMetadataRefresh | cvium | |
| 2020-10-09 | Remove tvdb plugin from server. | crobibero | |
| 2020-10-05 | Remove dummy season and missing episode provider in a futile attempt to ↵ | cvium | |
| remove cruft | |||
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-08 | Fix some warnings | Bond_009 | |
| 2020-09-07 | Fix some warnings | Bond_009 | |
| 2020-08-21 | Make some methods async | Bond_009 | |
| 2020-07-22 | Log path on lookup errors | E.Smith | |
| If the lookup fails (due to a bad id in an nfo file for example), then we had no indication of which directory failed, so the user can not fix the problem. Now we include the path in the error message such as: MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z and MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series at /media/x/y/z | |||
| 2020-06-26 | Merge remote-tracking branch 'upstream/master' into external-id-type | Mark Monteiro | |
| 2020-06-19 | Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers | Bond_009 | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-23 | Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵ | Mark Monteiro | |
| represent a general external id type | |||
| 2020-05-17 | Rename Name to ProviderName | Mark Monteiro | |
| 2020-05-17 | Move ExternalIdMediaType enum to MediaBrowser.Model | Mark Monteiro | |
| 2020-05-17 | Rename external id type 'None' to 'General' | Mark Monteiro | |
| 2020-03-26 | Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵ | Luke Foust | |
| ExternalIdMediaType | |||
| 2020-03-22 | Add type to externalids to distinguish them in the UI | Luke Foust | |
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 2020-03-09 | start tvdb migration for plugin interface | dkanada | |
| 2020-03-09 | move omdb providers | dkanada | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2019-12-11 | Clean up checks for Dictionary keys | Mark Monteiro | |
| 2019-12-11 | Fix issue with episode search | Mark Monteiro | |
| 2019-12-01 | Fix for #2088 | EscAbe | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Style fix | Bond-009 | |
| 2019-11-01 | Fix build | Bond-009 | |
| 2019-10-29 | Address comments | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-09-25 | Some style fixes | Bond_009 | |
| 2019-09-01 | Use regex to replace multiple spaces with one space | Andrew Rabert | |
| This communicates the intent of the code more clearly than before. No noticeable performance impact. | |||
| 2019-09-01 | Fix infinite looping when scanning TV metadata | Andrew Rabert | |
| It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a | |||
