using ErsatzTV.Core; using ErsatzTV.Core.Domain; namespace ErsatzTV.Scanner.Core.Interfaces.Metadata; public interface IOtherVideoFolderScanner { Task> ScanFolder( LibraryPath libraryPath, string ffmpegPath, string ffprobePath, decimal progressMin, decimal progressMax, CancellationToken cancellationToken); }