fixes #588 - Add option to use xbmc convention when saving images

This commit is contained in:
Luke Pulverenti 2013-10-15 11:29:19 -04:00
parent 17509afb4a
commit 04ca73a2b5
4 changed files with 22 additions and 0 deletions

View file

@ -19,6 +19,15 @@
<div class="fieldDescription">Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited and help reduce the size of the server's data folder.</div>
</div>
<div style="margin: 2em 0;">
<label for="selectImageSavingConvention"><b>Image saving convention:</b></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>
</div>
<div style="margin: 2em 0;">
<label for="chkVIdeoImages">Enable video image extraction</label>
<input id="chkVIdeoImages" name="chkVIdeoImages" type="checkbox" checked="checked" />