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
@@ -9,5 +9,6 @@ public interface IPlexMovieLibraryScanner
PlexConnection connection,
PlexServerAuthToken token,
PlexLibrary library,
string ffmpegPath,
string ffprobePath);
}
@@ -9,5 +9,6 @@ public interface IPlexTelevisionLibraryScanner
PlexConnection connection,
PlexServerAuthToken token,
PlexLibrary library,
string ffmpegPath,
string ffprobePath);
}