Took out automatic torrage links, now grab either the magnet or torrent file, depending on settings, also, allow headphones to open magnet links if the blackhole option is set

This commit is contained in:
rembo10
2014-04-08 15:14:38 -07:00
parent 6118fea823
commit 7240db2567
4 changed files with 70 additions and 31 deletions

View File

@@ -200,6 +200,11 @@
<input type="text" name="torrentblackhole_dir" value="${config['torrentblackhole_dir']}" size="50">
<small>Folder your Download program watches for Torrents</small>
</div>
<div class="row checkbox">
<label>Open Magnet Links</label>
<input type="checkbox" name="open_magnet_links" value="1" ${config['open_magnet_links']}>
<small>Allow Headphones to open magnet links</small>
</div>
</fieldset>
<fieldset id="transmission_options">
<div class="row">