mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2025-01-10 03:00:21 +00:00
fd5b639811
Altspeed: https://github.com/correl/Transmission-XBMC/pull/22 Ended Playback: the addon only detected when used stopped the video player and not when the video ended. Now it can detect when playback ended. Added a delay so if user finishes to watch a video and started a new video a few seconds later the addon would start all torrents then immediately stopped again. Now user can select between 1-60 seconds until execute the action.
10 lines
632 B
XML
10 lines
632 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<settings>
|
|
<setting type="lsep" label="32800" />
|
|
<setting id="rpc_host" type="text" label="32801" default="localhost" />
|
|
<setting id="rpc_port" type="number" label="32802" default="9091" />
|
|
<setting id="rpc_user" type="text" label="32803" default="" />
|
|
<setting id="rpc_password" type="text" option="hidden" label="32804" default="" />
|
|
<setting id="action_on_playback" type="enum" label="32805" lvalues="32806|32807|32808" />
|
|
<setting id="seconds_playback_finished" type="slider" label="32809" range="1,60" default="1" option="int" />
|
|
</settings>
|