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