Author Topic: API?  (Read 2895 times)

ciph

  • Guest
API?
« on: July 04, 2007, 08:50:21 PM »
Is there any type of API for altbinz or something similar that I could use to recieve updates about the status of downloads in another application?

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: API?
« Reply #1 on: July 04, 2007, 11:14:34 PM »
Quote from: "ciph"
Is there any type of API for altbinz or something similar that I could use to recieve updates about the status of downloads in another application?

No API, but this might be helpful:

Setup > Miscellaneous 2 > check 'Enable Status in XML file' option

Then look for the  altbinz_status.xml file in your Altbinz directory: it's dynamically updated with the current speed, queue size, ETA, etc., and you can toggle the Connect button by changing <connect>true</connect> to <connect>false</connect> and vice versa.

Otherwise there's the mIRC integration, but someone else will need to help you out with that. :)

-Hecks

ciph

  • Guest
API?
« Reply #2 on: July 06, 2007, 02:23:21 AM »
Thanks, that is exactly what I needed.