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?
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 inprocess_file
, I managed to generate a thumbnail with thebluray:<path>
filename format. Perhaps we can add an option to skip file existence check?