A frontend script for the Transmission Bittorrent client for XBMC
Find a file
Correl 9434434e57 Merge pull request #7 from aglebov/remove-repeater
Use threading.Timer instead of the custom-written Repeater class
2013-04-11 18:33:04 -07:00
resources Use threading.Timer instead of the custom-written Repeater class 2013-03-09 12:58:36 +03:00
.gitignore Added .gitignore 2010-06-22 12:27:44 -04:00
addon.xml Bumped version to 0.7.1 with changelog 2012-03-13 20:11:43 -04:00
changelog.txt Bumped version to 0.7.1 with changelog 2012-03-13 20:11:43 -04:00
default.py No longer using os.path.getcwd to lookup addon path 2011-12-06 01:24:37 -05:00
icon.png New icon with solid background 2010-08-11 19:31:19 -04:00
LICENSE.txt Added the MIT license 2010-07-12 21:09:42 -04:00
README.md Updated installation instructions 2010-07-16 16:10:44 -04:00

Transmission-XBMC

A client for the popular Transmission BitTorrent application for XBMC

Features

Currently, Transmission-XBMC supports viewing, adding, removing, starting and stopping torrents. More advanced features may be added in future releases.

Screenshot

Screenshot

Installation

This script is intended for XBMC 10.05 (Dharma). For the 9.11 (Camelot) release, use version 0.5.0

This script can be installed via the addon manager within XBMC. Attempting to install it manually may not work, as it requires the simplejson library which is automatically installed by the addon manager.

If your transmission daemon is running on a machine other than localhost, using a port other than 9091, or requires authentication, you will have to change the plugin settings before running it.

License

Transmission-XBMC is licensed under the terms of the MIT license.