Sysinfo output is:
Code: Select all
FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.70
p7zip: java.io.IOException: Cannot run program "7z": error=2, No such file or directory
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Groovy Engine: 2.4.3
JRE: Java(TM) SE Runtime Environment 1.8.0_65 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 48 Core / 26 GB Max Memory / 41 MB Used Memory
OS: Linux (amd64)
Package: PORTABLE
Data: /media/sdj1/sodasman88/filebot
uname: Linux porphyrion 3.16.7-ckt11-feral #2 SMP Tue Nov 10 12:20:16 GMT 2015 x86_64 GNU/Linux
--- UPDATE AVAILABLE: FileBot 4.6.1 (r3312) ---
Done ã¾(ï¼ âã¼âï¼ )ã
Code: Select all
Run script [fn:amc] at [Wed Jan 13 04:36:28 UTC 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = /private/rtorrent/data
Parameter: ut_kind = multi
Parameter: ut_title =
Parameter: ut_label =
Using excludes: /media/sdj1/sodasman88/Media/amc.excludes (0)
No files selected for processing
Failure (°_°)
Code: Select all
#!/bin/sh
# rtorrent.rc
# system.method.set_key=event.download.finished,filebot.sh,"execute={rtorrent-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
TORRENT_PATH="$1"
TORRENT_NAME="$2"
TORRENT_LABEL="$3"
filebot.sh -script fn:amc --output "$HOME/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=$TORRENT_PATH" "ut_kind=multi" "ut_title=$TORRENT_NAME" "ut_label=$TORRENT_LABEL" &
whoami > "$HOME/filebot/logs/log.txt"
filebot.sh -script fn:sysenv > "$HOME/filebot/logs/log.txt" 2>&1
Code: Select all
system.method.set_key=event.download.finished,filebot.sh,"execute={rtorrent-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"