Search found 62 matches
- 23 Sep 2015, 17:51
- Forum: Scripting and Automation
- Topic: Filebot Not Running?
- Replies: 0
- Views: 1039
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...
- 23 Sep 2015, 17:47
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
Re: Update Plex via Filebot
Had to change the Network/Secure Connections selection to Preferred. If it is set to Required it fails.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.
- 23 Sep 2015, 14:57
- Forum: Feature Requests and Bug Reports
- Topic: rename script xattr error on nfs drive
- Replies: 5
- Views: 5362
Re: rename script xattr error on nfs drive
Can this be done via script?rednoah wrote:Are these warnings in anyway affecting the desired outcome?
You can disable xattr with:Code: Select all
-no-xattr
- 23 Sep 2015, 12:55
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
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.168.1.14:token When ...
- 22 Sep 2015, 12:16
- Forum: Scripting and Automation
- Topic: Option Definitions
- Replies: 5
- Views: 3232
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 combination with --...
- 12 Jul 2015, 10:36
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
Re: Update Plex via Filebot
I would be interested in seeing your script! Yes both are running on one machine!
- 05 Jul 2015, 23:04
- Forum: Scripting and Automation
- Topic: Full List of Commands
- Replies: 1
- Views: 2792
Full List of Commands
Hello all,
Is there a full list of all the Filebot commands, along with what they do?
Thanks,
Steve
Is there a full list of all the Filebot commands, along with what they do?
Thanks,
Steve
- 05 Jul 2015, 22:55
- Forum: Scripting and Automation
- Topic: Option Definitions
- Replies: 5
- Views: 3232
Re: Option Definitions
Aha...that would make sense.
What does deleteAfterExtract do?
What does deleteAfterExtract do?
- 05 Jul 2015, 16:22
- Forum: Scripting and Automation
- Topic: Option Definitions
- Replies: 5
- Views: 3232
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 ...
- 27 Jun 2015, 15:28
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
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?
Notify Plex: 192.168.1.14
SocketException: Connection reset
If I need the token is the syntax --def plex=192.168.1.14:token?
- 27 Jun 2015, 01:51
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
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.
- 21 Jun 2015, 20:58
- Forum: Scripting and Automation
- Topic: Update Plex via Filebot
- Replies: 11
- Views: 9452
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:jbmyymxzipmdavse reportError=y delete...