You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some characters and symbols in file name cause issues when trying to generate a caption via Aeneas.
The issue might be: "How to properly escape characters and symbols not allowed in (unix) file path"?
To Reproduce
Steps to reproduce the behavior:
npm start
add a video, that contains a ( in the name
add a tex file transcription of that file
click create subtitles
click cmd + alt + i and read the error message.
Expected behaviour
Expect to be able to add any video/audio file name in respective of whether it contains characters and symbols not allowed in unix file path.
Screenshots
Desktop (please complete the following information):
Device: Mac OSX
OS: 10.12.6
Version: 1.8.7 - subtitlesComposer-app
Additional context
Need to double check a list of char an symbols not allowed in unix
Describe the bug
Some characters and symbols in file name cause issues when trying to generate a caption via Aeneas.
The issue might be: "How to properly escape characters and symbols not allowed in (unix) file path"?
To Reproduce
Steps to reproduce the behavior:
npm start
(
in the namecreate subtitles
cmd
+alt
+i
and read the error message.Expected behaviour
Expect to be able to add any video/audio file name in respective of whether it contains characters and symbols not allowed in unix file path.
Screenshots
Desktop (please complete the following information):
10.12.6
1.8.7
-subtitlesComposer-app
Additional context
Need to double check a list of char an symbols not allowed in unix
Also needs double checking if that is the actual problem, as it might be something else. As
(
does not seem to be in that list.The text was updated successfully, but these errors were encountered: