aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/MusicBrainz
AgeCommit message (Collapse)Author
7 daysFix artist metadata not being fetched on initial library scan (#16606)theguymadmax
* Fix artist metadata not being fetched on initial library scan * Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs Co-authored-by: Bond-009 <bond.009@outlook.com> --------- Co-authored-by: Bond-009 <bond.009@outlook.com>
2025-12-29Fix buildBond_009
2025-12-29Pass cancellation token to GetReleaseGroupResultAsyncBond_009
2025-10-09Fix artist external Urltheguymadmax
2025-03-14Fix build and tests (#13718)Tim Eisele
2025-03-13Merge pull request #13175 from Shadowghost/external-url-providersJoshua M. Boniface
Migrate to IExternalUrlProvider
2025-02-28Add support for reading and storing Recording MBIDs from file metadata (#12173)Dominik Krivohlavek
* Add recording metadata provider * Add recording MBID * Save recording MBID during probing * Set recording ID in probe result normalizer * Add recording external media type * Reimplement after changes in upstream * Rename variable * Rename variable * Revert "Set recording ID in probe result normalizer" This reverts commit 9dd18c8aba3f970a5816a13a33acf3d58b0e440f. * Fix setting provider ID * Simplify code * Fix comment * Add missing using
2025-02-22Apply suggestions from code reviewTim Eisele
Co-authored-by: Cody Robibero <cody@robibe.ro>
2025-02-21Use TryGetProviderId where possibleShadowghost
2025-02-20Migrate to IExternalUrlProviderShadowghost
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-06-23Backport pull request #12073 from jellyfin/release-10.9.zShadowghost
Fix Music Brainz release group query Original-merge: 23a660e9171a8e8c1ea1fcd388e9f99941f0b120 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-10-08Use non nullable property type when possibleStepan Goremykin
2023-03-01Allocate less ListsBond_009
2023-02-20Various fixes (#9361)Shadowghost
2023-02-19Format MusicBrainz config pageShadowghost
2023-02-19Fix MusicBrainz config page input validationShadowghost
2023-02-19Fix MusicBrainz album queries and releasegroup handlingShadowghost
2023-02-19Fix MusicBrainz configuration parsing and updateShadowghost
2023-02-19Add migration for MusicBrainz settingsShadowghost
2023-02-18Fix MusicBrainz default serverShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-03Add MusicBrainz server validation and fallback (#8833)Shadowghost
2022-10-22Apply review suggestionsShadowghost
2022-10-22Migrate MusicBrainz plugin to MetaBrainz.MusicBrainzMrTimscampi
Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-14Merge pull request #7934 from Bond-009/xmlasync2Claus Vium
Enable XmlReaderSettings.Async, fixes #7929 (cherry picked from commit 1b8a2519911192fb272b15c07cc66dec6659aad9) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2021-12-27Remove more warningsCody Robibero
2021-11-17Read past empty elementscvium
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-08-09Update per feedbackRich Lander
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-02-25Switch to using declarations in MediaBrowser.ProvidersPatrick Barron
2021-02-15Properly forward cancellationTokensBond_009
2020-12-18Renamed Guid property to IdGreenback
2020-11-28remove deprecated flag to disable music pluginsdkanada
2020-11-25Use proper Named HttpClient for MusicBrainz requestscrobibero
2020-11-17Pass cancellation where possibleBond_009
2020-10-16Apply suggestions from code review (updating comments)Gary Wilber
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-10-02cleanerGary Wilber
2020-10-02expand try finallyGary Wilber
2020-10-02Make MusicBrainzAlbumProvider thread safeGary Wilber
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-07Fix some warningsBond_009
2020-09-03Revert "Remove ResponseHeadersRead where applicable"crobibero
This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797.