|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="sortingUseSceneName" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Use the scene name, ignoring all other naming settings"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="sortingIncludeSeriesName" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Should filenames contain the series name when renamed?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="sortingIncludeEpisodeTitle" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Should filenames contain the episode name when renamed?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="sortingReplaceSpaces" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Do you want to replace spaces in the filename with periods?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="sortingAppendQuality" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Should filenames have the quality appended to the end?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="useSeasonFolder" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-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>
|
|
|
|
|
|
|
|
|
@ -139,7 +139,7 @@
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="metadataXbmcEnabled" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Enable creating metadata for XBMC"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -149,9 +149,9 @@
|
|
|
|
|
<label class="control-label">Use Banners</label>
|
|
|
|
|
<div class="controls">
|
|
|
|
|
<div class="switch">
|
|
|
|
|
<input type="checkbox" name="metadataUseBanners" />
|
|
|
|
|
<input type="checkbox" name="metadataUseBanners" />
|
|
|
|
|
</div>
|
|
|
|
|
<span class="help-inline help-checkbox">
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Use banners instead of posters?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|