Search found 67 matches

by spetrillo
15 Oct 2015, 12:38
Forum: Scripting and Automation
Topic: Script Run But Finds No Files to Process??
Replies: 1
Views: 2182

Script Run But Finds No Files to Process??

The script is embedded in my QBittorrent client and seems to work pretty well except that sometimes when it is kicked off it does not find any files to process, even when there is: Run script [fn:amc] at [Wed Oct 14 01:48:17 EDT 2015] Parameter: clean = y Parameter: music = n Parameter: excludeList ...
by spetrillo
24 Sep 2015, 16:31
Forum: Scripting and Automation
Topic: Exclude Working Too Early
Replies: 3
Views: 3169

Re: Exclude Working Too Early

rednoah wrote:If the keyword Extras is anywhere in the path then the file will be excluded, since processing extras without user-interaction usually ends badly.
Aha...thanks!
by spetrillo
24 Sep 2015, 15:18
Forum: Scripting and Automation
Topic: Exclude Working Too Early
Replies: 3
Views: 3169

Re: Exclude Working Too Early

Here is the output from the test run: C:\Users\Plexsvr>filebot -script fn:amc --output "E:/Media" --log-file amc1.log --action test --def clean=y -non-strict "E:/Torrents/Complete" --def excludeList=amcexcl1.txt --def plex=192.168.1.14:token --def reportError=y --def gmail=id:psw...
by spetrillo
24 Sep 2015, 15:11
Forum: Scripting and Automation
Topic: Exclude Working Too Early
Replies: 3
Views: 3169

Exclude Working Too Early

I recently downloaded 9 seasons of the X-Files, but when I let Filebot process them it kicks them out as excludes without even processing. I have changed the exclude file to a blank one, so there should be no reason this is happening? Here is my string: filebot -script fn:amc --output "E:/Media...
by spetrillo
23 Sep 2015, 21:35
Forum: Windows
Topic: Torrent Client
Replies: 0
Views: 1939

Torrent Client

I am currently using uTorrent for Windows but I am having issues with it and wondering what everyone uses. I am running Windows 10 Pro on my dedicated PC and would like a client that can support the Filebot command line.

Thanks,
Steve
by spetrillo
23 Sep 2015, 17:51
Forum: Scripting and Automation
Topic: Filebot Not Running?
Replies: 0
Views: 1567

Filebot Not Running?

Hmmm I wonder what I have done. I have been tweaking my syntax for the command line piece so I could add one thing at a time and make sure it all works under testing. Now that I have everything working under test I moved it into production. When I used a command prompt it works but all of a sudden i...
by spetrillo
23 Sep 2015, 17:47
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Re: Update Plex via Filebot

rednoah wrote:Maybe the new Plex security rules? Does it reject plain HTTP requests nowadays?

If you specify a HOSTNAME instead of an IP then FileBot will switch to HTTPS as well instead of using HTTP.
Had to change the Network/Secure Connections selection to Preferred. If it is set to Required it fails.
by spetrillo
23 Sep 2015, 14:57
Forum: Feature Requests and Bug Reports
Topic: rename script xattr error on nfs drive
Replies: 5
Views: 7304

Re: rename script xattr error on nfs drive

rednoah wrote:Are these warnings in anyway affecting the desired outcome?

You can disable xattr with:

Code: Select all

-no-xattr
Can this be done via script?
by spetrillo
23 Sep 2015, 12:55
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Re: Update Plex via Filebot

No. You can't and mustn't specify the port. Only hostname and optionally the security token. So here is my cmd string: filebot -script fn:amc --output "E:/Media" --log-file amc.log --action move --def clean=y -non-strict "E:/Torrents/Complete" --def excludeList=amc.txt plex=192....
by spetrillo
22 Sep 2015, 12:16
Forum: Scripting and Automation
Topic: Option Definitions
Replies: 5
Views: 4353

Re: Option Definitions

--def clean=y Automatically remove empty folders and clutter files that may be left behind after moving the video files or temporary extracted files after copying If by "clear downloads" you mean delete files after moving files, you're probably looking for --action move which in combinati...
by spetrillo
12 Jul 2015, 10:36
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Re: Update Plex via Filebot

I would be interested in seeing your script! Yes both are running on one machine!
by spetrillo
05 Jul 2015, 23:04
Forum: Scripting and Automation
Topic: Full List of Commands
Replies: 1
Views: 4019

Full List of Commands

Hello all,

Is there a full list of all the Filebot commands, along with what they do?

Thanks,
Steve
by spetrillo
05 Jul 2015, 22:55
Forum: Scripting and Automation
Topic: Option Definitions
Replies: 5
Views: 4353

Re: Option Definitions

Aha...that would make sense.

What does deleteAfterExtract do?
by spetrillo
05 Jul 2015, 16:22
Forum: Scripting and Automation
Topic: Option Definitions
Replies: 5
Views: 4353

Option Definitions

Hello all, I have two Filebot options that I am using in my script but they do not seem to be working the way I think they are supposed to work: 1) deleteAfterExtract=y 2) clean=y Based on what I read these should clear downloads after they have been successfully copied to my Plex location. Is that ...
by spetrillo
27 Jun 2015, 15:28
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Re: Update Plex via Filebot

OK so when I just use the IP I am getting the following error:

Notify Plex: 192.168.1.14
SocketException: Connection reset

If I need the token is the syntax --def plex=192.168.1.14:token?
by spetrillo
27 Jun 2015, 01:51
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Re: Update Plex via Filebot

I am using the default internal port of 32400. Do I need to specify the port? I thought this was only if I was running the Home setup.
by spetrillo
21 Jun 2015, 20:58
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 13041

Update Plex via Filebot

Hello all, My Filebot command string looks like this: filebot -script fn:amc --output "E:/Media" --log-file amc.log --action test --conflict override -non-strict "E:/Torrents/Complete" --def music=n subtitles=en artwork=y plex="192.168.1.14:32400" gmail=stevefxp:jbmyymx...