Search found 3 matches

by shoxcorp
Mon Dec 13, 2010 11:34 pm
Forum: Mac Support
Topic: On Torrent Completion in last Mac version not working
Replies: 3
Views: 2744

Re: On Torrent Completion in last Mac version not working

#! /bin/sh

CUR_DATE=`date "+%m/%d/%y %H:%M:%S"`

cd $TR_TORRENT_DIR
if [ -d "$TR_TORRENT_NAME" ]
then
if ls "$TR_TORRENT_NAME"/*.rar > /dev/null 2>&1
then
find "$TR_TORRENT_NAME" -iname "*.rar" | while read file
do
#unrar x -y "$file"
#unrar x -inul "$file"
unrar x -inul -y "$file" $TR ...
by shoxcorp
Sat Dec 11, 2010 3:01 pm
Forum: Mac Support
Topic: On Torrent Completion in last Mac version not working
Replies: 3
Views: 2744

On Torrent Completion in last Mac version not working

Hello,

I tried using the On Torrent Completion option that was included in the osx GUI , but the script never gets called.

Anyone else experiencing this?
by shoxcorp
Mon Nov 15, 2010 10:13 am
Forum: Mac Requests
Topic: "Advanced" preferences tab, including command line scripts
Replies: 0
Views: 1560

"Advanced" preferences tab, including command line scripts

Hello everyone,

I have a suggestion for improving the user experience in OSX. I was looking into actions on torrent completions, and found that there scripts are already there in the command line interface (to run a script upon completion).

My suggestion is to make a preferences panel "Advanced ...