Search found 2 matches

by Dan_Aykroyd
Sat May 11, 2013 1:28 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 262706

Re: Unrar and cleanup script - UPDATE 2013.01.10

OK, you've been very helpful, sorry to ask a question from a script that was on this thread and not about your awesome OP script. :roll:

Nvm, I'm using TorrentExpander, I think you all should do the same
by Dan_Aykroyd
Sat Apr 27, 2013 3:41 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 262706

Re: Unrar and cleanup script - UPDATE 2013.01.10

Hi everybody! I've been using this script to auto extract torrents after finished: #!/bin/bash formats=(zip rar) commands=([zip]="unzip -u" [rar]="unrar -o- e") extraction_subdir='extracted' torrentid=$TR_TORRENT_ID torrentname=$TR_TORRENT_NAME torrentpath=$TR_TORRENT_DIR log() {...