Transmission-XBMC/resources/settings.xml
Correl Roush 52ac0919ea Updated to work with the current XBMC svn trunk
Changes supplied by Amet from the XBMC community forum
2010-06-10 21:34:18 -04:00

8 lines
419 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<setting type="lsep" label="1000" />
<setting id="rpc_host" type="text" label="1001" default="localhost" />
<setting id="rpc_port" type="number" label="1002" default="9091" />
<setting id="rpc_user" type="text" label="1003" default="" />
<setting id="rpc_password" type="text" option="hidden" label="1004" default="" />
</settings>