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
/
Plugins
/
MusicBrainz
Age
Commit message (
Expand
)
Author
2021-02-15
Properly forward cancellationTokens
Bond_009
2020-12-18
Renamed Guid property to Id
Greenback
2020-11-28
remove deprecated flag to disable music plugins
dkanada
2020-11-25
Use proper Named HttpClient for MusicBrainz requests
crobibero
2020-11-17
Pass cancellation where possible
Bond_009
2020-10-16
Apply suggestions from code review (updating comments)
Gary Wilber
2020-10-02
cleaner
Gary Wilber
2020-10-02
expand try finally
Gary Wilber
2020-10-02
Make MusicBrainzAlbumProvider thread safe
Gary Wilber
2020-09-28
Fix SA1513, SA1514, SA1507, and SA1508
Matt Montgomery
2020-09-07
Fix some warnings
Bond_009
2020-09-03
Revert "Remove ResponseHeadersRead where applicable"
crobibero
2020-09-03
Remove ResponseHeadersRead where applicable
crobibero
2020-08-31
use named client
crobibero
2020-08-25
Fix incorrect adding of user agent
Bond-009
2020-08-19
Fix warnings
Bond_009
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-07-26
Merge pull request #3660 from crobibero/plugin-config-location
Anthony Lavado
2020-07-22
implement change properly
crobibero
2020-07-22
Force plugin config location
crobibero
2020-07-20
fully remove jquery
crobibero
2020-07-20
fix built in plugin js
crobibero
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
fix brace spacing for do while loops
telans
2020-06-16
fix SA1513/SA1516
telans
2020-06-13
Merge pull request #3254 from crobibero/ilogger
dkanada
2020-06-06
Fix a small number of compile warnings
aled
2020-06-05
Use typed logger where possible
crobibero
2020-05-25
remove uses of fnchecked from plugins
dkanada
2020-05-23
Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represe...
Mark Monteiro
2020-05-17
Rename Name to ProviderName
Mark Monteiro
2020-05-17
Move ExternalIdMediaType enum to MediaBrowser.Model
Mark Monteiro
2020-05-17
Merge branch 'master' into externalid-type
Mark Monteiro
2020-04-01
Merge branch 'master' into minor
Bond_009
2020-03-31
fix custom musicbrainz servers
dkanada
2020-03-26
Add documentation around Name, Id, and Type. Changed ExternalIdType to Extern...
Luke Foust
2020-03-22
Add type to externalids to distinguish them in the UI
Luke Foust
2020-03-03
Replace ILogger with ILogger<T> wherever possible
Mark Monteiro
2020-03-01
fix build error
dkanada
2020-02-29
add code suggestions
dkanada
2020-02-29
prefix private fields with underscore
dkanada
2020-02-28
use the custom server for external ids
dkanada
2020-02-24
remove unused assignment
dkanada
2020-02-24
update musicbrainz options
dkanada
2020-02-24
update external ids
dkanada
2020-02-22
add config options for musicbrainz
dkanada