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"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}Code: Select all
Movies/{n} ({y})/{n.upperInitial().space('.').replaceAll(/[,]+/)}.{y}{'.'+vf.match(/720[pP]|1080[pP]/)}{".$source"}{".$vc"}{"-$group"}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"}