aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/IAttachmentExtractor.cs
AgeCommit message (Collapse)Author
2025-04-03Cleanup extracted files (#13760)Tim Eisele
* Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2021-12-27Remove more warningsCody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-01-08Fix build and address commentsBond_009
2019-10-22FFMPEG extractor for attachments.Andrew Mahone