Search found 3 matches

by metabsd
29 Mar 2020, 02:02
Forum: Help and Support
Topic: Using filebot docker image
Replies: 6
Views: 3978

Re: Using filebot docker image

I found that I can do this

Code: Select all

 --def "exec=chmod -R 775 \"{folder}/\" ; chown -R greg:users \"{folder}/\"" 
But I have to add a user and group matcher my uid and gid inside the container to be able to run this. Are you agree or there is another way to do.
by metabsd
26 Mar 2020, 01:59
Forum: Help and Support
Topic: Using filebot docker image
Replies: 6
Views: 3978

Re: Using filebot docker image

You right. The problem was about the path. I was thinking that /Series-us will come after /volume1/Series and result to /volume1/Series/Series-us Now I have another quick question. I will do searching also so maybe I will find be myself. Can I run the container with -e USERID='1000' -e GROUPID='1000...
by metabsd
25 Mar 2020, 02:53
Forum: Help and Support
Topic: Using filebot docker image
Replies: 6
Views: 3978

Using filebot docker image

Hi, I'm trying to use the docker image on my linux machine to extract/rename and move my stuff to the right place. The end result for now is that I loose the file. No problemo I have a backup of my folder to try and finally find the right way to use it. Where I store my file I made from my DVD and B...