Merge pull request #1838 from Unhelpful/media-attachments

Add support for embedded attachments in media files
This commit is contained in:
dkanada
2020-01-08 11:04:21 +09:00
committed by GitHub
17 changed files with 735 additions and 7 deletions

View File

@@ -875,6 +875,8 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton(typeof(IResourceFileManager), typeof(ResourceFileManager));
serviceCollection.AddSingleton<EncodingHelper>();
serviceCollection.AddSingleton(typeof(IAttachmentExtractor), typeof(MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor));
_displayPreferencesRepository.Initialize();
var userDataRepo = new SqliteUserDataRepository(LoggerFactory.CreateLogger<SqliteUserDataRepository>(), ApplicationPaths);