Search found 8 matches

by rix
11 Aug 2017, 11:58
Forum: Ubuntu & Desktop Linux
Topic: Alpine Linux MediaInfo: Unable to load library
Replies: 7
Views: 6022

Re: Alpine Linux MediaInfo: Unable to load library

Nope.. switched to the phusion image.
by rix
22 Jul 2017, 17:56
Forum: Help and Support
Topic: AMC moving files currently extracting
Replies: 2
Views: 2318

Re: AMC moving files currently extracting

Thanks for the clarification. Individual file movement it is.. probably :P
by rix
22 Jul 2017, 17:01
Forum: Help and Support
Topic: AMC moving files currently extracting
Replies: 2
Views: 2318

AMC moving files currently extracting

I am using AMC quite frequently, through a custom script. It watches my downloads folder to automatically sort files, once they appear. I had to create a workaround in bash to detect files, currently being extracted: for f in $(find /downloads/RSScrawler/ -type f -name '*.m*'); do # Check if the mkv...
by rix
09 Oct 2016, 22:26
Forum: Ubuntu & Desktop Linux
Topic: Alpine Linux MediaInfo: Unable to load library
Replies: 7
Views: 6022

Re: Alpine Linux MediaInfo: Unable to load library

The portable folder should be fine. You can use strace to see where it's looking for libraries. @see strace https://www.filebot.net/forums/viewtopic.php?f=13&t=4192 Wow! Didn't know one could do that.. [pid 499] open("/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libzen.so", O_RD...
by rix
09 Oct 2016, 21:47
Forum: Ubuntu & Desktop Linux
Topic: Alpine Linux MediaInfo: Unable to load library
Replies: 7
Views: 6022

Re: Alpine Linux MediaInfo: Unable to load library

That makes sense, thank you for the fast reply.

I have downloaded and moved those binaries to various locations, but could not figure out the right one..

Could you give me a hint where to store the binaries?
by rix
09 Oct 2016, 21:21
Forum: Ubuntu & Desktop Linux
Topic: Alpine Linux MediaInfo: Unable to load library
Replies: 7
Views: 6022

Alpine Linux MediaInfo: Unable to load library

I have built a docker container around my sorting/bash script that is based on alpine linux. There currently is no filebot package available for this distro, but I have set it up successfully. Only thing not working is MediaInfo: FileBot 4.7 (r3923) JNA Native: 4.0.1 [b]MediaInfo: net.filebot.mediai...
by rix
19 Jun 2015, 15:42
Forum: Help and Support
Topic: Limit AMC output for log
Replies: 2
Views: 2718

Re: Limit AMC output for log

Thank you very much. I ve got a lot to learn, I guess :lol: ;)
by rix
19 Jun 2015, 11:16
Forum: Help and Support
Topic: Limit AMC output for log
Replies: 2
Views: 2718

Limit AMC output for log

Hi, I have been using the Automated Media Center script for half a year now, without any real issues. I run it among other automated tools (mkvpropedit, bulk renaming quality levels, reencoding to h265 for selected series). These are called by Pyload/NZBDrone on download completion and work fine so...