Windows Automation at Hard Drive Level

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
DaveRoss
Posts: 2
Joined: 19 Sep 2014, 12:54

Windows Automation at Hard Drive Level

Post 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.
DaveRoss
Posts: 2
Joined: 19 Sep 2014, 12:54

Re: Windows Automation at Hard Drive Level

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

Re: Windows Automation at Hard Drive Level

Post by rednoah »

Fixed with r2576.
:idea: Please read the FAQ and How to Request Help.
Post Reply