mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Removed virtuals from ConfigService.
Settings UI taking shape.
This commit is contained in:
@@ -4,68 +4,84 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingUseSceneName">Use Scene Name</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="sortingUseSceneName" name="sortingUseSceneName">
|
||||
Use the scene name, ignoring all other naming settings?
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingUseSceneName" name="sortingUseSceneName" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Use the scene name, ignoring all other naming settings"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingIncludeSeriesName">Series Name</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="sortingIncludeSeriesName" name="sortingIncludeSeriesName">
|
||||
Should filenames contain the series name when renamed?
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingIncludeSeriesName" name="sortingIncludeSeriesName" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should filenames contain the series name when renamed?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingIncludeSeriesName">Episode Name</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="sortingIncludeEpisodeTitle" name="sortingIncludeEpisodeTitle">
|
||||
Should filenames contain the episode name when renamed?
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingIncludeEpisodeTitle" name="sortingIncludeEpisodeTitle" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should filenames contain the episode name when renamed?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingReplaceSpaces">Replace Spaces</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="sortingReplaceSpaces" name="sortingReplaceSpaces">
|
||||
Do you want to replace spaces in the filename with periods?
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingReplaceSpaces" name="sortingReplaceSpaces" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Do you want to replace spaces in the filename with periods?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingAppendQuality">Append Quality</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="sortingAppendQuality" name="sortingAppendQuality">
|
||||
Should filenames have the quality appended to the end?
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingAppendQuality" name="sortingAppendQuality" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should filenames have the quality appended to the end?"></i>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="useSeasonFolder">Use Scene Folders</label>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id ="useSeasonFolder" name="useSeasonFolder">
|
||||
Should files be stored in season folders by default? (Applied only when a series is added)
|
||||
</label>
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="useSeasonFolder" name="useSeasonFolder" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should files be stored in season folders by default? (Applied only when a series is added)"></i>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingSeasonFolderFormat">Season Folder Format</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="sortingSeasonFolderFormat" placeholder="Season %s" name="sortingSeasonFolderFormat">
|
||||
<span class="help-inline">How should season folders be named? (Use %0s to pad to two digits)</span>
|
||||
<input type="text" id="sortingSeasonFolderFormat" placeholder="Season %s" name="sortingSeasonFolderFormat" />
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="How should season folders be named? (Use %0s to pad to two digits)"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -77,7 +93,9 @@
|
||||
<option value="1">Space</option>
|
||||
<option value="2">Period</option>
|
||||
</select>
|
||||
<span class="help-inline">How should NzbDrone separate sections of the filename?</span>
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="How should NzbDrone separate sections of the filename?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +108,9 @@
|
||||
<option value="2">S01E05</option>
|
||||
<option value="3">s01e05</option>
|
||||
</select>
|
||||
<span class="help-inline">What numbering style do you want?</span>
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="What numbering style do you want?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -103,11 +123,37 @@
|
||||
<option value="2">Repeat</option>
|
||||
<option value="3">Scene</option>
|
||||
</select>
|
||||
<span class="help-inline">How will multi-episode files be named?</span>
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="How will multi-episode files be named?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Metadata</legend>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="metadataXbmcEnabled">XBMC</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="metadataXbmcEnabled" name="metadataXbmcEnabled" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Enable creating metadata for XBMC"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary">Save</button>
|
||||
</fieldset>
|
||||
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="metadataUseBanners">Use Banners</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="metadataUseBanners" name="metadataUseBanners" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Use banners instead of posters?"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user