Not executing script

Support for Windows users
Post Reply
eway
Posts: 10
Joined: 30 Jun 2013, 12:44

Not executing script

Post by eway »

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.

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"
User avatar
rednoah
The Source
Posts: 22973
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not executing script

Post by rednoah »

Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • What are you trying to do achieve? What's not working? What have you tried so far?
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features
:idea: Please read the FAQ and How to Request Help.
Post Reply