aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
AgeCommit message (Collapse)Author
2019-11-07Don't user ILoggerFactory.Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
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
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-04Return path of extracted attachment, which is always a file, instead of ↵Andrew Mahone
AttachmentInfo with path and protocol.
2019-11-04Convert exceptions for missing MediaSource or MediaAttachment to ↵Andrew Mahone
ResourceNotFoundException with appropriate message.
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