Not executing script
Posted: 05 Jul 2018, 15:53
This is my Utorrent script, it's not copying the files, whats im i missing?
it works when i do not define the formats specificly, but i have seprate hdd now for movies/tv.
it works when i do not define the formats specificly, but i have seprate hdd now for movies/tv.
Code: Select all
filebot -script fn:amc --output --def seriesFormat="F:/Media/Tv Shows/{n}/{"Season ${s.pad(2)}"}/{n} - {s00e00} - {t}.eng" --def movieFormat="D:/Media/Movies/{n} ({y})/{n} ({y})" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en artwork=n minFileSize=0 plex=no xbmc=no "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"