Rich Lander
927b003143
Fix remaining MediaBrowser.Providers warnings
3 years ago
Cody Robibero
65f8d8c0cd
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
3 years ago
cvium
9f6000d845
Add missing seasons during AfterMetadataRefresh
4 years ago
crobibero
3119acd502
Remove tvdb plugin from server.
4 years ago
cvium
72cd6ab071
Remove dummy season and missing episode provider in a futile attempt to remove cruft
4 years ago
Matt Montgomery
53d5f64e03
Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Bond_009
e11a57f19b
Fix some warnings
4 years ago
Bond_009
384ab39f5b
Fix some warnings
4 years ago
Bond_009
119f64f5e7
Make some methods async
4 years ago
E.Smith
f50348ca0b
Log path on lookup errors
...
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
4 years ago
Mark Monteiro
0e9164351b
Merge remote-tracking branch 'upstream/master' into external-id-type
4 years ago
Bond_009
eba488a0f8
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
4 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
4 years ago
aled
299e49f39d
Fix a small number of compile warnings
4 years ago
aled
22a860a806
Fix a small number of compile warnings
4 years ago
crobibero
44957c5a9a
Use typed logger where possible
4 years ago
Mark Monteiro
4f6e5591ec
Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represent a general external id type
5 years ago
Mark Monteiro
d06fee75b6
Rename Name to ProviderName
5 years ago
Mark Monteiro
422d5b2b68
Move ExternalIdMediaType enum to MediaBrowser.Model
5 years ago
Mark Monteiro
e5c857ac36
Rename external id type 'None' to 'General'
5 years ago
Luke Foust
0fb78cf54b
Add documentation around Name, Id, and Type. Changed ExternalIdType to ExternalIdMediaType
5 years ago
Luke Foust
9bdb99fe92
Add type to externalids to distinguish them in the UI
5 years ago
dkanada
a96c0a72b8
Merge pull request #2549 from dkanada/refactor
...
Refactor some provider classes
5 years ago
dkanada
d7c34b4611
start tvdb migration for plugin interface
5 years ago
dkanada
d16f68bb14
move omdb providers
5 years ago
Mark Monteiro
b67e9cde8c
Replace ILogger with ILogger<T> wherever possible
...
Log entries will contain additional class context when using this interface
5 years ago
Bond_009
87d2479b78
Fix warnings
5 years ago
Mark Monteiro
421092b478
Clean up checks for Dictionary keys
5 years ago
Mark Monteiro
1e0967f43c
Fix issue with episode search
5 years ago
EscAbe
3b7b8eba4c
Fix for #2088
5 years ago
Bond_009
d529f81cd9
Improve IInstallationManager interface
5 years ago
Bond-009
92abc202a4
Style fix
5 years ago
Bond-009
43f51b2d90
Fix build
5 years ago
Bond_009
10ae815bb4
Address comments
5 years ago
Bond_009
d9a03c9bb1
Fix more warnings
5 years ago
Bond_009
c5995af493
Some style fixes
5 years ago
Andrew Rabert
907b3185c2
Use regex to replace multiple spaces with one space
...
This communicates the intent of the code more clearly than before.
No noticeable performance impact.
5 years ago
Andrew Rabert
6478cd2ea4
Fix infinite looping when scanning TV metadata
...
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
5 years ago
Claus Vium
817d9b3389
Move and rename tmdb providers for better separation
5 years ago
Anthony Lavado
28d707604b
Merge pull request #1629 from cvium/fix_tvdb_guest_stars
...
Fix tvdb guest stars with multiple roles
5 years ago
Anthony Lavado
f1f4b1a184
Merge pull request #1628 from cvium/fix_tvdb_ep_provider_id
...
Always fetch episode id as EpisodeInfo does not contain it
5 years ago
Claus Vium
9e3f4ac954
Move the first argument to its own line
5 years ago
Claus Vium
e4158d9703
Continue
5 years ago
Claus Vium
8d230e67a2
Place args on separate lines
5 years ago
Claus Vium
daf29233e6
Invert the second if
5 years ago