aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/AudioDb
AgeCommit message (Expand)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-07Check HTTP status code before writing response to file (#8863)Bond-009
2022-12-05Replace != null with is not nullBond_009
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-07Use FileShare.None when creating filesDavid
2020-12-30Merge branch 'master' into PluginDowngradeCody Robibero
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove custom Json serializer from ProvidersDavid
2020-12-18Renamed Guid property to IdGreenback
2020-11-28remove deprecated flag to disable music pluginsdkanada
2020-11-17Pass cancellation where possibleBond_009
2020-09-07Fix some warningsBond_009
2020-08-31use named clientcrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-08-17Remove IHttpClient from ArtistImageProvidercrobibero
2020-08-17Remove IHttpClient from AlbumImageProvidercrobibero
2020-07-26Merge pull request #3660 from crobibero/plugin-config-locationAnthony Lavado
2020-07-22Force plugin config locationcrobibero
2020-07-20fully remove jquerycrobibero
2020-07-20fix built in plugin jscrobibero
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1005telans
2020-06-06Fix a small number of compile warningsaled
2020-05-25remove uses of fnchecked from pluginsdkanada
2020-05-23Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represe...Mark Monteiro
2020-05-17Rename Name to ProviderNameMark Monteiro
2020-05-17Move ExternalIdMediaType enum to MediaBrowser.ModelMark Monteiro
2020-05-17Rename external id type 'None' to 'General'Mark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to Extern...Luke Foust
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-08update audiodb config pagedkanada
2020-03-08implement option to disable audiodb for nowdkanada
2020-03-03migrate audiodb to plugindkanada