add avisynth script support to all local libraries (#2612)
* detect avisynth demuxer * cache ffmpeg capabilities * check for working avisynth * scan avs files in all local libraries * update changelog
This commit is contained in:
@@ -352,6 +352,7 @@ public class TranscodingTests
|
||||
metadataRepository,
|
||||
new LocalFileSystem(Substitute.For<IClient>(), LoggerFactory.CreateLogger<LocalFileSystem>()),
|
||||
Substitute.For<IClient>(),
|
||||
Substitute.For<IHardwareCapabilitiesFactory>(),
|
||||
LoggerFactory.CreateLogger<LocalStatisticsProvider>());
|
||||
|
||||
await localStatisticsProvider.RefreshStatistics(ExecutableName("ffmpeg"), ExecutableName("ffprobe"), song);
|
||||
@@ -500,6 +501,7 @@ public class TranscodingTests
|
||||
metadataRepository,
|
||||
new LocalFileSystem(Substitute.For<IClient>(), LoggerFactory.CreateLogger<LocalFileSystem>()),
|
||||
Substitute.For<IClient>(),
|
||||
Substitute.For<IHardwareCapabilitiesFactory>(),
|
||||
LoggerFactory.CreateLogger<LocalStatisticsProvider>());
|
||||
|
||||
await localStatisticsProvider.RefreshStatistics(
|
||||
|
||||
Reference in New Issue
Block a user