| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 8 days | Fix 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-15 | Fix integrated provider images | Shadowghost | |
| 2026-04-14 | Fix 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-09 | Fix artist external Url | theguymadmax | |
| 2025-06-11 | Properly handle file access issues in some cases (#14272) | Tim Eisele | |
| 2025-02-21 | Use TryGetProviderId where possible | Shadowghost | |
| 2025-02-20 | Migrate to IExternalUrlProvider | Shadowghost | |
| 2024-10-31 | Always await instead of directly returning Task | Bond_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-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-08 | Use non nullable property type when possible | Stepan Goremykin | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-20 | Various fixes (#9361) | Shadowghost | |
| 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 | |
| fix https://github.com/jellyfin/jellyfin/issues/8084 | |||
| 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 | |
| Force plugin config location | |||
| 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 | |
