mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Removed all the ids!
This commit is contained in:
parent
3dcf99753e
commit
80ac142434
@ -2,10 +2,10 @@
|
||||
<legend>Episode Naming</legend>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingUseSceneName">Use Scene Name</label>
|
||||
<label class="control-label">Use Scene Name</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingUseSceneName" name="sortingUseSceneName" />
|
||||
<input type="checkbox" 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>
|
||||
@ -14,10 +14,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingIncludeSeriesName">Series Name</label>
|
||||
<label class="control-label">Series Name</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingIncludeSeriesName" name="sortingIncludeSeriesName" />
|
||||
<input type="checkbox" name="sortingIncludeSeriesName" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should filenames contain the series name when renamed?"></i>
|
||||
@ -26,10 +26,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingIncludeSeriesName">Episode Name</label>
|
||||
<label class="control-label">Episode Name</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingIncludeEpisodeTitle" name="sortingIncludeEpisodeTitle" />
|
||||
<input type="checkbox" name="sortingIncludeEpisodeTitle" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Should filenames contain the episode name when renamed?"></i>
|
||||
@ -38,10 +38,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingReplaceSpaces">Replace Spaces</label>
|
||||
<label class="control-label">Replace Spaces</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingReplaceSpaces" name="sortingReplaceSpaces" />
|
||||
<input type="checkbox" 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>
|
||||
@ -50,10 +50,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingAppendQuality">Append Quality</label>
|
||||
<label class="control-label">Append Quality</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="sortingAppendQuality" name="sortingAppendQuality" />
|
||||
<input type="checkbox" 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>
|
||||
@ -63,10 +63,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="useSeasonFolder">Use Scene Folders</label>
|
||||
<label class="control-label">Use Scene Folders</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="useSeasonFolder" name="useSeasonFolder" />
|
||||
<input type="checkbox" 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>
|
||||
@ -76,9 +76,9 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingSeasonFolderFormat">Season Folder Format</label>
|
||||
<label class="control-label">Season Folder Format</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="sortingSeasonFolderFormat" placeholder="Season %s" name="sortingSeasonFolderFormat" />
|
||||
<input type="text" 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>
|
||||
@ -86,9 +86,9 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingSeparatorStyle">Separator Style</label>
|
||||
<label class="control-label">Separator Style</label>
|
||||
<div class="controls">
|
||||
<select id="sortingSeparatorStyle" class="inputClass x-backlog-setting" name="sortingSeparatorStyle">
|
||||
<select class="inputClass x-backlog-setting" name="sortingSeparatorStyle">
|
||||
<option value="0">Dash</option>
|
||||
<option value="1">Space</option>
|
||||
<option value="2">Period</option>
|
||||
@ -100,9 +100,9 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingNumberStyle">Numbering Style</label>
|
||||
<label class="control-label">Numbering Style</label>
|
||||
<div class="controls">
|
||||
<select id="sortingNumberStyle" class="inputClass x-backlog-setting" name="sortingNumberStyle">
|
||||
<select class="inputClass x-backlog-setting" name="sortingNumberStyle">
|
||||
<option value="0">1x05</option>
|
||||
<option value="1">01x05</option>
|
||||
<option value="2">S01E05</option>
|
||||
@ -115,9 +115,9 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="sortingMultiEpisodeStyle">Multi-Episode Style</label>
|
||||
<label class="control-label">Multi-Episode Style</label>
|
||||
<div class="controls">
|
||||
<select id="sortingMultiEpisodeStyle" class="inputClass x-backlog-setting" name="sortingMultiEpisodeStyle">
|
||||
<select class="inputClass x-backlog-setting" name="sortingMultiEpisodeStyle">
|
||||
<option value="0">Extend</option>
|
||||
<option value="1">Duplicate</option>
|
||||
<option value="2">Repeat</option>
|
||||
@ -134,10 +134,10 @@
|
||||
<legend>Metadata</legend>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="metadataXbmcEnabled">XBMC</label>
|
||||
<label class="control-label">XBMC</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="metadataXbmcEnabled" name="metadataXbmcEnabled" />
|
||||
<input type="checkbox" name="metadataXbmcEnabled" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Enable creating metadata for XBMC"></i>
|
||||
@ -146,10 +146,10 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="metadataUseBanners">Use Banners</label>
|
||||
<label class="control-label">Use Banners</label>
|
||||
<div class="controls">
|
||||
<div class="switch">
|
||||
<input type="checkbox" id ="metadataUseBanners" name="metadataUseBanners" />
|
||||
<input type="checkbox" name="metadataUseBanners" />
|
||||
</div>
|
||||
<span class="help-inline help-checkbox">
|
||||
<i class="icon-question-sign" title="Use banners instead of posters?"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user