Fixing the learning curve, one word at a time (#373)

* Specify the type of scan

* Update configPage.html

* Update configPage.html

* Update configPage.html
This commit is contained in:
TwistedUmbrellaX 2024-11-05 14:19:02 -05:00 committed by GitHub
parent 79151fa893
commit 6c64d48fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@
</label> </label>
<div class="fieldDescription"> <div class="fieldDescription">
Enable this option to update media segments for any uncached media during a scan. <br /> Enable this option to update media segments for any uncached media during a library scan. <br />
This includes recently added, modified, or previously skipped (but not ignored) files.<br /> This includes recently added, modified, or previously skipped (but not ignored) files.<br />
<b>Warning:</b> This should be disabled if you're using media segment providers other than Intro Skipper. <b>Warning:</b> This should be disabled if you're using media segment providers other than Intro Skipper.
</div> </div>
@ -164,10 +164,10 @@
<div class="checkboxContainer checkboxContainer-withDescription"> <div class="checkboxContainer checkboxContainer-withDescription">
<label class="emby-checkbox-label"> <label class="emby-checkbox-label">
<input id="RegenerateMediaSegments" type="checkbox" is="emby-checkbox" /> <input id="RegenerateMediaSegments" type="checkbox" is="emby-checkbox" />
<span>Regenerate All Media Segments on Next Scan</span> <span>Regenerate All Media Segments on Next Run</span>
</label> </label>
<div class="fieldDescription">When enabled, this option will <b>overwrite all existing media segments</b> with your current Intro Skipper timestamps during the next scan. Upon completion, this option will be automatically disabled.</div> <div class="fieldDescription">When enabled, this option will <b>overwrite all existing media segments</b> with your current Intro Skipper timestamps during the next analysis. Upon completion, this option will be automatically disabled.</div>
</div> </div>
</details> </details>
@ -207,7 +207,7 @@
<div class="fieldDescription"> <div class="fieldDescription">
If checked, episode fingerprints will be saved on the filesystem to improve analysis speed. If checked, episode fingerprints will be saved on the filesystem to improve analysis speed.
<br /> <br />
<b>WARNING: Disabling the cache will cause all libraries to be re-scanned, which can take a very long time!</b> <b>WARNING: Disabling the cache will cause all fingerprints to be recreated during analysis. For debug use only!</b>
<br /> <br />
</div> </div>
</div> </div>