Search found 3 matches

by Pvt_Ryan
Thu Apr 16, 2009 11:58 pm
Forum: Requests
Topic: Build Script
Replies: 0
Views: 1684

Build Script

Dunno if this is the right place for this but if not sorry..

#!/bin/bash
#
# buildTransmission.sh
#
# Copyright 2009 Ryan McLean <ryanm _at_ ninet _dot_ org>
#
# libssl-dev
# gettext
# intltool


if [ $# -lt 2 ]; then
echo "Usage:";
echo "$0 <srcDir> <[all|headless|beos|wx|cli|nodaemon|default ...
by Pvt_Ryan
Thu Apr 09, 2009 2:35 pm
Forum: Requests
Topic: swarmscreen
Replies: 9
Views: 6815

swarmscreen

http://aqualab.cs.northwestern.edu/proj ... #resources

Would be good if we could integrate this with Transmission.
by Pvt_Ryan
Thu Jan 15, 2009 10:46 am
Forum: Requests
Topic: Download Finished Notice.
Replies: 0
Views: 1987

Download Finished Notice.

Either a log file is written to or a method by which a program/script can call the running transmission-daemon and request a list of all of the torrents which have finished. The daemon will then return a list of all of the torrents that have finished downloading.

This way I can have a script that ...