aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/Savers
AgeCommit message (Expand)Author
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
2025-01-28Fix spelling (#13444)Josh Soref
2024-10-31Always await instead of directly returning TaskBond_009
2024-04-01Implement update endpointShadowghost
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
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
2022-12-05Replace != null with is not nullBond_009
2022-01-22Flush to disk async where possibleBond_009
2021-11-09Fix some warningsBond_009
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-08-04Minor improvementsBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-07Use FileShare.None when creating filesDavid
2021-02-13Minor improvementsBond_009
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in MediaBrowser.LocalMetadatacrobibero
2020-06-13Fix docs typocrobibero
2020-06-13Remove warnings from MediaBrowser.LocalMetadatacrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
2020-03-01Fix warnings in PlaylistXmlSaverMark Monteiro
2020-03-01Use a constant for the default playlist file nameMark Monteiro
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
2019-02-01Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaverhawken
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.LocalMetadataErwin de Haan
2018-12-30Fix exception loggingBond_009