mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Added path autocomplete to download client settings
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!--Todo: This should auto-complete-->
|
||||
<div class="control-group">
|
||||
<label class="control-label">Unsorted TV Directory</label>
|
||||
<div class="controls">
|
||||
<input type="text" placeholder="C:\Unsorted TV" name="downloadClientDropDirectory" />
|
||||
<input type="text" placeholder="C:\Unsorted TV" name="downloadClientDropDirectory" class="x-path" />
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="The directory where your download client downloads TV shows to."></i>
|
||||
</span>
|
||||
@@ -159,11 +158,10 @@
|
||||
|
||||
<fieldset>
|
||||
<legend>Blackhole</legend>
|
||||
<!--Todo: This should auto-complete-->
|
||||
<div class="control-group">
|
||||
<label class="control-label">Blackhole Directory</label>
|
||||
<div class="controls">
|
||||
<input type="text" name="blackholeDirectory" />
|
||||
<input type="text" name="blackholeDirectory" class="x-path" />
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="The directory where your download client will pickup .nzb files"></i>
|
||||
</span>
|
||||
@@ -173,11 +171,10 @@
|
||||
|
||||
<fieldset>
|
||||
<legend>Pneumatic</legend>
|
||||
<!--Todo: This should auto-complete-->
|
||||
<div class="control-group">
|
||||
<label class="control-label">Nzb Directory</label>
|
||||
<div class="controls">
|
||||
<input type="text" name="pneumaticDirectory" />
|
||||
<input type="text" name="pneumaticDirectory" class="x-path" />
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Directory to save NZBs for Pneumatic<br/>must be accessible from XBMC"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user