duration analysis on files with missing duration metadata (#683)

* first pass

* analyze zero-duration files
This commit is contained in:
Jason Dove
2022-03-07 21:42:34 -06:00
committed by GitHub
parent dcd792a354
commit 52a8b7db81
33 changed files with 4208 additions and 54 deletions
@@ -8,5 +8,6 @@ public interface IEmbyMovieLibraryScanner
string address,
string apiKey,
EmbyLibrary library,
string ffmpegPath,
string ffprobePath);
}
@@ -8,5 +8,6 @@ public interface IEmbyTelevisionLibraryScanner
string address,
string apiKey,
EmbyLibrary library,
string ffmpegPath,
string ffprobePath);
}