mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-12-30 19:10:42 +00:00
Merge branch 'master' into xbmc-svn
This commit is contained in:
commit
e90f512b3f
2 changed files with 22 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.py[oc]
|
21
README.md
Normal file
21
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue