-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run from command-line? #39
Comments
I am looking for this as well. This works:
But this just hangs
|
|
@checktravis, it can take some time to execute, did you wait enough long? Maybe add |
I'll try that |
Hi, I have this issues too... using your Unraid Docker: open the Console:
I got this in the console do I have to do something else to activate the docker cmd? or is AMC already use the duplicate script? -> filebot -script dev:duplicates /path to scan all duplicates from metadata and not from path? Thanks You |
You seem to have executed the command from inside the container. The command must be run on the host (unRAID) instead. Also, in your case, the command should be:
(you must use the correct container name) |
Closing this issue. Please re-open if needed. |
How can I run filebot CLI?
I have it configured to run an AMC script and can access the webUI fine, but there's some testing I want to do with the AMC script and I don't want to have to update/restart the container every time to reload the script configs.
I tried
docker exec -it filebot sh
but when I try to run filebot commands, I getsh: filebot: not found
The text was updated successfully, but these errors were encountered: