fixes #588 - Add option to use xbmc convention when saving images
This commit is contained in:
parent
17509afb4a
commit
04ca73a2b5
4 changed files with 22 additions and 0 deletions
|
@ -17,6 +17,14 @@
|
|||
|
||||
<form id="metadataImagesConfigurationForm">
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="selectImageSavingConvention">Image saving convention: </label>
|
||||
<select name="selectImageSavingConvention" id="selectImageSavingConvention">
|
||||
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
|
||||
<option value="Legacy">Legacy - MB3/MB2</option>
|
||||
</select>
|
||||
<div class="fieldDescription">Media Browser recognized images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="txtNumbackdrops">Max number of backdrops per item: </label>
|
||||
<input type="number" id="txtNumbackdrops" name="txtNumbackdrops" pattern="[0-9]*" required="required" min="1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue