I've been spending some days trying to do a simple action with a filebot.
I'm executing filebot int a Synology DS1813+, I've intalled java and filebot, and through ssh I can execute commands with no problems for easy issues, but when I try to do more elaborate actions I don't success.
I want to rename a TV serie and move it to a certain directory. The code I'm using is:
Code: Select all
filebot -rename /volume1/Multimedia/Descargas/SERIESTMP --output /volume1/Multimedia/Descargas/SERIESTMP/test --format {n}/Season {s.pad(2)}/{n}-{s00e00}-{t} --db TheTVDB --lang es -non-strict
Code: Select all
NAS> ./Filebot.sh
./Filebot.sh: line 1: syntax error: unexpected "("
Code: Select all
filebot -rename /volume1/Multimedia/Descargas/SERIESTMP --output /volume1/Multimedia/Descargas/SERIESTMP/test --format {n}/Season/{n}-{s00e00}-{t} --db TheTVDB --lang es -non-strict
Code: Select all
NAS> ./Filebot.sh
Rename episodes using [TheTVDB]
Auto-detected query: [New Girl]
Fetching episode data for [New Girl]
[MOVE] Rename [/volume1/Multimedia/Descargas/SERIESTMP/New.Girl.S03E13.720p.AC3.Spanish.HDTV.2013.www.trackerhd.com.mkv] to [/volume1/Multimedia/Descargas/SERIESTMP/test/New Girl/Season/New Girl-S03E13-Birthday.mkv]
Code: Select all
filebot -rename /volume1/Multimedia/Descargas/SERIESTMP --output /volume1/Multimedia/Descargas/SERIESTMP/test --format {n}/Season {s}/{n}-{s00e00}-{t} --db TheTVDB --lang es -non-strict
Code: Select all
Rename episodes using [TheTVDB]
Auto-detected query: [New Girl]
Fetching episode data for [New Girl]
[MOVE] Rename [/volume1/Multimedia/Descargas/SERIESTMP/New Girl-S03E13.mkv] to [/volume1/Multimedia/Descargas/SERIESTMP/test/New Girl/Season.mkv]
Processed 1 files