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 ...
Search found 3 matches
- 04 May 2019, 01:47
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1506955
- 30 Apr 2019, 00:36
- Forum: Ubuntu & Desktop Linux
- Topic: Docker: "Couldn't watch" No such file or directory.
- Replies: 3
- Views: 5161
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 ...
docker run -d \
--name=filebot \
--restart=always \
-v $PWD:/home/d/share/in \
-v data:/data \
-e UMASK=000 \
-e PUID=1000 \
-e ...
- 29 Apr 2019, 23:40
- Forum: Ubuntu & Desktop Linux
- Topic: Docker: "Couldn't watch" No such file or directory.
- Replies: 3
- Views: 5161
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 ...
I tried setting -e UMASK=000 \ -e PUID=1000 \ -e PGID=1000 \ options but ...