duration analysis on files with missing duration metadata (#683)
* first pass * analyze zero-duration files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user