Jaded-Encoding-Thaumaturgy / vs-preview

Previewer for VapourSynth scripts.
Apache License 2.0
57 stars 16 forks source link

Comp will fail if name contains / or \ #92

Closed Kapppa closed 1 year ago

Kapppa commented 1 year ago

If you choose a title that contains / or \ it will fail as it attempts to make a dir. For example my title was JPN/USA BD.

Is what I am doing.

clip = FrameInfo(clip, self.name)
clip = clip.std.SetFrameProp('Name', data=self.name)