Er, not functions. Sorry. Variables. So for calling kind, is it still %k and file being %F?
Search found 8 matches
- 14 Mar 2018, 17:55
- Forum: Help and Support
- Topic: Switching from Utorrent to qbittorent
- Replies: 3
- Views: 2242
- 14 Mar 2018, 16:06
- Forum: Help and Support
- Topic: Switching from Utorrent to qbittorent
- Replies: 3
- Views: 2242
Switching from Utorrent to qbittorent
Is there a list of functions for qbittorent anywhere? Looking to switch my utorrent script to qbittorent. filebot -script fn:amc --output "D:\Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes "ut_label=%L" "ut_state ...
- 17 Apr 2017, 00:20
- Forum: Scripting and Automation
- Topic: Anime VS TV Show
- Replies: 1
- Views: 1869
Anime VS TV Show
For some reason, my automation has worked great for months, now for some reason, some of the anime I have downloaded were put in to an "Anime" folder. That's fine for my plex server, but there are a few episodes that it puts in to "TV Shows" for some reason. Any idea how to fix this? filebot -script ...
- 05 Dec 2016, 17:51
- Forum: Scripting and Automation
- Topic: [Windows 10] AMC Extracting Problems
- Replies: 9
- Views: 4760
Re: [Windows 10] AMC Extracting Problems
Ugh. I feel real stupid atm. Thank you!rednoah wrote:Read the Troubleshooting section.
1. Open CMD
2. Run the command yourself
3. Look at the output
Once you see the output the issue should be obvious. If not, post the output here.
Add: Is there any difference between -copy and -duplicate?
- 05 Dec 2016, 02:00
- Forum: Scripting and Automation
- Topic: [Windows 10] AMC Extracting Problems
- Replies: 9
- Views: 4760
Re: [Windows 10] AMC Extracting Problems
Okay, I decided to drop deluge and use utorrent since I can pull the labels from utorrent. For some reason, I see the cmd prompt open for a split second and then close. This is the current script I am using and I have tried a few variations. It doesn't list anything in amc.log. filebot -script fn ...
- 30 Nov 2016, 19:25
- Forum: Scripting and Automation
- Topic: [Windows 10] AMC Extracting Problems
- Replies: 9
- Views: 4760
Re: [Windows 10] AMC Extracting Problems
http://i.imgur.com/dMWPMPz.png Run script [fn:amc] at [Tue Nov 29 01:31:28 CST 2016] Parameter: unsorted = n Parameter: music = y Parameter: artwork = y Parameter: excludeList = amc.excludes Parameter: ut_dir = D:\Completed Parameter: ut_kind = multi Parameter: ut_title = %%%%%%%%% Parameter: ut ...
- 30 Nov 2016, 04:21
- Forum: Scripting and Automation
- Topic: [Windows 10] AMC Extracting Problems
- Replies: 9
- Views: 4760
Re: [Windows 10] AMC Extracting Problems
I am trying to get deluge to run filebot after a completed download, extract the archives, rename the file and place it in my media folder based on movie/tv show, name, season, episode for plex. The problem I am running in to is that when it goes to extract the archives from said torrent, it starts ...
- 29 Nov 2016, 07:42
- Forum: Scripting and Automation
- Topic: [Windows 10] AMC Extracting Problems
- Replies: 9
- Views: 4760
[Windows 10] AMC Extracting Problems
For some reason I can't get this to work properly. set ARG_PATH="%3" set ARG_NAME="%2" set ARG_LABEL="N/A" filebot -script fn:amc --output "D:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList="amc.excludes" ut_dir="%ARG_PATH%" ut ...