Its Done:
The Azureus controller script has been submitted to xbmcscript.com so I am just waiting for this to be accepted. For those who do not want to wait click the link below.
http://www.bestshari...ller-1.zip.html####################################################################################
# This script (Azureus.py)has been written to control Azureus running on your local
# local network. It current has no real error checking in but it does work.
#
# Install Notes:
# - You must have the 'azwebhtmlgui' plugin installed for this to work at all.
# - Also for ease it is best to enable autoadd of torrents in Azureus this allows
# you to just copy the torrents over through the GUI.(!Note to do this you must
# have your directory with your torrents in shared with access to enable others
# to modify.
# - A recent version of XBMGUI ie, later than end of july 2006 as I am using the
# Dialog.numeric
#--------------------------------------------------------------------------------------
# - The four main buttons at the top control the program. Click on the button will
# do the following:
# *(DOWNLOADS): Press A to update/refresh the list of you currently downloading
# torrent. You can then move down and select any of the torrents
# you want to control by pressing A. Then you will be sent to the
# buttons on the bottom that let you control what you want to do to
# the selected torrent. You can press BACK whilst on these buttons to
# return to the main buttons again.
# *(UPLOADS) : This is identicle to the DOWNLOADS in terms of functionality except
# it shows your finished downloads.
# *(ADD TORRENT):This currently uses EZTV to get a list of the latest torrents that
# you can view. You currently have the ability to also use MiniNova.
# the torrents are automatically sent to Azureus now so no need to copy.
# *(OPTIONS): Menu with config options and exit.
#
# Once you have all the torrents you want you can simply goto the XBMC file manager and
# copy the torrents over to your PC..
#------------------------------------------------------------------------------------------
#
# - IN PROGRESS:
# As stated this is still a very much in progress script although is functional with
# all of the Azereus actions available from the azwebhtml gui.
#
# - DONE SINCE LAST UPDATE:
# * Now has capability to use config file.
# * Automatically attempts to read config file when started. Otherwise uses the following
# defaults. AZIP: 192.168.0.1 PORT: 6886 TIMEOUT:30
# * Azureus server IP: is now configurable without having to modify the script.
# * Azureus port no: is now configurable without having to modify the script.
# * Network Timeout: is now configurable without having to modify the script.
# * Ability to Save configs listed above to file.
# * Ability to Re-Read configs from file to overwrite any changes made.
# * All Torrents are now loaded directly into azureus so there is no need to manually
# copy the files over to your azureus pc.
# * Add Torrent now has the ability to add other good torrent sites.
# * Support to download Torrents from MiniNova.
# - Has Search Capability.
# - Has category listings that are read from the server to navigate through the site.
# * EZTV now has a search facility aswell.
# * TIMEOUTS now work properly so if any site has a problem a dialog will be displayed
# to indicate the error that occurred which avoids the script sitting there waiting
# for the site to respond..Which could be never..