Page 1 of 1

How to "auto" validate names on linux?

Posted: 27 May 2015, 08:08
by Chryses
Hi, all my stuff is under linux and I've no problem with linux but when I need to access to the files or I need to rename some files after that leave my nas I've some kind of problem with only few file, I try to explain the problem

For testing purpose I use the CSI: Cyber series
This is the definition naming for the series

Code: Select all

{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}
Under windows when I use the rename function, filebot pop-up a windows to validate some invalid char, in fact, under windows a folder and a file can't have the : on the name.

But under linux filename and folder can be everything! :)

So, how can I "force" a kind of auto-validation to make the file naming respect the windows standard?

Re: How to "auto" validate names on linux?

Posted: 27 May 2015, 10:30
by rednoah
FileBot forces Windows-compatible filenames by default on all platforms, unless you explicitly specify the -unixfs flag in the filebot call.

If it's not working you need to show proof that it isn't. Screenshots and logs please. ;)

Re: How to "auto" validate names on linux?

Posted: 27 May 2015, 11:06
by Chryses
Yep! For mysterious and unknown way I've added it in past, removed it and now works like a charm, I was looking in the wrong place.

Tnx