How to "auto" validate names on linux?

Any questions? Need some help?
Post Reply
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

How to "auto" validate names on linux?

Post 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?
User avatar
rednoah
The Source
Posts: 22990
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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. ;)
:idea: Please read the FAQ and How to Request Help.
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

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

Post 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
Post Reply