1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00

#3816 help page for "download complete" scripting

This commit is contained in:
Mitchell Livingston 2010-12-09 19:40:49 +00:00
parent a314c7031f
commit e920ea497a
3 changed files with 52 additions and 0 deletions

View file

@ -153,6 +153,18 @@
<p class="seealso">&nbsp;</p>
</td>
</tr>
<tr>
<td class="blue" valign="top" width="135">
<p><a href="scripts.html">Running Scripts</a></p>
</td>
<td class="blue" valign="top" width="18"></td>
<td class="blue" valign="top" width="250">
<p class="seealso">&nbsp;</p>
</td>
</tr>
<tr>
<td class="blue" valign="top" width="135">

View file

@ -0,0 +1,40 @@
<html>
<a name="script"></a>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Script Help</title>
</head>
<body>
<div id="mainbox">
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<h1>Running Scripts</h1>
</div>
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
<div id="taskbox">
<ul>
<li>TR_TORRENT_DIR</li>
<li>TR_TIME_LOCALTIME</li>
<li>TR_TORRENT_ID</li>
<li>TR_TORRENT_HASH</li>
<li>TR_APP_VERSION</li>
<li>TR_TORRENT_NAME</li>
</ul>
</div>
<p>More information is available on <a href="http://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
</div>
</body>
</html>