mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<fieldset">
|
|
<legend>Options</legend>
|
|
<div class="control-group">
|
|
<label class="control-label">Drone Factory</label>
|
|
|
|
<div class="controls">
|
|
<input type="text" name="downloadedEpisodesFolder" class="x-path"/>
|
|
<span class="help-inline">
|
|
<i class="icon-nd-form-info" title="The folder where your download client downloads TV shows to (Completed Download Directory)"/>
|
|
<i class="icon-nd-form-warning" title="Do not use the folder that contains some or all of your sorted and named TV shows - doing so could cause data loss"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="control-group advanced-setting">
|
|
<label class="control-label">Drone Factory Internal</label>
|
|
|
|
<div class="controls">
|
|
<input type="number" name="downloadedEpisodesScanInterval"/>
|
|
<span class="help-inline">
|
|
<i class="icon-nd-form-info" title="Interval in minutes to scan the Drone Factory. Set to zero to disable."/>
|
|
<i class="icon-nd-form-warning" title="Setting a high interval or disabling scanning will prevent episodes from being imported."></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</fieldset> |