Simple wrapper around ffbrobe system utility to allow scanning current folder for total media duration
Currently tested with .mp4, .avi & .mkv could expand to any file with mime-type .startswith('video/') check
Would be nice to have it cycle through subfolders (hence move from listdir to scandir) to give a summary per sub-folder
- Python 3 changes
- Initial Release