jellyfin-web/dashboard-ui/wizardimagesettings.html
2014-03-06 00:17:13 -05:00

44 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="wizardImageSettingsPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<h2>
<img src="css/images/mblogoicon.png" />Configure settings</h2>
<br />
<div style="margin: 1em 0 2em;">
<label for="chkVideoImages">Enable video image extraction</label>
<input id="chkVideoImages" name="chkVideoImages" type="checkbox" checked="checked" />
<div class="fieldDescription">For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.</div>
</div>
<div style="margin: 2em 0;">
<label for="chkMovies">Extract chapter image extraction for Movies</label>
<input id="chkMovies" name="chkMovies" type="checkbox" checked="checked" />
<div class="fieldDescription">Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.</div>
</div>
<div style="margin: 2em 0;">
<label for="chkEnableUpnp">Enable automatic port mapping</label>
<input type="checkbox" id="chkEnableUpnp" checked="checked" />
<div class="fieldDescription">UPnP allows automated router configuration for easy remote access. This may not work with some router models.</div>
</div>
<div class="wizardNavigation">
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">Previous</button>
<button id="btnNextPage" type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true">Next</button>
</div>
</div>
</div>
</div>
</body>
</html>