Thanks for the fast reply
1. The output of
-script fn:sysinfo
Code: Select all
[~] # filebot -script fn:sysinfo
FileBot 4.7.2 (r4178)
JNA Native: java.lang.UnsatisfiedLinkError: /share/HDA_DATA/.qpkg/Entware-ng/share/filebot/data/admin/temp/jna-92668751/jna8517237565057985544.tmp: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /share/HDA_DATA/.qpkg/Entware-ng/share/filebot/data/admin/temp/jna-92668751/jna8517237565057985544.tmp)
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load arm (32-bit) native library libmediainfo.so: Could not initialize class com.sun.jna.Native
Apache Commons VFS: [zip, rar]
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Script Bundle: 2016-10-15 (r411)
Groovy: 2.4.7
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_65 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Client VM
CPU/MEM: 1 Core / 121 MB Max Memory / 10 MB Used Memory
OS: Linux (arm)
Package: IPKG
Data: /share/HDA_DATA/.qpkg/Entware-ng/share/filebot/data/admin
uname: Linux vstancea 3.4.6 #1 Fri Oct 21 10:46:40 CST 2016 armv5tel unknown
Done ã¾(ï¼ âã¼âï¼ )ã
2. I haven't tried the beta version yet, i would like to see if i can make this version work, with your help of course
3. I haven't mentioned in my previous post that I use FileBot on my QNAP NAS together with Transmission, as a script (taken from your website) upon torrent completion, with a few of my own modifications. The scrip is
Code: Select all
#!/bin/sh
# Input Parameters
ARG_PATH="$TR_TORRENT_DIR/$TR_TORRENT_NAME"
ARG_NAME="$TR_TORRENT_NAME"
ARG_LABEL="N/A"
# Configuration
CONFIG_OUTPUT="/share/HDA_DATA/Multimedia"
CONFIG_INPUT="/share/HDA_DATA/Download/transmission/completed/"
filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --conflict auto -non-strict "$CONFIG_INPUT" --log-file amc.log --def movieFormat="M:/Movies/{n} ({y})/{fn}" subtitles=en,ro extras=y kodi=192.168.0.103:8080 clean=y unsorted=y music=y artwork=y excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL"
When I first run this script, it worked perfect, but after a few runs when some some torrents completed to download, it just stopped working, so i took the line itself and run it in Putty, but changing the Input and Output. To be honest, i have no idea what
ut_dir="$ARG_PATH" do, it was in the script that i downloaded from
viewtopic.php?f=4&t=215 and as I said earlier, i made a few modifications of my own.
After I saw your reply about
ut_dir="$ARG_PATH" and
ut_dir/ut_file, I deleted those parameters and run the filebot line again in Putty and now it worked like a charm, except the
movieFormat param which it still didn't kept the file format the same and
kodi param