-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you specify filename conforming pattern? #282
Comments
Hello! I'm fine thanks, I hope the same for you! Yes, files are not added when they have the following incompatibilities:
In all these cases a window would be shown with the list of rejected files and the related error status. Can you confirm this please? |
Thnx for your reply.
Yes, you are correct! Sorry, I did see the popup but did not scroll to the right to look at the complete notification. Cheers, |
What is the purpose of filtering illegal file characters? Isn't that supposed to be the job of the filesystem? |
@jeanslack I'd appreciate an answer |
Hi, Mainly filtering illegal characters was necessary to proceed smoothly using the file concatenation function on Videomass, since the special characters must be escaped using the FFmpeg syntax, which is quite cumbersome. Secondly, Videomass has the possibility to be used also as a renamer of the files you intend to process, therefore the filtering of the path names was necessary. |
So, is that only reason this restriction is in place? If so, I could probably open a PR so that Videomass properly filters those special characters. |
Come to think of it, it's not the only reason: For me, it's a very useful feature that allows proper interoperability in exchanging files between file systems, and it doesn't disrupt my life by leaving this feature as it is. |
Why not turn it into an optional feature that is enabled by default? |
I had already thought about this possibility, but there are too many side-effects that even if improved would make the application too cumbersome and possibly fragile. |
Hello Italy!
Hope your well!
Just noticed that sometimes files are not added to the queue.
Seems to be a filename issue.
Can you please give me the conforming_pattern?
eg. conforming_pattern='^[A-Za-z0-9_-.]+$' so I can make a small script checking this?
This way I can change the filenames that are not accepted.
Thanks in advance!
Cheers, J.
The text was updated successfully, but these errors were encountered: