Author Topic: "status file" or plugin interface  (Read 4695 times)

Offline RuLorZ

  • Contributor
  • ***
  • Posts: 21
"status file" or plugin interface
« on: October 24, 2006, 10:16:03 pm »
hi,

would be great to get information about the current process of downloads
for external programs. i think a simple xml file would do the job.

i'd like to have the status bar informations in this file or another way to get these informations:
limit, current speed, queue size, ETA and free space.

would love this tool even more if something like that is possible!

cheers

[edit]
if possible it would be great to pause and resume alt.binz somehow.
status flag in the xml file? :)
[/edit]

Offline RuLorZ

  • Contributor
  • ***
  • Posts: 21
"status file" or plugin interface
« Reply #1 on: October 28, 2006, 03:43:13 pm »
not a good idea, or already coding? :)

Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
"status file" or plugin interface
« Reply #2 on: October 28, 2006, 05:07:17 pm »
To be honest, I didn't completly understand purpose of this? What external programs? Irc clients ? :)

Offline RuLorZ

  • Contributor
  • ***
  • Posts: 21
"status file" or plugin interface
« Reply #3 on: October 28, 2006, 06:10:56 pm »
not important which external program. just the possibilty of getting these informations from alt.binz would be great. cause of that an xml file is ok.
just export the current status of alt.binz to that file.

in my special case i'd like to sent these informations (limit, current speed, queue size, ETA and free space. ) to my always running linux server and
populate these informations as a website or RSS feed. so at work i can see from the status of alt.binz at home. just one possibility if alt.binz could offer these informations.

for example this xml file in alt.binz directory, updated every second if queue isnt empty:

Code: [Select]

<?xml version = "1.0" encoding = "utf-8"?>
<altbinz>
  <title>alt.binz status</title>
  <description>Stats from alt.binz</description>
  <limit>No limit</limit>
  <CurrentSpeed>480 kB/s</CurrentSpeed>
  <QueueSize>4870 MB</QueueSize>
  <ETA>0d 1h 12m 18s</ETA>
  <FreeSpace>9,78 GB</FreeSpace>
  <connect>true</connect>
</altbinz>


the <connect> is to be read from alt.binz. if <connect>false</connect> is set, for example from my website, alt.binz should disconnect. if <connect> is later set to true, alt.binz should reconnect.

hope you can understand what im trying do tell you. :)
it's meant a bit like a download server.

regards

Offline RuLorZ

  • Contributor
  • ***
  • Posts: 21
"status file" or plugin interface
« Reply #4 on: November 09, 2006, 06:31:27 am »
hello,
me again. :) just to want to ask about the request.
forgotten? rejected? or just unimportant?

regards

Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
"status file" or plugin interface
« Reply #5 on: November 15, 2006, 08:36:12 pm »
Quote from: "RuLorZ"
hello,
me again. :) just to want to ask about the request.
forgotten? rejected? or just unimportant?

regards


Never forgoten, not rejected, unimportant just a litlle bit :)

It will be implemented in some of the next versions

Offline RuLorZ

  • Contributor
  • ***
  • Posts: 21
"status file" or plugin interface
« Reply #6 on: November 29, 2006, 02:01:22 am »
ok, hope to see it sometimes.

:)

so long

Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
"status file" or plugin interface
« Reply #7 on: November 29, 2006, 06:52:37 am »
Done