Search found 10 matches

by csantiago78
26 Jun 2014, 19:50
Forum: Scripting and Automation
Topic: Filebot CLI AMC script stripping : from the drive on Windows
Replies: 2
Views: 3631

Re: Filebot CLI AMC script stripping : from the drive on Win

rednoah wrote:Why would your target path start and end with ""? "E is not a valid drive designation, nor is " a valid path character in general, especially not at the beginning or end of the path. You pass in characters that shouldn't be there at all.
Thanks man!!! :D :D :D :D
by csantiago78
26 Jun 2014, 17:57
Forum: Scripting and Automation
Topic: Filebot CLI AMC script stripping : from the drive on Windows
Replies: 2
Views: 3631

Filebot CLI AMC script stripping : from the drive on Windows

Hi rednoah, I have been using filebot on MAC for some time, with excellent results. Now I am porting my scripts to windows 8.1 as I am double booting. I am having the following issue with this script: cmd /c filebot -script fn:amc "E:/- hazelfeeder" --log-file "C:/Users/Cristian/Downloads/amc.log ...
by csantiago78
21 Jun 2014, 15:29
Forum: Feature Requests and Bug Reports
Topic: Filebot-to-Transmission Script Broken after upgrade to 4.1
Replies: 5
Views: 4693

Re: Filebot-to-Transmission Script Broken after upgrade to 4

I fixed this by installing the latest SDK... seems like installing the JRE messes JAVA somehow, as I am not a developer I wouldn't know how or why. But installed the SDK v8 and fixed it right away... I did uninstall (moved to trash) the JRE plugin files as explained in java.com and then re-enabled ...
by csantiago78
20 Jun 2014, 00:43
Forum: Feature Requests and Bug Reports
Topic: Filebot-to-Transmission Script Broken after upgrade to 4.1
Replies: 5
Views: 4693

Re: Filebot-to-Transmission Script Broken after upgrade to 4

Hi, I am experiencing the same issue on Mavericks 10.9.3: This is the version of Java: Screenshot 2014-06-19 21.30.29.png Screenshot 2014-06-19 21.31.27.png Screenshot 2014-06-19 21.32.21.png And these are the error messages for both filebot (available after running ./install.sh) and /Applications ...
by csantiago78
25 Oct 2013, 00:44
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Re: Help with "Sort into drive with the most free space:"

Another question I have is: how many source drives does it evaluates? I tried with four and it wasn't guessing it right.

Thanks again!
by csantiago78
25 Oct 2013, 00:04
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Re: Help with "Sort into drive with the most free space:"

I figured out... I was properly escaping the double quotes but I didn't know that the $ also needs to be escaped.

Which are the other restricted characters besides from "(double quotes) and the $(dollar sign)?

Thanks for the support!!
by csantiago78
24 Oct 2013, 16:51
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Re: Help with "Sort into drive with the most free space:"

Thanks for the script man! How can I use the amc one and the escape one? Do I need to pipe it or something? or just use the -script twice?

Code: Select all

-script fn:escape -script fn:amc "/Users/csantiago78/Downloads/jd/" .............
Thanks for the great support!!!
by csantiago78
24 Oct 2013, 06:53
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Re: Help with "Sort into drive with the most free space:"

It seems I am having some sort of issue with the double quotes. As though I escaped them, they are not being well interpreted if you check my original command it was just as you suggested. Perhaps they were auto corrected by the Mac dictionary. I Will try again later and let you know. Thanks for the ...
by csantiago78
24 Oct 2013, 04:12
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Re: Help with "Sort into drive with the most free space:"

WOW!! Thanks for the prompt help!!! I forgot to subscribe to the email updates on the forum and didn't realized you had already answered. The software kicks ass so I think EVERYONE should donate, with no link to getting help or not. I will test this out and let you know the results!!! Thanks again!!!
by csantiago78
22 Oct 2013, 23:24
Forum: Help and Support
Topic: Help with "Sort into drive with the most free space:"
Replies: 13
Views: 9609

Help with "Sort into drive with the most free space:"

Hi Guys, I Am running filebot on a MAC, and I need your help understanding a bit better how the "Sort into drive with the most free space" script works with the amc.groovy. I have already read a couple of threads with suggestions And I need anything on the "/Users/csantiago78/Downloads/jd/" folder ...