Jump to content
9 posts in this topic

Recommended Posts

I don't see scheduling in any OSX BitTorrent app.

 

Can do it another way though. Azureus will start any torrents found in a particular folder/directory. So, put your torrents in its watch location.

 

iCal will run a script at a particular time

 

A script like: open /Applications/Azureus.app

 

Another script: killall Azureus

 

Save the scripts as shell scripts then set iCal to run them at appropriate times.

I don't see scheduling in any OSX BitTorrent app.

 

Can do it another way though. Azureus will start any torrents found in a particular folder/directory. So, put your torrents in its watch location.

 

iCal will run a script at a particular time

 

A script like: open /Applications/Azureus.app

 

Another script: killall Azureus

 

Save the scripts as shell scripts then set iCal to run them at appropriate times.

 

 

i've found a nicer way to do it.

drop the below scripts into a crontab if your using Transmission

 

 

Start tranmission script.

---------------------------

try

open application "Transmission"

tell application "System Events"

tell button "Resume All" of tool bar 1 of window "Transmission" of application process "Transmission" to click

end tell

end try

 

 

Quit Transmission script

---------------------------

try

tell application "System Events"

tell button "Pause All" of tool bar 1 of window "Transmission" of application process "Transmission" to click

end tell

end try

quit application "Transmission"

i've found a nicer way to do it.

drop the below scripts into a crontab if your using Transmission

Start tranmission script.

---------------------------

try

open application "Transmission"

tell application "System Events"

tell button "Resume All" of tool bar 1 of window "Transmission" of application process "Transmission" to click

end tell

end try

Quit Transmission script

---------------------------

try

tell application "System Events"

tell button "Pause All" of tool bar 1 of window "Transmission" of application process "Transmission" to click

end tell

end try

quit application "Transmission"

 

ignore me, apparently scheduling is now available as a built-in feature of Transmission if you get the nightly build cvs version, will check when i get home !

×
×
  • Create New...