aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Music
AgeCommit message (Collapse)Author
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-10-07Apply review suggestionsShadowghost
2022-09-13Add xmldocsShadowghost
2022-09-13Extend music parsingShadowghost
2021-12-28Pull default MergeData implementation to parentJoe Rogers
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2020-09-07Fix some warningsBond_009
2020-08-19Fix warningsBond_009
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-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-05-23Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵Mark Monteiro
represent a general external id type
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-05-17Merge branch 'master' into externalid-typeMark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-24Remove unused usingsBond_009
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-10Merge pull request #2506 from mark-monteiro/inject-loggers-with-contextBond-009
Inject loggers with context using ILogger<T>
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-03migrate audiodb to plugindkanada
2020-02-24update external idsdkanada
2020-02-22add config options for musicbrainzdkanada
2020-01-22Remove FileSystem.GetStreamBond-009
2019-10-29Fix commentsBond_009
2019-10-29Fix more warningsBond_009
2019-08-29More warning fixesBond_009
2019-08-18Move and rename tmdb providers for better separationClaus Vium
2019-05-31move fanart image provider to plugindkanada
2019-04-30Iterate over IEnumerable before disposingBond-009
2019-03-15MusicBrainz 503 Retry StrategyPloughPuff
Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up.
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Increased interval to 1050ms and moved to class scopePloughPuff
Review comments from JustAMan.
2019-03-14Only delay making request if necessaryPloughPuff
When requesting data from MusicBrainz, only delay the request if previous request was less than rate limit ago, instead of always delaying for one second at start.
2019-03-13More warning fixesBond-009
2019-03-12Fix build by removing non existent namespaceBond-009
Looks like a wrong auto merge. (We really should fix CI)
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-08Make MusicBrainz base url configurableBond-009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
* Fix stupid namespacing so it lines up properly with file names and paths.
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-25Fix always null expressionsBond_009
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan