Search found 4 matches

by xDexter
21 Mar 2013, 18:57
Forum: Feature Requests and Bug Reports
Topic: Filebot Windows System32 Error
Replies: 5
Views: 4978

Re: Filebot Windows System32 Error

Figured out the problem. I was missing the --def in front of the ut settings
by xDexter
21 Mar 2013, 17:54
Forum: Feature Requests and Bug Reports
Topic: Filebot Windows System32 Error
Replies: 5
Views: 4978

Re: Filebot Windows System32 Error

No, you just need to avoid \" in the command. Do as it says in the docs, make sure you don't have a trailing backslash in your download path setting. I tried that...same errors: [2013-03-21 13:39:31] Executing: filebot -script fn:amc --output "Z:" --action copy --conflict override -non-strict "ut ...
by xDexter
21 Mar 2013, 17:32
Forum: Feature Requests and Bug Reports
Topic: Filebot Windows System32 Error
Replies: 5
Views: 4978

Re: Filebot Windows System32 Error

Backslash is escaping the double-quote thus the argument continues... look at the BIG RED LETTERS in the docs warning you of the pitfalls of Windows cmd: "ut_dir=C:\Users\Derek\Downloads\TV Shows\" So should I escape the backslash then? Or do I need to use a drive letter for the download folder?
by xDexter
21 Mar 2013, 17:20
Forum: Feature Requests and Bug Reports
Topic: Filebot Windows System32 Error
Replies: 5
Views: 4978

Filebot Windows System32 Error

I am new to the scripting piece, so I might be totally wrong, but I don't think so. Here is the after finished command: filebot -script fn:amc --output "Z:" --action copy --conflict override -non-strict "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def myepisodes ...