amietn / vcsi

Create video contact sheets, thumbnails
MIT License
471 stars 57 forks source link

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

Open yangzhaofeng opened 5 months ago

yangzhaofeng commented 5 months ago

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?