Keeping filebot hidden
Posted: 10 Apr 2015, 17:04
Hi there. Everything's going great, except I can't keep the filebot window hidden when it automatically loads to rename files.
This is what I'm using:
And that works fine, but it pops up the cmd window. But I saw you said that people should use filebot.launcher instead, so I tried that and nothing happened. Assuming it was a path issue, I put in the full path to the executable, like so:
And still nothing happens.
I've tried an autohotkey script, which keeps a window on top as a workaround, and that works against everything... except filebot.
So where am I going wrong here?
Thanks for your time.
This is what I'm using:
Code: Select all
filebot -script fn:amc --output "F:" --def "seriesFormat=F:/TV/{n}/{'Season '+s}/{n} - {sxe} - {t}{'.'+lang}" "movieFormat=F:/Films/{n}" --log-file amc.log --action copy --conflict override -non-strict --def music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def xbmc=My-PC
Code: Select all
C:\Program Files\FileBot\filebot.launcher.exe -script fn:amc --output "F:" --def "seriesFormat=F:/TV/{n}/{'Season '+s}/{n} - {sxe} - {t}{'.'+lang}" "movieFormat=F:/Films/{n}" --log-file amc.log --action copy --conflict override -non-strict --def music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def xbmc=My-PC
I've tried an autohotkey script, which keeps a window on top as a workaround, and that works against everything... except filebot.

So where am I going wrong here?
Thanks for your time.