Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/72745f47225a5b1071660acc4dcde618d938eaa0/MediaBrowser.MediaEncoding/Attachments You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

29 Commits (72745f47225a5b1071660acc4dcde618d938eaa0)

Author SHA1 Message Date
Mark Monteiro 4113288278 Fix style issues 5 years ago
Mark Monteiro 7152b55747 Use a separate line for each property initializer 5 years ago
Mark Monteiro e0f40f57d8 Merge remote-tracking branch 'upstream/master' into remove-common-process 5 years ago
Mark Monteiro 0e195d2e49 Add missing call to ConfigureAwait() 5 years ago
Mark Monteiro d705931e81 Dispose of process correctly in AttachmentExtractor 5 years ago
Mark Monteiro 48bbcbb426 Use WaitForExitAsync extension method in AttachmentExtractor 5 years ago
Bond_009 e9d1eabd53 Remove unused usings 5 years ago
Bond_009 0d6a4c2909 Fix build 5 years ago
Bond_009 a253fa616d Fix build and address comments 5 years ago
Andrew Mahone dee247453e Throw InvalidOperationException when attachment extraction exits abnormally or doesn't produce output. 5 years ago
Andrew Mahone 7ea05bb86b Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments 5 years ago
Andrew Mahone 79858eb26c Remove use of ProcessFactory, as well as arbitrary timeout in AttachmentExtractor. 5 years ago
Andrew Mahone 3a9bf84e3b
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone 1eb3df1d6c
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone 380d023351 Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments 5 years ago
Andrew Mahone 2f728fd2a1
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone 2338a53229 Don't user ILoggerFactory. 5 years ago
Andrew Mahone 492bbc9e13
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone 92aae268a3
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone c09eb34708 Check for attachment file before trying to remove it during cleanup. 5 years ago
Andrew Mahone 4f3b883155 Clean up handling of missing source/attachment in AttachmentExtractor. 5 years ago
Andrew Mahone 349310787c
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs 5 years ago
Andrew Mahone 28a6718d8e Return path of extracted attachment, which is always a file, instead of AttachmentInfo with path and protocol. 5 years ago
Andrew Mahone 04a96788f9 Convert exceptions for missing MediaSource or MediaAttachment to ResourceNotFoundException with appropriate message. 5 years ago
Andrew Mahone 154fb1fe9b AttachmentExtractor code cleanup. 5 years ago
Andrew Mahone c7d303a6ae MediaExtractor logging cleanup. 5 years ago
Andrew Mahone 9eef5f860d AttachmentExtractor logging cleanup. 5 years ago
Andrew Mahone e9c893f07e Fail attachment extraction on non-zero exit code. 5 years ago
Andrew Mahone 12f752d8b1 FFMPEG extractor for attachments. 5 years ago