| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | 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-12-29 | Fix build | Bond_009 | |
| 2025-12-29 | Pass cancellation token to GetReleaseGroupResultAsync | Bond_009 | |
| 2025-10-09 | Fix artist external Url | theguymadmax | |
| 2025-03-14 | Fix build and tests (#13718) | Tim Eisele | |
| 2025-03-13 | Merge pull request #13175 from Shadowghost/external-url-providers | Joshua M. Boniface | |
| Migrate to IExternalUrlProvider | |||
| 2025-02-28 | Add 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-22 | Apply suggestions from code review | Tim Eisele | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2025-02-21 | Use TryGetProviderId where possible | Shadowghost | |
| 2025-02-20 | Migrate to IExternalUrlProvider | Shadowghost | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-06-23 | Backport pull request #12073 from jellyfin/release-10.9.z | Shadowghost | |
| 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-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-02-19 | Format MusicBrainz config page | Shadowghost | |
| 2023-02-19 | Fix MusicBrainz config page input validation | Shadowghost | |
| 2023-02-19 | Fix MusicBrainz album queries and releasegroup handling | Shadowghost | |
| 2023-02-19 | Fix MusicBrainz configuration parsing and update | Shadowghost | |
| 2023-02-19 | Add migration for MusicBrainz settings | Shadowghost | |
| 2023-02-18 | Fix MusicBrainz default server | Shadowghost | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-03 | Add MusicBrainz server validation and fallback (#8833) | Shadowghost | |
| 2022-10-22 | Apply review suggestions | Shadowghost | |
| 2022-10-22 | Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz | MrTimscampi | |
| Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-06-14 | Merge pull request #7934 from Bond-009/xmlasync2 | Claus Vium | |
| Enable XmlReaderSettings.Async, fixes #7929 (cherry picked from commit 1b8a2519911192fb272b15c07cc66dec6659aad9) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-17 | Read past empty elements | cvium | |
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-08-09 | Update per feedback | Rich Lander | |
| 2021-07-22 | Fix remaining MediaBrowser.Providers warnings | Rich Lander | |
| 2021-07-22 | Fix analysis issues | Rich Lander | |
| 2021-06-27 | MediaBrowser.Providers: Remove some warnings | Bond_009 | |
| 2021-06-22 | Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | Bond_009 | |
| 2021-02-25 | Switch to using declarations in MediaBrowser.Providers | Patrick Barron | |
| 2021-02-15 | Properly forward cancellationTokens | Bond_009 | |
| 2020-12-18 | Renamed Guid property to Id | Greenback | |
| 2020-11-28 | remove deprecated flag to disable music plugins | dkanada | |
| 2020-11-25 | Use proper Named HttpClient for MusicBrainz requests | crobibero | |
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-10-16 | Apply suggestions from code review (updating comments) | Gary Wilber | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-10-02 | cleaner | Gary Wilber | |
| 2020-10-02 | expand try finally | Gary Wilber | |
| 2020-10-02 | Make MusicBrainzAlbumProvider thread safe | Gary Wilber | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-07 | Fix some warnings | Bond_009 | |
| 2020-09-03 | Revert "Remove ResponseHeadersRead where applicable" | crobibero | |
| This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797. | |||
