
After getting it installed and getting "filebot -version" to return properly, I set about doing some real work. I've got an "Incoming" folder on my NAS containing a newly downloaded TV show, and I want filebot to rename the file and put it where it belongs. Initially, using "--output" to move the file to the proper directory caused filebot to fail with an error, but after some google-fu I edited filebot.sh and changed $@ to "$@", which then allowed it to correctly parse my output path. Or so I thought.
Filebot correctly identified the file and renamed it, however when looking in my TV output folder, I got a little surprise: filebot had created directory names exactly as they appeared in the output string, instead of substituting the Episode data for {n} and such. Anyone have any ideas?