I use the amc script in order to move and rename my shows and films on my Synology NAS (DS414).
Since I upgraded the DSM to 6.0 FileBot execution is very long (almost 10mins to move a single movie).
Here is how I use FileBot:
Code: Select all
/usr/local/bin/filebot -script 'fn:amc' /volume1/download --output /volume1/ \
-non-strict --conflict auto --log all --lang en \
--def 'music=y' 'unsorted=y' 'subtitles=eng' 'deleteAfterExtract=y' 'excludeList=/volume1/download/.excludes' \
"seriesFormat=video/series/{n}/Season {s}/{n.space('.')}.{S00E00}.{vf}.{source}.{vc.replaceAll('AVC', 'x264')}{'-'+group}{'.'+lang}" \
"movieFormat=video/films/{n.space('.')}.{vf}{'.'+source}.{vc.replaceAll('AVC', 'x264')}{'-'+group}{'.'+lang}" \
"musicFormat=music/{albumartist}/{album}/{t}" \
"exec=synoindex -a \"{file}\""
Code: Select all
filebot -script fn:sysinfo
FileBot 4.6.1 (r3315)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.73
Apache Commons VFS: [zip, ftps, rar, ftp, tar, tgz, tbz2, sftp]
Chromaprint: fpcalc version 1.2.0 (/usr/local/chromaprint/bin/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.4.5
JRE: OpenJDK Runtime Environment 1.8.0_60 (headless)
JVM: 32-bit OpenJDK Zero VM
CPU/MEM: 2 Core / 489 MB Max Memory / 12 MB Used Memory
OS: Linux (arm)
Package: SPK
Data: /volume1/@appstore/filebot/data/admin
uname: Linux DiskStation 3.2.40 #7321 SMP Wed Mar 23 11:46:12 CST 2016 armv7l GNU/Linux synology_armadaxp_ds414
Done ヾ(@⌒ー⌒@)ノ

Regards,