So I'm running the following command on my TV Shows Drive
Code: Select all
filebot -script fn:suball "D:/" --lang en -non-strict
Code: Select all
AccessDeniedException: D:\System Volume Information
java.nio.file.AccessDeniedException: D:\System Volume Information
at net.filebot.cli.ScriptShellMethods.getMediaFolders(ScriptShellMethods
.java:151)
at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods
.java:172)
at Script1.run(Script1.groovy:38)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:60)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)
at net.filebot.Main.main(Main.java:191)
Failure (░_░)
Launch4j: Failed to run the given command.
Code: Select all
C:\Users\pc\Desktop>filebot -script fn:suball "D:/Ally McBeal" --lang en -non-strict
I know System Volume Information is a hidden folder on the hard drive so my question is, is there a way to tell filebot to ignore hidden files
I'd rather not move all the TV Shows into a TV Shows directory as I've got the rest of the automation setup.