Search found 8 matches
- 13 Sep 2024, 13:57
- Forum: Scripting and Automation
- Topic: Exclude specific QBittorrent categories
- Replies: 3
- Views: 3451
Re: Exclude specific QBittorrent categories
Thanks for the response! So this would only work with pre-defined categories? For instance: "tv-sonarr" category, would I be able to exclude this? filebot -script fn:amc --output "\\XX/Downloads" --action copy --conflict override -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted ...
- 11 Sep 2024, 15:32
- Forum: Scripting and Automation
- Topic: Exclude specific QBittorrent categories
- Replies: 3
- Views: 3451
Exclude specific QBittorrent categories
Hi! I am currently using QBittorrent and i have a AMC Filebot-script running when the file is downloaded. filebot -script fn:amc --output "\\XX/Downloads" --action copy --conflict override -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=n artwork=n clean=y plex=10.0.0 ...
- 24 Dec 2016, 13:05
- Forum: Scripting and Automation
- Topic: Moving downladed subs
- Replies: 3
- Views: 3145
Re: Moving downladed subs
What I want: 1. Download a movie. Move the movie to my desired destination with a new specified name. WORKS 2. If the download folder includes .srt or .sub files, I want them moved and renamed as well. WORKS MOSTLY 3. The problem with point 2, is when the included subtitles has a name which do not ...
- 23 Dec 2016, 17:04
- Forum: Scripting and Automation
- Topic: Moving downladed subs
- Replies: 3
- Views: 3145
Moving downladed subs
Hi! I use Filebot with uTorrent to download and sort my media. Recently I starte using a new, local tracker. When I download a movie from this tracker, the subtiles files are named: NO.srt, FI.srt in the root folder or in a subs directory. When they are named like this, filebot does not move them a ...
- 16 Dec 2016, 08:49
- Forum: Scripting and Automation
- Topic: Possible to call two Plex servers?
- Replies: 1
- Views: 3996
Possible to call two Plex servers?
Hi!
Do you know if there is any way to call two Plex servers to update the library when a download is finished in µTorrent?
Tried with two -plex commands, but it did not work.
Do you know if there is any way to call two Plex servers to update the library when a download is finished in µTorrent?
Tried with two -plex commands, but it did not work.
- 02 Jul 2016, 12:57
- Forum: Scripting and Automation
- Topic: java.io.IOException: Invalid argument (bad --output folder)
- Replies: 10
- Views: 5988
Re: java.io.IOException: Invalid argument (bad --output fold
Works like a charm!
Thank you for great support!
Thank you for great support!
- 02 Jul 2016, 12:38
- Forum: Scripting and Automation
- Topic: java.io.IOException: Invalid argument (bad --output folder)
- Replies: 10
- Views: 5988
Re: java.io.IOException: Invalid argument (bad --output fold
How will this work when i have seperate folders for movies and tv-shows?
If I put it like this:
--output "\\XXNAS\Movies"
The TV-shows will not end up where I want them: \\XXNAS\Shows ?
If I put it like this:
--output "\\XXNAS\Movies"
The TV-shows will not end up where I want them: \\XXNAS\Shows ?

- 02 Jul 2016, 11:04
- Forum: Scripting and Automation
- Topic: java.io.IOException: Invalid argument (bad --output folder)
- Replies: 10
- Views: 5988
java.io.IOException: Invalid argument (bad --output folder)
Hi! After upgrading from 4.6.2 to 4.7, my automation string in µTorrent doesn't work anymore. Probably an easy fix, but I've read release note without really understanding what is wrong. This is used in µTorrent: filebot -script fn:amc --output "\\XXNAS" --log-file amc.log --action copy --conflict o ...