How do I disable Windows File Path Validation?


Format: Select all
{ plex.id }

Format: Select all
{ n.removeIllegalCharacters() } { s00e00 } { t.removeIllegalCharacters() }

Console Output: Select all
$ filebot -rename *.mp4 --db TheTVDB -non-strict --format "{n} - {sxe} - {t}"
...
Stripping invalid characters from new path: 24 - 7x01 - Day 7: 8:00 A.M. - 9:00 A.M.
[MOVE] from [24.S07E01.mp4] to [24 - 7x01 - Day 7 800 A.M. - 900 A.M..mp4]

Console Output: Select all
$ filebot -rename *.mp4 --db TheTVDB -non-strict --format "{n} - {sxe} - {t}" -unixfs
...
[MOVE] from [24.S07E01.mp4] to [24 - 7x01 - Day 7: 8:00 A.M. - 9:00 A.M..mp4]

Shell: Select all
filebot -script fn:properties --def unixfs=true