aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
AgeCommit message (Expand)Author
2020-06-15fix SA1508telans
2020-06-05Use typed logger where possiblecrobibero
2020-04-11Fix style issuesMark Monteiro
2020-04-11Use a separate line for each property initializerMark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-03Add missing call to ConfigureAwait()Mark Monteiro
2020-03-27Dispose of process correctly in AttachmentExtractorMark Monteiro
2020-03-27Use WaitForExitAsync extension method in AttachmentExtractorMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-01-11Fix buildBond_009
2020-01-08Fix build and address commentsBond_009
2019-11-13Throw InvalidOperationException when attachment extraction exits abnormally o...Andrew Mahone
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...Andrew Mahone
2019-11-07Remove use of ProcessFactory, as well as arbitrary timeout in AttachmentExtra...Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-07Don't user ILoggerFactory.Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-07Check for attachment file before trying to remove it during cleanup.Andrew Mahone
2019-11-06Clean up handling of missing source/attachment in AttachmentExtractor.Andrew Mahone
2019-11-05Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
2019-11-04Return path of extracted attachment, which is always a file, instead of Attac...Andrew Mahone
2019-11-04Convert exceptions for missing MediaSource or MediaAttachment to ResourceNotF...Andrew Mahone
2019-11-04AttachmentExtractor code cleanup.Andrew Mahone
2019-11-04MediaExtractor logging cleanup.Andrew Mahone
2019-11-04AttachmentExtractor logging cleanup.Andrew Mahone
2019-11-04Fail attachment extraction on non-zero exit code.Andrew Mahone
2019-10-22FFMPEG extractor for attachments.Andrew Mahone