Azureus - Bit Torrent Thread last updated on 2006-02-09 07:58:39

Posted by member 206411 on 2006-02-07 02:20:49

I was wondering if there is a way for me to display the total Download and Upload speed displayed in the balloon tooltip on the systray.

Posted by member 1 on 2006-02-07 02:23:29 link

If Azureus puts the info in the Application TitleBar of the Window yes, you can do it with xlabel. If it is just in the balloon I don't think so. xcal or tnl might know though...they are the xlabel experts.

Posted by member 212670 on 2006-02-07 03:08:10 link

xLabel can do it with the assistance of azureusstat-1.1.

Posted by member 206411 on 2006-02-09 03:50:12 link

I am guessing I will have to 'hook' modules.. and I have no idea how to do that. Can somone direct me to a document?

...It's pretty much nothing but this is what i have so far..

theme.rc
*NetLoadModule azureusstat-1.1.dll
include "$ConfigDir$azureusstat.rc"
*NetLoadModule xlabel-3.4.9.dll
include "$ConfigDir$xlabel.rc"


azureusstat.rc
AzLabelName AZ_STAT
AzLabelPattern "DL: %down_num - %down_spd || UL: %seed_num - %up_spd"


xlabel.rc
*Label Info
InfoX 0
InfoY 1004
InfoWidth 300
InfoHeight 20
InfoAlwaysOnTop true
InfoAlphaTransparency 200
InfoFontHeight 12
InfoJustify center
InfoSolidColors 000000
InfoFontColor ffffff
InfoText "AZ_STAT"

Posted by member 212670 on 2006-02-09 04:12:09 link

Nope, you don't have to hook anything to do that. It's pretty simple to setup. Just make a label, and then tell azureusstat which label you want to display its info on.

Btw, don't guess... look at the azureusstat readme. :P

edit:

Ok, you snuck that in...

Your problem is "AzLabelName" is supposed to define what label to display in, so you should have "AzLabelName Info". You shouldn't need to define "InfoText", although, I'm guessing the text would be shown when azureuss isn't running.

Btw, you can remove the .dll off of your *NetLoadModule names, and InfoJustify can go too. You are using xlabel 3.4.9, right? "Justify" is a label setting... not xlabel. Make sure you're reading the right readme.

Posted by member 206411 on 2006-02-09 04:53:32 link

awsome, it worked, thanks

Edit: lol Thanks for helping me out on multiple topics

Posted by member 1 on 2006-02-09 05:11:24 link

Info is also a really bad label name. You should make it more like Azureus or AzureusInfo.

Posted by member 206411 on 2006-02-09 05:53:15 link

hm, ill make the azureus label AZ_STAT and the hard drive read out HD_INFO

Posted by member 148416 on 2006-02-09 07:58:39 link

Very appropriate label names :)

*puts his seal of approval*