Search found 19 matches

by shadycuz
17 Feb 2018, 20:48
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

OOM killed, Increased my limits and it worked *blush*
by shadycuz
17 Feb 2018, 20:05
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Also this might be helpful FileBot 4.7.9 (r4984) JNA Native: 5.1.0 MediaInfo: 0.7.93 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2018-02-04 (r514) Groovy: 2.4.10 JRE: OpenJDK Runtime Environment 1.8.0_151 JVM: 64-bit OpenJDK 64-Bit Server VM ...
by shadycuz
17 Feb 2018, 20:00
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

@rednoah, I have now changed my container to use your filebot container as my base. I then set up some other services. FROM rednoah/filebot ######### Setup S6-Overlay ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.2/s6-overlay-amd64.tar.gz /tmp/ RUN tar xzf /tmp/s6-overl...
by shadycuz
09 Feb 2018, 19:49
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

evidently it's possible... https://github.com/flo313/filebot-watch ... Dockerfile

edit: This is using alpine:3.4 and I don't think it could run the AMC script either. He doesn't install all the libs needed.
by shadycuz
09 Feb 2018, 19:37
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

rednoah I changed from alpine3.6 to 3.7 and got a tiny bit further

Code: Select all

Run script [fn:amc] at [Fri Feb 09 14:31:07 EST 2018]
Argument[0]: /downloads
Ignore extra: /downloads/free.documentary/Sample
Segmentation fault (core dumped)
by shadycuz
09 Feb 2018, 18:46
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Segmentation fault (core dumped) means that native code is crashing the java process. That means that it's either the JVM that's crashing, or any of the 3rd party lib*.so are crashing the process. I don't see a FROM line in your docker file. That's strange. What image is your docker based on? I'd s...
by shadycuz
09 Feb 2018, 17:07
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

rednoah I will pm you a link to the core dump from gdrive.
by shadycuz
09 Feb 2018, 16:52
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

rednoah... I might have trouble getting this to you...

Code: Select all

du -hs core.444
302M    core.444
by shadycuz
09 Feb 2018, 16:42
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

@rednoah So the build does work, but the AMC script is not working. filebot -script fn:amc --output "/decrypted" --action copy -non-strict "/downloads" --log-file amc.log Locking /data/logs/amc.log Run script [fn:amc] at [Fri Feb 09 11:31:20 EST 2018] Argument[0]: /downloads Segm...
by shadycuz
27 Dec 2017, 20:21
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Cool so I got the build to succeed $ docker exec deluge-${CI_JOB_ID} bash -c "filebot -version" FileBot 4.7.9 (r4984) / OpenJDK Runtime Environment 1.8.0_131 / Linux 4.4.96-mainline-rev1 (amd64) Dockerfile ######### Setup Filebot ENV FILEBOT_VERSION 4.7.9 WORKDIR /usr/share/filebot # Add e...
by shadycuz
27 Dec 2017, 19:30
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Yes that worked but I'm still tweaking other things so it will work. I will post back if I get a working docker file.
by shadycuz
27 Dec 2017, 19:08
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Error msg... dpkg: error processing archive filebot_4.7.9_amd64.deb (--install): package architecture (amd64) does not match system (musl-linux-amd64) Errors were encountered while processing: filebot_4.7.9_amd64.deb I believe failing command is... dpkg -i $FILEBOT_PACKAGE From the github issue I li...
by shadycuz
27 Dec 2017, 17:52
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Re: Feature: Filebot on Alpine

Got this far @rednoah Step 15/32 : RUN FILEBOT_SHA256=892723dcec8fe5385ec6665db9960e7c1a88e459a60525c02afb7f1195a50523 && FILEBOT_PACKAGE=filebot_${FILEBOT_VERSION}_amd64.deb && curl -L -O https://downloads.sourceforge.net/project/filebot/filebot/FileBot_$FILEBOT_VERSION/$FILEBOT_PAC...
by shadycuz
18 Dec 2017, 13:06
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot on Alpine
Replies: 17
Views: 9020

Feature: Filebot on Alpine

I use a lot of the linuxserver.io docker images like deluge and plex. I would like to see if Filebot can run on that platform. @rednoah if you can get a hold of me I would like to sponsor this development.
by shadycuz
15 Sep 2016, 08:02
Forum: Scripting and Automation
Topic: http://thetvdb.com/ is down.
Replies: 6
Views: 3235

Re: http://thetvdb.com/ is down.

Okay last update. It is Down. If you try enough times you might get through or maybe you get a cached data?? But I just ran the test script I had success with above on some other files from tonight and they all failed with the 522 error, and multiple people are complaining on twitter they are down. ...
by shadycuz
15 Sep 2016, 07:55
Forum: Scripting and Automation
Topic: http://thetvdb.com/ is down.
Replies: 6
Views: 3235

Re: http://thetvdb.com/ is down.

I realized I didn't have stderr logged to file A standard error, quite literally. :D That tweet is a week old. The might just be having server issues (which is not unusual). I recommend donating a few beers and adding an encouraging message. ;) @link http://thetvdb.com/donate/ I removed the action ...
by shadycuz
15 Sep 2016, 07:46
Forum: Scripting and Automation
Topic: http://thetvdb.com/ is down.
Replies: 6
Views: 3235

Re: http://thetvdb.com/ is down.

The stange part is if I run this... it works. filebot -script fn:amc --output "/files/plex/sorted/" --action test -non-strict "path to files/" --log-file amc.log And it doesnt get hung up on thetvdb and doesnt produce the 522 error, any thoughts? oh and regardless of the tweet be...
by shadycuz
15 Sep 2016, 07:43
Forum: Scripting and Automation
Topic: http://thetvdb.com/ is down.
Replies: 6
Views: 3235

Re: http://thetvdb.com/ is down.

lol Im tired if I didnt look at the tweet date. I'm still having issues, and I havent changed anything, and every thing has been fine for some time. Error I get. Fetch failed: java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=xxxx&a...
by shadycuz
15 Sep 2016, 07:16
Forum: Scripting and Automation
Topic: http://thetvdb.com/ is down.
Replies: 6
Views: 3235

http://thetvdb.com/ is down.

My AMC scripts are failing. Took me an hour of troubleshooting before I realized I didn't have stderr logged to file =/ . Anywho it appears the site is down, I'm still investigating why. Thanks, Edit: Apparently They went down for maintenance and have yet to come back online. https://twitter.com/the...