File indexing completed on 2024-03-24 04:51:48

0001 <!--
0002 SPDX-FileCopyrightText: 2021 George Florea Bănuș <georgefb899@gmail.com>
0003 
0004 SPDX-License-Identifier: CC-BY-4.0
0005 -->
0006 
0007 <h2>Command</h2>
0008 <div>
0009     What mpv command to run,
0010     see <a href="https://mpv.io/manual/stable/#list-of-input-commands">MPV Commands</a>
0011     for a list of available commands.<br>
0012     Not all commands will work as some are specific for mpv.<br>
0013     Most useful are the commands to manipulate properties,
0014     like <strong>set</strong>, <strong>add</strong>, <strong>cycle</strong>.<br>
0015     <strong>set</strong>: sets the value of a property <strong>set volume-max 150</strong>.<br>
0016     <strong>add</strong>: increases/decreases the value of a property <strong>add volume 15</strong>,
0017     increases volume by 15. To decrease the value use <strong>add volume -15</strong>.<br>
0018     <strong>cycle</strong>: cycle through the values of a property <strong>cycle aid up</strong>.
0019 </div>
0020 
0021 <h2>OSD message</h2>
0022 <div>
0023     An OSD message to display when triggering an action type custom command.<br>
0024     Use ${property_name} to display the value of a property <strong>Volume: ${volume}</strong>.
0025 </div>
0026 
0027 <h2>Keyboard shortcut</h2>
0028 <div>
0029     The command will be triggered with a shortcut. The shortcut can be set after saving.
0030 </div>
0031 
0032 <h2>Run at startup</h2>
0033 <div>
0034     The command will be run at application startup.
0035     Startup commands can be toggled, meaning you can choose whether they are set on startup or not,
0036     this is available after saving.
0037 </div>