aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata
AgeCommit message (Expand)Author
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-05-03Add albumart as recognized filename for music artwork (#14048)theguymadmax
2025-02-03Merge branch 'master' into sort-nfo-dataMarc Brooks
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
2025-01-28Fix spelling (#13444)Josh Soref
2025-01-25chore: fix spellingJosh Soref
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-10-31Always await instead of directly returning TaskBond_009
2024-09-18Sort embedded collections in Nfo filesMarc Brooks
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-07-17Add TrySetProviderId extensionBond_009
2024-06-23Backport pull request #12039 from jellyfin/release-10.9.zShadowghost
2024-06-06Backport pull request #11934 from jellyfin/release-10.9.zShadowghost
2024-04-10Merge pull request #11220 from Shadowghost/add-playlist-acl-apiJoshua M. Boniface
2024-04-08Add jacket to the list of music images (#11314)Tina
2024-04-01Implement update endpointShadowghost
2024-04-01Apply review suggestionsShadowghost
2024-03-26Apply review suggestionsShadowghost
2023-11-14Update to .NET 8Bond_009
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-06Remove logger parameter from XmlReaderExtensions.TryReadDateTimePatrick Barron
2023-10-06More miscellaneous cleanupPatrick Barron
2023-10-06Add TryReadInt to XmlReaderExtensionsPatrick Barron
2023-10-06Add ReadNormalizedString to XmlReaderExtensionsPatrick Barron
2023-10-06Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensionsPatrick Barron
2023-10-06Add GetStringArray and GetPersonArray to XmlReaderExtensionsPatrick Barron
2023-10-06Add XmlReader.GetPersonFromXmlNodePatrick Barron
2023-04-06Use TryAddStepan Goremykin
2023-04-06Remove redundant ToString callStepan Goremykin
2023-03-28Merge pull request #9466 from Shadowghost/playlist-fixBond-009
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-10Fix playlist creation and removalShadowghost
2023-02-19Optimize tryparseBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v...renovate[bot]
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-01Fix double assignmentJulius Vitkauskas
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Ban the usage of Task.ResultBond_009