aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/Savers/PlaylistXmlSaver.cs
AgeCommit message (Collapse)Author
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!)
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2022-01-22Flush to disk async where possibleBond_009
2021-08-04Minor improvementsBond_009
2020-06-13Remove warnings from MediaBrowser.LocalMetadatacrobibero
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-01Fix warnings in PlaylistXmlSaverMark Monteiro
2020-03-01Use a constant for the default playlist file nameMark Monteiro
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.LocalMetadataErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-10-30make local metadata project portableLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-10-04continue file system reworkLuke Pulverenti
2015-09-13add more methods to IFileSystemLuke Pulverenti
2015-06-20start people updateLuke Pulverenti
2014-12-12more sync movementLuke Pulverenti
2014-11-10fixes #945 - Add genre views to dlnaLuke Pulverenti
2014-09-06fixes #914 - Add option to save metadata hiddenLuke Pulverenti
2014-08-05fixes #887 - Support ttml subtitle outputLuke Pulverenti
2014-08-04update playlist xml savingLuke Pulverenti
2014-08-02fixes #791 - Support server-side playlistsLuke Pulverenti