Search found 11 matches

by otr
24 Apr 2023, 11:17
Forum: Scripting and Automation
Topic: Remove prefix before searching
Replies: 6
Views: 635

Re: Remove prefix before searching

My script essentially just calls the AMC script, with something like this: filebot -script fn:amc --output "X:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes --def unsorted=y music=y artwork=y "ut_label=%L" (…) Where would ...
by otr
24 Apr 2023, 10:36
Forum: Scripting and Automation
Topic: Remove prefix before searching
Replies: 6
Views: 635

Re: Remove prefix before searching

Interesting. Where would that query go? I call filebot automatically from Jdownloader via a batch (sh) script, when then calls the AMC script as parameter.

So would this query go into the batch that calls filebot?
by otr
01 Apr 2023, 11:25
Forum: Scripting and Automation
Topic: Remove prefix before searching
Replies: 6
Views: 635

Re: Remove prefix before searching

Thank you!
by otr
31 Mar 2023, 17:46
Forum: Scripting and Automation
Topic: Remove prefix before searching
Replies: 6
Views: 635

Remove prefix before searching

Hello, Files downloaded from the software archive have sanet.st appended as prefix. Filebot then fails to match that. Could this prefix be added to the global list of ignored phrases? Or, if not possible, what would be the right way to ignore the phrase with filebot node? Thanks! Parameter: clean = ...
by otr
17 Aug 2018, 12:10
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528052

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Hi, sorry for being silent for a bit, I have been on a short trip. In the meantime, my setup is now working and I wanted to report back my specifics, so that others may benefit, but also so that I can learn in case I have missed something important. This is what is working for me: 1. jDownloader Eve...
by otr
07 Aug 2018, 10:01
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528052

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

I would like to ask for help with this. I'll put this in a way so that it may help others in the future as well. My setup: DS218play, jDownloader headless + my.jdownloaderorg as GUI + filebot. This is a screen capture of the GUI that I have. I fail to enter the scripts (e.g. https://github.com/fileb...
by otr
07 Aug 2018, 07:38
Forum: Synology NAS & Embedded Linux
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 9
Views: 5283

Re: java.lang.OutOfMemoryError: Java heap space

Ahh, just got it - my statement above was wrong. Filebot node is the GUI, and I will not use that. My goal is to use filebot via the EventScripter. Now, for that one, do I need to set the memory manually frequently (e.g. after every reboot)? Or will that setting stay? By the way, the low memory seem...
by otr
07 Aug 2018, 07:15
Forum: Synology NAS & Embedded Linux
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 9
Views: 5283

Re: java.lang.OutOfMemoryError: Java heap space

Thanks, I will inquire about the memory in the Synology forum /with their support. About Filebot / Filebot Node: My goal is to use Filebot Node (via JD's EventScripter). Will the snippet you gave above export JAVA_OPTS="-Xmx512m" work for Filebot Node as well? If not, how do I do that? I c...
by otr
07 Aug 2018, 07:03
Forum: Synology NAS & Embedded Linux
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 9
Views: 5283

Re: java.lang.OutOfMemoryError: Java heap space

free total used free shared buff/cache available Mem: 658464 227588 212136 1784 218740 204184 Swap: 2097084 217116 1879968 and free | awk -vm=1024 -vp=0.7 '/Mem:/ {printf "-Xmx%dm", ($2*p)/m; exit}' -Xmx450m
by otr
07 Aug 2018, 06:53
Forum: Synology NAS & Embedded Linux
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 9
Views: 5283

Re: java.lang.OutOfMemoryError: Java heap space

Ah, I had somehow confused sysenv and sysinfo. Here you go: filebot -script fn:sysinfo FileBot 4.8.2 (r5768) JNA Native: 5.2.2 MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load aarch64 (64-bit) native library libmediainfo.so: Unable to load library 'zen': Native library (linux-aarc...
by otr
06 Aug 2018, 21:13
Forum: Synology NAS & Embedded Linux
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 9
Views: 5283

java.lang.OutOfMemoryError: Java heap space

Hi, I am running into issues with Java heap space. This is very possibly due to me being new at everything Linux/Synology. My setup is a "JDtoFilebot" script that I call from the command line (for now, will figure out the JDEventScripter later). This setup does work, generally speaking. Ho...