OMV 4 | Docker | FileBot

Any questions? Need some help?
Post Reply
JamesBlond007
Posts: 20
Joined: 21 Dec 2016, 14:59

OMV 4 | Docker | FileBot

Post by JamesBlond007 »

Hey community,

i try to get filebot-watcher to work but it won't work. I don't try it with special arguments. First i want to start without errors.
Here are my settings in Docker. I use it in OpenMediaVault 4.
Image
The Log says:

Code: Select all

/usr/bin/filebot-watcher: 3: /usr/bin/filebot-watcher: 1: parameter not set
The directories have the following settings:

Code: Select all

ls -l /srv/dev-disk-by-label-1.42.6-7308/Docker-Configs
drwsrwsrwx+ 2 root users  4096 Mär 13 11:07 Filebot

ls -l /srv/dev-disk-by-label-8TB
drwxrwsr-x+   2 dockerperson docker  4096 Mär 13 13:02 Entpackt
What i am doing wrong?
I also tried it with UID 1001 [dockerperson] and GID 996 [docker] in settings and folders.

Thank you for your time.

Edit: The Read only Option was only for testing. The Volume binds are with writing rights.
JamesBlond007
Posts: 20
Joined: 21 Dec 2016, 14:59

Re: OMV 4 | Docker | FileBot

Post by JamesBlond007 »

Isn't there anyone who can help me?
GeraldS
Posts: 1
Joined: 31 Mar 2018, 20:06

Re: OMV 4 | Docker | FileBot

Post by GeraldS »

Well, I suppose without passing ANY Arguments to the container it won't work. As far as I understood: You have to have valid parameters for a call to the AMC script which means at least specifying input and output directory and some other parameters how the script should handle your files. In the GUI you would probably put them into "Extra Arguments".

I think for testing you should change your /volume1 parameter - remove the "Entpackt" at the end. Then create another directory at the same level like "Entpackt" and call it something like "output".

Then put into "Extra Arguments":

Code: Select all

/volume1/Entpackt --output /volume1/output
See also here how the docker Container treats arguments: https://github.com/filebot/plugins/issues/7

So anything you put into extra arguments would be like calling the AMC script directtly such as:

filebot -script fn:amc <extra arguments>

Did not try it (yet), but I hope it gives you something to work on.
Btw. I think you did a cross-post here: viewtopic.php?f=3&t=5752#p32821

Gerald
Post Reply