Search found 6 matches
- Wed Jun 23, 2010 6:13 pm
- Forum: Support
- Topic: Running Scripts on Completion
- Replies: 2
- Views: 28710
Running Scripts on Completion
I hear there is an example script on running a script on completion, where is it. I"m running it on a router, so I all I have is the web client, which isn't quite up to date. I found these trolling through the forums. but does someone have an example script? I"m been currently using cron to check ...
- Fri Mar 13, 2009 4:14 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322488
Re: WebUI with file list - now fully functional
yes they are showing that way,(they are not accurate yet, i'm working on my sed command still)
the transmission web page still refuses to load when i insert this line
$(ti+'graph_image')[0].innerHTML = image_prefix + '_' + torrents[0].id() + image_suffix;
Did you make anymore changes, can you send ...
the transmission web page still refuses to load when i insert this line
$(ti+'graph_image')[0].innerHTML = image_prefix + '_' + torrents[0].id() + image_suffix;
Did you make anymore changes, can you send ...
- Fri Mar 13, 2009 12:22 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322488
Re: WebUI with file list - now fully functional
eztrans
I made the change but no luck here is my file
var total_upload = 0;
var total_upload_peers = 0;
var total_upload_speed = 0;
var total_verified = 0;
var na = 'N/A';
var image_prefix = '<img src="images/transfer';
var image_suffix = '.png" alt="Activity" width="100%" scalefit="1 ...
I made the change but no luck here is my file
var total_upload = 0;
var total_upload_peers = 0;
var total_upload_speed = 0;
var total_verified = 0;
var na = 'N/A';
var image_prefix = '<img src="images/transfer';
var image_suffix = '.png" alt="Activity" width="100%" scalefit="1 ...
- Thu Mar 12, 2009 11:04 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322488
Re: WebUI with file list - now fully functional
eztrans
okay I got that working I don't use the system logger anymore I use a log file, it work better.
here is my output
root@wrt600n:/opt/torrent# /opt/scripts/torrent_graph_get_all.sh
1 Looney Tunes - Golden Collection Volume 6 52.0 / 4.5, Totals: 179.3 20.1, Load: 1.89
3 Earth 2 72.8 / 4.5 ...
okay I got that working I don't use the system logger anymore I use a log file, it work better.
here is my output
root@wrt600n:/opt/torrent# /opt/scripts/torrent_graph_get_all.sh
1 Looney Tunes - Golden Collection Volume 6 52.0 / 4.5, Totals: 179.3 20.1, Load: 1.89
3 Earth 2 72.8 / 4.5 ...
- Thu Mar 12, 2009 3:17 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322488
Re: WebUI with file list - now fully functional
Could you where what the target and work directory need to point to?
I assume this works on bt 1.51, I'm running on a wrt600n, with dd-wrt sp2, gnuplot is installed, and logread and logger are also
okay I made the change, my logread doesn't work
and my trans.data is still blank it's something ...
I assume this works on bt 1.51, I'm running on a wrt600n, with dd-wrt sp2, gnuplot is installed, and logread and logger are also
okay I made the change, my logread doesn't work
and my trans.data is still blank it's something ...
- Wed Mar 11, 2009 5:45 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322488
Re: WebUI with file list - now fully functional
eztrans
I can't get it to display, it shuts down the transmission web interface, no torrents are dispalyed
here is what i did
vi /opt/share/transmission/web/javascript/transmission.js
here are the four lines of code
var image_prefix = '<img src="images/transfer';
var image_suffix = '.png" alt ...
I can't get it to display, it shuts down the transmission web interface, no torrents are dispalyed
here is what i did
vi /opt/share/transmission/web/javascript/transmission.js
here are the four lines of code
var image_prefix = '<img src="images/transfer';
var image_suffix = '.png" alt ...