aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/AudioDb
AgeCommit message (Collapse)Author
8 daysFix AudioDb album description not displayed when only base strDescription ↵Dennis M
field is populated TheAudioDB returns the English album description in the base strDescription field (no language suffix). The plugin previously only read strDescriptionEN, which is absent from the API response, so the Overview/Description field stayed empty for English (and any other language for which no localized strDescription<LANG> exists). Mirror the fallback already applied to AudioDbArtistProvider in #16606 and add the missing strDescription property to the Album DTO. Fixes #17080
2026-05-15Fix integrated provider imagesShadowghost
2026-04-14Fix 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-10-09Fix artist external Urltheguymadmax
2025-06-11Properly handle file access issues in some cases (#14272)Tim Eisele
2025-02-21Use TryGetProviderId where possibleShadowghost
2025-02-20Migrate to IExternalUrlProviderShadowghost
2024-10-31Always await instead of directly returning TaskBond_009
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!)
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2023-11-14Fix warningsBond_009
2023-10-14Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-08Use non nullable property type when possibleStepan Goremykin
2023-03-01Allocate less ListsBond_009
2023-02-20Various fixes (#9361)Shadowghost
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-07Check HTTP status code before writing response to file (#8863)Bond-009
fix https://github.com/jellyfin/jellyfin/issues/8084
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
Force plugin config location
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