Auto extract rar files with Utorrent and have sonarr manage the rest

I have tried a few different scripts with the “run program when download completes” feature of Utorrent. However I can’t seem to find that that works perfectly for me.

The issue: When a .rar torrent completes sonarr doesn’t detect the extracted file.

I would like is a solution to auto extract when torrent completes to the same directory as the current torrent file, as that seems to get detected by sonarr. I’ve tested by manually extracting a file and leaving it in the folder after some time sonarr eventually picked it up and moved it to media storage folder.

All the scripts I’ve found have not worked for extracting to the same folder as torrent.

I know this is more of a torrent client thing but I was hoping since I’m using with this someone can point in me the right direction.

I use this in utorrent on windows in the Extras > Run Program

“winrar.exe” x -ibck “%D*.r*” “%D”

Thanks I’m going to give it a run. what’s the -ibck modifier for? is that to do it within it’s own directory? Sorry I’ve been looking over and everytime. It generates a pop up everytime there isn’t a rar archive. Thanks for the help though.

I’m back to figuring out my script

filebot.launcher.exe -script fn:amc --output “E:\Torrents Complete” --action copy --conflict skip -non-strict --log-file amc.log --def deleteAfterExtract=n --def clean=y --def unsorted=y music=y artwork=n “ut_label=%L” “ut_state=%S” “ut_title=%N” “ut_kind=%K” “ut_file=%F” “ut_dir=%D”

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.