Page 1 of 1

Windows Automation at Hard Drive Level

Posted: 19 Sep 2014, 13:03
by DaveRoss
Hey Folks,

So I'm running the following command on my TV Shows Drive

Code: Select all

filebot -script fn:suball "D:/" --lang en -non-strict
and that gives me a bit of an error

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.
However if I run it on a specific folder

Code: Select all

C:\Users\pc\Desktop>filebot -script fn:suball "D:/Ally McBeal" --lang en -non-strict
It works fine..

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.

Re: Windows Automation at Hard Drive Level

Posted: 19 Sep 2014, 13:37
by DaveRoss
Just as an update to this I've found there is an ignore but any combination of the command I've tried hasn't worked so far

C:\Users\pc\Desktop>filebot -script dev:suball "D:" --lang en -non-strict --def "ignore=System Volume Information"

Re: Windows Automation at Hard Drive Level

Posted: 19 Sep 2014, 15:07
by rednoah
Fixed with r2576.