added more control over what items to extract chapter images from
This commit is contained in:
parent
02cd0a7b6f
commit
a3b95de459
3 changed files with 29 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
<div style="margin: 2em 0;">
|
||||
<label for="chkChapters">Enable video chapter image extraction</label>
|
||||
<input id="chkChapters" name="chkChapters" type="checkbox" checked="checked" />
|
||||
<div class="fieldDescription">Extracting chapter images will allow clients to display graphical scene selection menus. The process can be cpu-intensive and on average will require 1-2GB of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area of the Dashboard once the wizard is completed.</div>
|
||||
<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 usage hours.</div>
|
||||
</div>
|
||||
|
||||
<div class="wizardNavigation">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue