vcsi
vcsi copied to clipboard
Another method may be needed to check file existence for blu-ray files
vcsi uses ffmpeg for format converting, while ffmpeg supports filename formats like bluray:</path/to/bluray/folder>
.
By commenting if not os.path.exists(path)
block in process_file
, I managed to generate a thumbnail with the bluray:<path>
filename format. Perhaps we can add an option to skip file existence check?