Get-MediaInfo
Get-MediaInfo copied to clipboard
How to include all subfolders?
How do I generate a gridview that includes all subfolders, or look for duplicate videos including all subfolders?
Thanks!
There is a -Recurse flag in Get-ChildItem.
There is a -Recurse flag in Get-ChildItem.
Hi stax76, thanks for the reply! It works, but now I ran into another issue I hope you know a 'fix' or workeround for:
Out-File : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Out-File : Could not find a part of the path
The files and paths are not longer than 248 or 260, but maybe the temp json file is? Is it possible to truncate the output files?
Thanks again!