Search found 8 matches

by souljacker
18 Mar 2019, 17:03
Forum: Ubuntu & Desktop Linux
Topic: Issues with docker and licenses
Replies: 2
Views: 2835

Re: Issues with docker and licenses

Is there any way for me to override what directory it looks in for the license file. The problem appears to be it's looking in the users home folder and it's just not there. I can't map the whole home folder as \root\.ssh is mapped. However this made me realise I could probably just map a volume to ...
by souljacker
18 Mar 2019, 13:47
Forum: Ubuntu & Desktop Linux
Topic: Issues with docker and licenses
Replies: 2
Views: 2835

Issues with docker and licenses

I want to have a docker container than automatically rsync's files from a server to my local machine, then runs file bot on it. this was working on the older version of filebot, but I'm having issues getting it working on the never licensed version. I'm using this dockerfile https://github.com ...
by souljacker
03 Apr 2017, 13:20
Forum: Scripting and Automation
Topic: A mkv is getting skipped "Ignore extra:"
Replies: 1
Views: 2775

A mkv is getting skipped "Ignore extra:"

UPDATE: My guess is because there is because this is a .mkv it's not copying & renaming it. And the ignore extra refers to the screen shots. I'm getting the following error while trying to run filebot: Ignore extra: /var/data/completedDownloads/Adults/Trailer.Park.Boys.S11E01.The.Jack.Your.Cock ...
by souljacker
27 Mar 2017, 14:10
Forum: Ubuntu & Desktop Linux
Topic: Docker skipping all files
Replies: 6
Views: 4916

Re: Docker skipping all files

Yup, all working a treat. Sorry for wasting your time, and thanks for such an amazing app.
by souljacker
27 Mar 2017, 14:07
Forum: Ubuntu & Desktop Linux
Topic: Docker skipping all files
Replies: 6
Views: 4916

Re: Docker skipping all files

1) No... I had a cron job that was running every minute to sync files from a remote server with the --delete option... I'm an idiot. 2) see 1 :) Why am I using docker on windows... I'm an idiot. See 1). Anyway, it's now extracting files just fine... going to see if it does the amc bit after. I ...
by souljacker
27 Mar 2017, 14:01
Forum: Ubuntu & Desktop Linux
Topic: Docker skipping all files
Replies: 6
Views: 4916

Re: Docker skipping all files

EDIT ignore this for now... I think I know what might be causing it - sorry. I'll update when I know for sure.
by souljacker
27 Mar 2017, 13:56
Forum: Ubuntu & Desktop Linux
Topic: Docker skipping all files
Replies: 6
Views: 4916

Re: Docker skipping all files

filebot -mediainfo -r /var/data/completedDownloads/Adults/Homeland.S06E10.PROPER.720p.HDTV.x264-AVS/homeland.s06e10.proper.720p.hdtv.x264-avs/Homeland.S06E10.PROPER.720p.HDTV.x264-AVS/Homeland.S06E10.PROPER.720p.HDTV.x264-AVS.mkv Just says java.nio.file.NoSuchFileException. This is after the script ...
by souljacker
27 Mar 2017, 13:22
Forum: Ubuntu & Desktop Linux
Topic: Docker skipping all files
Replies: 6
Views: 4916

Docker skipping all files

I want to use the docker image (rednoah/filebot) but I'm having issues getting it to process my files. Note I'm using that image as a base image to do some other processing first. One of the things I do is create a new user and switch to that user so I need to run filebot with sudo. I don't think ...