Thanks rednoah, that was the main problem. All working now with a few tweeks
TV format: TV\name\season #\name.S00E00.title.video format - includes special folder if applicable
Movies format: Movies\name (year) [source, video format, audio format, audio channels] - includes collection folder and cd123 if applicable
update myepisodes
notify xbox
log saved into dropbox folder
send report via email
notification at the end to send an email via blat to notify me of the torrent completion
final code:
Code: Select all
filebot -script fn:utorrent-postprocess --output "D:\shares\Media Files" --action copy --conflict override -non-strict --def subtitles=n artwork=n "seriesFormat=TV/{n}/{episode.special ? \"Special\" : \"Season \"+s}/{n}.{episode.special ? "S00E"+special.pad(2) : s00e00}.{t}.{vf}" "movieFormat=Movies/{\"$collection/\"}{n} ({y})/{n} ({y}) [{\"$source, \"}{vf}, {ac}, {af}]{\".CD$pi\"}" xbmc=192.168.1.11,192.168.1.12 gmail=xxx:password [email protected] myepisodes=xxx:password clean=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" >> "D:/shares/DropBox/Dropbox/FileBot/filebot.log" 2>&1 & blat.exe -server 127.0.0.1:1099 -to [email protected] -p gmailsmtp -body "%N has finished downloading." -subject "%N has finished downloading."
Now to see how it goes live...
