Project

General

Profile

[Script] DCC Download Info & Stats v0.1


Replies (4)

RE: [Script] DCC Download Info & Stats v0.1 - Added by berto ovelayer over 4 years ago

new adiirc beta 3.6 on 8/12 seems to have broken scripts ability to pull the "active" downloads...
can anyone provide a fix? this was the only good script like this for adiirc.

thanks!

RE: [Script] DCC Download Info & Stats v0.1 - Added by Per Amundsen over 4 years ago

Change line 388 from:

  if (!$get(%i).done && !$get(%i).status && $prop != finished) {

to:

  if (!$get(%i).done && $get(%i).status == active && $prop != finished) {

RE: [Script] DCC Download Info & Stats v0.1 - Added by berto ovelayer about 4 years ago

I have another problem i hope someone can help with.. in the dialog box where you can change around the active download output.. if you increase the length of the line it cuts it off.. so its not accepting all of the infomation you put in the dialog .. like a length issue or something..

    (1-4/4)