1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Create missing series folders on disk scan (if enabled)

New: Option to create missing series folders during disk scans
This commit is contained in:
Mark McDowall
2013-11-18 22:25:02 -08:00
parent fd70346ab0
commit ea36c6ed47
6 changed files with 63 additions and 5 deletions

View File

@@ -25,9 +25,9 @@
<div class="btn btn-primary slide-button"/>
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"/>
</span>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"/>
</span>
</div>
</div>

View File

@@ -1,5 +1,26 @@
<fieldset>
<legend>Season Folder</legend>
<legend>Folders</legend>
<div class="control-group advanced-setting">
<label class="control-label">Create empty series folders</label>
<div class="controls">
<label class="checkbox toggle well">
<input type="checkbox" name="createEmptySeriesFolders"/>
<p>
<span>Yes</span>
<span>No</span>
</p>
<div class="btn btn-primary slide-button"/>
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Create missing series folders during disk scan"/>
</span>
</div>
</div>
<!--TODO: Remove this and move it to Add Series-->
<div class="control-group">