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
/
AudioDb
Age
Commit message (
Expand
)
Author
2023-01-11
Fix all warnings in MediaBrowser.Providers
Bond_009
2022-12-07
Check HTTP status code before writing response to file (#8863)
Bond-009
2022-12-05
Replace != null with is not null
Bond_009
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-10-03
Remove workaround for dotnet/runtime#42790
Bond_009
2021-09-25
Remove sync FileStream hack
Bond_009
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-07-22
Fix remaining MediaBrowser.Providers warnings
Rich Lander
2021-07-22
Fix analysis issues
Rich Lander
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-03-07
Use FileShare.None when creating files
David
2020-12-30
Merge branch 'master' into PluginDowngrade
Cody Robibero
2020-12-24
Put json serializer options in private field
David
2020-12-23
Use streams instead of strings
David
2020-12-23
Remove custom Json serializer from Providers
David
2020-12-18
Renamed Guid property to Id
Greenback
2020-11-28
remove deprecated flag to disable music plugins
dkanada
2020-11-17
Pass cancellation where possible
Bond_009
2020-09-07
Fix some warnings
Bond_009
2020-08-31
use named client
crobibero
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-08-17
Remove IHttpClient from ArtistImageProvider
crobibero
2020-08-17
Remove IHttpClient from AlbumImageProvider
crobibero
2020-07-26
Merge pull request #3660 from crobibero/plugin-config-location
Anthony Lavado
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 SA1513/SA1516
telans
2020-06-15
fix SA1005
telans
2020-06-06
Fix a small number of compile warnings
aled
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
Rename external id type 'None' to 'General'
Mark Monteiro
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-08
update audiodb config page
dkanada
2020-03-08
implement option to disable audiodb for now
dkanada
2020-03-03
migrate audiodb to plugin
dkanada