Merge branch '10.10' into regex-season

This commit is contained in:
TwistedUmbrellaX 2024-11-26 10:02:27 -05:00
commit f0113691e8

View File

@ -455,8 +455,10 @@
<h3 style="margin: 0">Analyzer actions</h3> <h3 style="margin: 0">Analyzer actions</h3>
<p style="margin: 0"> <p style="margin: 0">
Choose how segments should be analyzed for this season.<br /> Choose how segments should be analyzed for this season.<br />
Default uses all available detection methods (Chromaprint, Chapter, and BlackFrame for credits).<br /> <i>
Select specific methods to limit analysis, or None to skip detection entirely. Default uses all available detection methods (Chromaprint, Chapter, and BlackFrame for credits).<br />
Select specific methods to limit analysis, or None to skip detection entirely.
</i>
</p> </p>
<br /> <br />
@ -643,10 +645,9 @@
</div> </div>
<div id="timestampErrorDiv" style="display: none"> <div id="timestampErrorDiv" style="display: none">
<br /> <p>
<textarea id="timestampError" rows="2" cols="75" readonly></textarea> <textarea id="timestampError" rows="2" cols="75" readonly></textarea>
<br /> </p>
<br />
</div> </div>
<div id="fingerprintVisualizer" style="display: none"> <div id="fingerprintVisualizer" style="display: none">
@ -685,12 +686,11 @@
<span>Shift amount:</span> <span>Shift amount:</span>
<input type="number" min="-3000" max="3000" value="0" id="offset" /> <input type="number" min="-3000" max="3000" value="0" id="offset" />
<br /> <p>
<span id="suggestedShifts"> <span id="suggestedShifts">
<span>Suggested shifts: </span> <span>Suggested shifts: </span>
</span> </span>
<br /> </p>
<br />
<canvas id="troubleshooter" style="display: none"></canvas> <canvas id="troubleshooter" style="display: none"></canvas>
<span id="timestampContainer"> <span id="timestampContainer">
<span id="timestamps"></span> <span id="timestamps"></span>
@ -699,28 +699,27 @@
</span> </span>
<br /> <br />
</div> </div>
<br />
<div id="eraseSeasonContainer" style="display: none"> <div id="eraseSeasonContainer" style="display: none">
<button is="emby-button" id="btnEraseSeasonTimestamps" class="button-submit emby-button" type="button">Erase all timestamps for this season</button> <p>
<button is="emby-button" id="btnEraseSeasonTimestamps" class="button-submit emby-button" type="button">Erase all timestamps for this season</button>
<input type="checkbox" id="eraseSeasonCacheCheckbox" style="margin-left: 10px" /> <input type="checkbox" id="eraseSeasonCacheCheckbox" style="margin-left: 10px" />
<label for="eraseSeasonCacheCheckbox" style="margin-left: 5px">Erase cached fingerprint files</label> <label for="eraseSeasonCacheCheckbox" style="margin-left: 5px">Erase cached fingerprint files</label>
<br /> </p>
<br />
</div> </div>
<div id="eraseMovieContainer" style="display: none"> <div id="eraseMovieContainer" style="display: none">
<button is="emby-button" id="btnEraseMovieTimestamps" class="button-submit emby-button" type="button">Erase all timestamps for this movie</button> <p>
<button is="emby-button" id="btnEraseMovieTimestamps" class="button-submit emby-button" type="button">Erase all timestamps for this movie</button>
<input type="checkbox" id="eraseMovieCacheCheckbox" style="margin-left: 10px" /> <input type="checkbox" id="eraseMovieCacheCheckbox" style="margin-left: 10px" />
<label for="eraseMovieCacheCheckbox" style="margin-left: 5px">Erase cached fingerprint files</label> <label for="eraseMovieCacheCheckbox" style="margin-left: 5px">Erase cached fingerprint files</label>
<br /> </p>
<br />
</div> </div>
<div style="display: flex; align-items: center;"> <div style="display: flex; align-items: center;">
<div> <p>
<button is="emby-button" class="button-submit emby-button" id="btnEraseIntroTimestamps">Erase all introduction timestamps (globally)</button> <button is="emby-button" class="button-submit emby-button" id="btnEraseIntroTimestamps">Erase all introduction timestamps (globally)</button>
<br /> <br />
@ -731,18 +730,16 @@
<br /> <br />
<button is="emby-button" class="button-submit emby-button" id="btnErasePreviewTimestamps">Erase all preview timestamps (globally)</button> <button is="emby-button" class="button-submit emby-button" id="btnErasePreviewTimestamps">Erase all preview timestamps (globally)</button>
</div> </p>
<div> <div>
<input type="checkbox" id="eraseModeCacheCheckbox" style="margin-left: 10px" /> <input type="checkbox" id="eraseModeCacheCheckbox" style="margin-left: 10px" />
<label for="eraseModeCacheCheckbox" style="margin-left: 5px">Erase global cached fingerprint files</label> <label for="eraseModeCacheCheckbox" style="margin-left: 5px">Erase global cached fingerprint files</label>
</div> </div>
</div> </div>
<br />
<br />
</details> </details>
<details id="support"> <details id="support">
<summary>Support Bundle Info</summary> <summary>Intro Skipper Support Log</summary>
<textarea id="supportBundle" rows="20" cols="75" readonly></textarea> <textarea id="supportBundle" rows="20" cols="75" readonly></textarea>
</details> </details>