File indexing completed on 2024-04-14 04:44:05

0001 <!--
0002 SPDX-FileCopyrightText: 2020 George Florea Bănuș <georgefb899@gmail.com>
0003 
0004 SPDX-License-Identifier: CC-BY-4.0
0005 -->
0006 
0007 <h2>Seek steps</h2>
0008 <div>
0009     <p>How much to seek when triggering the coresponding action. Seek mode is <b>exact</b>
0010     <a href="https://mpv.io/manual/stable/#command-interface-seek-<target>-[<flags>]">
0011     https://mpv.io/manual/stable/#command-interface-seek-&lt;target&gt;-[&lt;flags&gt;]</a></p>
0012 </div>
0013 
0014 <h2>Open last played file on startup</h2>
0015 <div>
0016     <p>On startup it opens the file that was playing when the application was closed.</p>
0017 </div>
0018 
0019 <h2>Seek to last playback position</h2>
0020 <div>
0021     <p>When opening a file that was played before it will seek to the position it was when playback stopped.</p>
0022 </div>
0023 
0024 <h2>Start playing</h2>
0025 <div>
0026     <p>This applies only when resuming playback (seeking to last playback position)
0027     of a file that was played before.</p>
0028 </div>
0029 
0030 <h2>Pause on minimize</h2>
0031 <div>
0032     <p>Pauses the player while the window is minimized, playback resumes when restored.</p>
0033 </div>
0034 
0035 <h2>Hardware decoding</h2>
0036 <div>
0037     <p>If you enable hardware decoding it's recommended to use the auto-safe or auto options.</p>
0038     <p>You can read more about each option here:
0039     <a href="https://mpv.io/manual/stable/#options-hwdec">https://mpv.io/manual/stable/#options-hwdec</a>.</p>
0040     <p>If you want to use vaapi on X11, you must set the
0041     environment variable <b>QT_XCB_GL_INTEGRATION</b> to <b>xcb_egl</b>.</p>
0042 </div>
0043 
0044 <h2>Remember time position</h2>
0045 <div>
0046     <p>Determines when to save and restore the position of previously played files.</p>
0047     <p>First field controls for which files to save the position:</p>
0048     <ul>
0049         <li>-1: feature is disabled</li>
0050         <li>0: save for all files</li>
0051         <li>1-9999: save for files longer than the set value, in minutes</li>
0052     </ul>
0053     <p>Second field controls how often to save the position.</p>
0054 </div>
0055 
0056 <h2>Skip chapters</h2>
0057 <div>
0058     <p>When enabled it automatically skips chapters containing certain words/characters.</p>
0059     <p>The words/characters to skip are defined as a comma separated string. <br>The match is not exact, meaning <b><u>op</u></b> will match words containing it like <b><u>op</u>ening</b></p>
0060 </div>
0061 
0062 <h2>Youtube-dl Format Selection</h2>
0063 <div>
0064     <p>Haruna uses youtube-dl to play online videos. Some sites offer multiple versions of the video/audio (different codecs, resolution). This setting allows you to configure what version of the video/audio youtube-dl selects.</p>
0065     <p>More info: <a href="https://github.com/ytdl-org/youtube-dl/blob/master/README.md#format-selection">https://github.com/ytdl-org/youtube-dl/blob/master/README.md#format-selection</a></p>
0066 </div>