BrettSheleski / comchap

Commercial detection script to add chapters into video file
MIT License
136 stars 26 forks source link

Add quotation marks around filename references #34

Closed gesa closed 5 years ago

gesa commented 5 years ago

Passing files with long, wordy paths & filenames was resulting in a variety of failures due to unescaped spaces. These quotation marks should keep everything where it belongs. Additionally Comskip was failing due to a param being passed in with double quotes around the whole thing instead of just its value. This has been resolved.