index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-07
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...
Andrew Mahone
2019-11-07
Remove use of ProcessFactory, as well as arbitrary timeout in AttachmentExtra...
Andrew Mahone
2019-11-07
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-07
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-07
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...
Andrew Mahone
2019-11-07
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-07
Don't user ILoggerFactory.
Andrew Mahone
2019-11-07
Simplify AttachmentExtractor instantiation.
Andrew Mahone
2019-11-07
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
Andrew Mahone
2019-11-07
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
Andrew Mahone
2019-11-07
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
Andrew Mahone
2019-11-07
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-07
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-07
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
Andrew Mahone
2019-11-07
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
Andrew Mahone
2019-11-07
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Andrew Mahone
2019-11-07
Update MediaBrowser.Api/Attachments/AttachmentService.cs
Andrew Mahone
2019-11-07
formatting
Andrew Mahone
2019-11-07
Check for attachment file before trying to remove it during cleanup.
Andrew Mahone
2019-11-07
Check for cancellation between each batch of MediaAttachment inserts.
Andrew Mahone
2019-11-06
Use block rather than local using statement.
Andrew Mahone
2019-11-06
Clean up handling of missing source/attachment in AttachmentExtractor.
Andrew Mahone
2019-11-06
Revert "Simplify AttachmentExtractor instantiation."
Andrew Mahone
2019-11-05
Extract the prefix for MediaAttachment insertions to a static member instead ...
Andrew Mahone
2019-11-05
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...
Andrew Mahone
2019-11-05
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Andrew Mahone
2019-11-05
Format attachment DeliveryURL with CultureInfo.InvariantCulture.
Andrew Mahone
2019-11-05
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Andrew Mahone
2019-11-05
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...
Andrew Mahone
2019-11-05
Simplify AttachmentExtractor instantiation.
Andrew Mahone
2019-11-05
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
Andrew Mahone
2019-11-05
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Andrew Mahone
2019-11-05
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Andrew Mahone
2019-11-05
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-...
Andrew Mahone
2019-11-05
Throw ArgumentException instead of ArgumentNullException on empty Guid.
Andrew Mahone
2019-11-05
Remove check for "[0]" in codec_tag.
Andrew Mahone
2019-11-04
Return path of extracted attachment, which is always a file, instead of Attac...
Andrew Mahone
2019-11-04
Convert exceptions for missing MediaSource or MediaAttachment to ResourceNotF...
Andrew Mahone
2019-11-04
AttachmentExtractor code cleanup.
Andrew Mahone
2019-11-04
MediaExtractor logging cleanup.
Andrew Mahone
2019-11-04
Remove attachment filenames from attachment URLs.
Andrew Mahone
2019-11-04
AttachmentExtractor logging cleanup.
Andrew Mahone
2019-11-04
Fail attachment extraction on non-zero exit code.
Andrew Mahone
2019-11-04
Indentation fix.
Andrew Mahone
2019-11-04
Return list result directly for MediaAttachments.
Andrew Mahone
2019-11-04
Rename "limit" to "insertAtOnce" in InsertMediaAttachments.
Andrew Mahone
2019-11-04
Check for cancellation in SaveMediaAttachments.
Andrew Mahone
2019-11-04
Flatten using connection in GetMediaAttachments/SaveMediaAttachments
Andrew Mahone
2019-11-04
Use ToByteArray instead of ToGuidBlob.
Andrew Mahone
2019-11-04
Merge remote-tracking branch 'origin/master' into media-attachments-clean
Andrew Mahone
[next]