Need help to replace my utorrent config

Support for Windows users
Post Reply
Waldner11
Posts: 17
Joined: 18 Apr 2015, 00:23

Need help to replace my utorrent config

Post by Waldner11 »

Hi,

I've been using uTorrent with filebot for years and I need help to replace it because uTorrent was becoming totally unusable for the past weeks, it kept crashing every 5 minutes or so. I also can't stand the ads.
So I'm looking for an alternative (adfree and simple) that will help me use labels (movie, tv and other) to copy and rename files. I would really appreciate any help on the subject, I used to know how I did it but it's been so long so help would be so kind. Here are some screenshot as to how I used uTorrent with filebot.

Ok, so apparently I can't add pictures to a thread, so I'll try to break it down :

1)I have a folder where I put my torrents, when starting to download, I put a label on it (tv, movie, other)
2) Once it's completed the program put it(copy) on another folder
3) then a script is activated in utorrent

Code: Select all

filebot -script fn:amc --output "\\NASYNJP\Multimedia" --log-file amc.log --action copy --conflict skip -non-strict --def unsorted=y --def clean=y --def excludeList=amc.txt --def seriesFormat=@\\NASYNJP\Multimedia\SeriesFormat.groovy --def movieFormat=@\\NASYNJP\Multimedia\MoviesFormat.groovy --def unsortedFormat=@\\NASYNJP\Multimedia\UnsortedFormat.groovy --def music=n artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
4) the amc.txt

Code: Select all

movieFormat=Movies/{ny}/{fn}
seriesFormat=//NASJP/Multimedia_TV/TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n.upperInitial().space('.').replaceAll(/[,]+/)}.{s00e00}.{t.upperInitial().space('.').replaceAll(/[,]+/)}{'.'+vf.match(/720[pP]|1080[pP]/)}{".$source"}{".$vc"}{'-'+fn.match(/(?:(?<=[-])\\w+$)|(?:^\\w+(?=[-]))/)}
animeFormat=Anime/{n}/{fn}
5) Then an example of a groovy file

Code: Select all

Movies/{n} ({y})/{n.upperInitial().space('.').replaceAll(/[,]+/)}.{y}{'.'+vf.match(/720[pP]|1080[pP]/)}{".$source"}{".$vc"}{"-$group"}
6) Another example

Code: Select all

\\NASYNJP\Multimedia\TV Shows\Current/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n.upperInitial().space('.').replaceAll(/[,]+/)}.{s00e00}.{t.upperInitial().space('.').replaceAll(/[,]+/)}{'.'+vf.match(/720[pP]|1080[pP]|2160[pP]/)}{".$source"}{".$vc"}{'-'+fn.match(/(?:(?<=[-])\\w+$)|(?:^\\w+(?=[-]))/)}{"-$group"}
Thank you very much for any help. I will probably have a lot of silly questions
User avatar
rednoah
The Source
Posts: 24680
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need help to replace my utorrent config

Post by rednoah »

:arrow: You can post screenshots like so: How can I share screenshots on the internet?

:arrow: qBT would be the most popular uT alternative. Pretty much the same from the end-user perspective, both in terms of Desktop application UI / UX and how to integrate with the filebot command-line for processing: [qBT] Setup for qBittorrent on Windows, Linux and macOS
:idea: Please read the FAQ and How to Request Help.
Waldner11
Posts: 17
Joined: 18 Apr 2015, 00:23

Re: Need help to replace my utorrent config

Post by Waldner11 »

Ok, seems to be working perfectly with QBitTorrent, thanks a lot, very easy transition.

Thank you very much, have a good day/night,
Post Reply