Search found 5 matches

by karulio69
13 Nov 2019, 20:08
Forum: Scripting and Automation
Topic: utorrent script to qBittorrent script
Replies: 4
Views: 2216

Re: utorrent script to qBittorrent script

rednoah wrote: 13 Nov 2019, 19:15 YES:

Code: Select all

ut_kind = multi
NO:

Code: Select all

ut_kind = %multi
Update: This was the problem, it worked. Thank you for noticing the small typo.
by karulio69
13 Nov 2019, 19:09
Forum: Scripting and Automation
Topic: utorrent script to qBittorrent script
Replies: 4
Views: 2216

Re: utorrent script to qBittorrent script

After some trial and error, editing the commands to what you said for qBT vs Ut worked! unfortunately, now i cannot get the "cleaning" portion to delete the root folder and extra junk after moving the file. I have tried running this in shell and I do see that it defines "Parameter: cl...
by karulio69
25 Aug 2019, 16:33
Forum: Scripting and Automation
Topic: utorrent script to qBittorrent script
Replies: 4
Views: 2216

utorrent script to qBittorrent script

So far I've read the forums that describe that qBittorrent does not execute the same scripts as utorrent. I've been using utorrent for years and have just now switched over to qBittorrent. I have a script that splits a lot of different things into different folders based on genre etc. uTorrent Scrip...
by karulio69
09 Mar 2014, 22:43
Forum: Scripting and Automation
Topic: Segrigating One Genre
Replies: 3
Views: 3281

Re: Segrigating One Genre

Thank you so much red noah, I've been playing with this for a couple of hours now, and I cannot figure out where to put the code. Can you help me get on the correct track. I guess I failed to mention that Movies, TV Shows, Kids TV Shows, Kids Movies are all separate folders in the same directory, I'...
by karulio69
09 Mar 2014, 16:31
Forum: Scripting and Automation
Topic: Segrigating One Genre
Replies: 3
Views: 3281

Segrigating One Genre

I have my setup into four different folders: Movies, TV Shows, Kids TV Shows, Kids Movies. I would like filebot to put only Kids and Family genres into the Kids Folders and allow everything else to go into the Movies and TV shows folders. I have found separate genres into genre specific folders on t...