vcsi icon indicating copy to clipboard operation
vcsi copied to clipboard

Another method may be needed to check file existence for blu-ray files

Open yangzhaofeng opened this issue 1 year ago • 0 comments

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?

yangzhaofeng avatar Feb 03 '24 07:02 yangzhaofeng