Search found 5 matches
- 23 Jun 2021, 15:49
- Forum: Synology NAS & Embedded Linux
- Topic: UMASK / UID / GID - docker image
- Replies: 3
- Views: 16547
Re: UMASK / UID / GID - docker image
:) I'm neither a docker nor a Linux expert (by faaaar) - so updating the repo is probably going to break something somewhere - but challenge accepted :lol: My first step - I found a workaround, executing a "umask 0000" in the container seems to do the trick - no I just need to figure out how to pass ...
- 23 Jun 2021, 09:40
- Forum: Synology NAS & Embedded Linux
- Topic: UMASK / UID / GID - docker image
- Replies: 3
- Views: 16547
UMASK / UID / GID - docker image
Hi, Would you consider adding the possibility to add UMASK + USER_ID + GROUP_ID as environment variables to the docker image? A sub question - can I use the "--def exec" option in the docker image? I have tried it but cannot seem to get it to work I added: ... --def "exec=chmod -R 775 '/volume1 ...
- 16 May 2021, 12:55
- Forum: Synology NAS & Embedded Linux
- Topic: Help with "-non-strict" in docker (filbot:node) on Synology
- Replies: 3
- Views: 5282
Re: Help with "-non-strict" in docker (filbot:node) on Synology
Thanks for your answer.
-non-strict is present in the first code block (line 14)

EDIT:
Ahh - OK so the log output is just misleading and should be ignore?
Thanks
-non-strict is present in the first code block (line 14)

EDIT:

Thanks

- 16 May 2021, 12:02
- Forum: Synology NAS & Embedded Linux
- Topic: Help with "-non-strict" in docker (filbot:node) on Synology
- Replies: 3
- Views: 5282
Help with "-non-strict" in docker (filbot:node) on Synology
Hi, I'm having an issue with getting "-non-strict" working in a docker container. I'm just moving my filbot setup from a dedicated Windows VM to a Docker container on my Synology NAS. I've got most working - however I can not seem to get filebot to pick up the "non-strict" setting. Content o the ...
- 07 Aug 2016, 13:01
- Forum: Windows
- Topic: manual filter for files not in theTVDB
- Replies: 1
- Views: 2443
manual filter for files not in theTVDB
Hi, I'm relative new to filebot, I'm using it with this commandline: filebot.exe -script fn:amc --output "\\domain.local\common\Video" --action move -non-strict "\\domain.local\common\TMP\Torrent\finished" --log-file "\\domain.local\common\Video\amc.log" --def excludeList=amc.txt --def unsorted=y ...