Search found 10 matches

by randyf1965
29 Oct 2022, 19:56
Forum: Ubuntu & Desktop Linux
Topic: coppit/filebot crashes because of libmediainfo.so 0.7.67
Replies: 7
Views: 3738

Re: Filebot Docker install crashing

If I remember correctly it is coppit/filebot which was updated 5 years ago! BUT it does exactly what I need so for now I have removed mediainfo so it doesn't crash.

It watches my input folder and sees the files in the subfolders created by Deluge and runs the AMC script against them
by randyf1965
29 Oct 2022, 13:22
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

I manually copied a file into the input folder from outside the container and I see it in the container input folder but no action is ever started.
by randyf1965
28 Oct 2022, 21:36
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

So the console shows : -------------------------------------------------------------------------------- Hello! Do you need help Getting Started? # FAQ https://www.filebot.net/linux/docker.html # Read License Key from Console docker run --rm -it -v data:/data rednoah/filebot --license ---------------...
by randyf1965
28 Oct 2022, 21:35
Forum: Ubuntu & Desktop Linux
Topic: coppit/filebot crashes because of libmediainfo.so 0.7.67
Replies: 7
Views: 3738

Re: [libmediainfo.so] A fatal error has been detected by the Java Runtime Environment:

How would I stop using libmediainfo root@49d7e4f16607:/# filebot -script fn:sysinfo FileBot 4.9.6 (r9125) JNA Native: 6.1.2 MediaInfo: 0.7.67 7-Zip-JBinding: 16.02 Tools: fpcalc/1.5.0 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2022-08-15 (r836) Groovy: 3.0.9 JRE: OpenJDK Runtime E...
by randyf1965
27 Oct 2022, 22:51
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

I have the filebot-watcher finally running using: docker run -it -v Videos:/volume1 -v data:/data rednoah/filebot:watcher /volume1/input --output /volume1/0TV shows I see the volume1 mounted correctly and I see the input folder but it is not doing anything to files I put in the input folder. I see t...
by randyf1965
27 Oct 2022, 22:40
Forum: Ubuntu & Desktop Linux
Topic: coppit/filebot crashes because of libmediainfo.so 0.7.67
Replies: 7
Views: 3738

coppit/filebot crashes because of libmediainfo.so 0.7.67

./filebot.sh Run script [fn:amc] at [Thu Oct 27 22:37:31 UTC 2022] Parameter: ut_dir = /input Parameter: ut_kind = multi Parameter: music = y Parameter: deleteAfterExtract = y Parameter: clean = y Parameter: excludeList = /config/amc-exclude-list.txt Parameter: movieFormat = 0Movies/{n.replaceAll(/...
by randyf1965
01 Oct 2022, 03:31
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

In my example if I look at the output of mount I see the volume I use for new videos (on my SAN) mounted as /input but with the example you listed it mount /input to a local directory on my docker server. It appears that if I copy a file into the /input folder the AMC script kicks off (Have to wait ...
by randyf1965
01 Oct 2022, 00:02
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

So if I run from a command line docker run --rm -it -v input:/input -v Videos:/output rednoah/filebot:watcher /input/ --output /output/0TV shows I get watches established but it isn't watching what I think it would watch which would be the /input folder Just frustrating that it worked then one day i...
by randyf1965
30 Sep 2022, 23:44
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Re: Filebot Docker install crashing

Guess I need to learn more about the docker-compose.yml file usage if I create a new container in Portainer using the rednoah/filebot:watcher it exits instantly. I used to be able to watch a folder for new files then have the AMC script run on it
by randyf1965
29 Sep 2022, 22:47
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker install crashing
Replies: 15
Views: 5699

Filebot Docker install crashing

I have a docker container running Filebot that has been working great for weeks that started crashing on restart, other containers run fine. I have tried spinning up other containers but have the same issue with it crashing.


https://pastebin.com/ZBgGqiPR