From 9d02557eaac421ee5161616e8eb6db2dbee113a2 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 22 Jun 2010 12:27:44 -0400 Subject: [PATCH 1/2] Added .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2956c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.py[oc] From 5cd563c1702ae611b296f9db9a37d3b83034fec8 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 22 Jun 2010 12:28:49 -0400 Subject: [PATCH 2/2] Added readme file --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4f7f7b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Transmission-XBMC +================= + +A client for the popular [Transmission](http://www.transmissionbt.com/) BitTorrent application for [XBMC](http://xbmc.org/) + +Features +-------- + +Currently, Transmission-XBMC supports viewing, adding, removing, starting and stopping torrents. More advanced features may be added in future releases. + +### Screenshot +![Screenshot](http://github.com/downloads/correl/Transmission-XBMC/transmission-xbmc.png) + +Installation +------------ + +This script is intended for XBMC version 9.11. For more recent builds, check out the `xbmc-svn` branch. + +To install, place the Transmission-XBMC folder in your XBMC scripts directory (usually `${HOME}/.xbmc/scripts`) + +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 script settings before running it.