Search found 3 matches
- 04 May 2019, 01:47
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1033956
Re: Q&A for n00bs
Hey rednoah, I took your advice and just installed filebot straight up. Is there an amc script command that works with just checking a download folder on schedule and running the renames to output to another folder - then running again 5 min later? Most of the routines posted seem to be focused on ...
- 30 Apr 2019, 00:36
- Forum: Ubuntu & Desktop Linux
- Topic: Docker: "Couldn't watch" No such file or directory.
- Replies: 3
- Views: 4336
Re: Docker: "Couldn't watch" No such file or directory.
Got it running properly with this, but it's still setting all the folder permissions to root. I think the PWD folder has to be the exact home directory to the other 2? docker run -d \ --name=filebot \ --restart=always \ -v $PWD:/home/d/share/in \ -v data:/data \ -e UMASK=000 \ -e PUID=1000 \ -e PGID ...
- 29 Apr 2019, 23:40
- Forum: Ubuntu & Desktop Linux
- Topic: Docker: "Couldn't watch" No such file or directory.
- Replies: 3
- Views: 4336
Docker: "Couldn't watch" No such file or directory.
I bought a license recently and am trying to set up a filebot watcher in docker. It worked ONCE, but then I found that it was creating every new file as root, and I wasn't able to delete them without sudo'ing into terminal. I tried setting -e UMASK=000 \ -e PUID=1000 \ -e PGID=1000 \ options but ...