@@ -15080,7 +15080,11 @@ <h3>Configurable Options</h3>
15080
15080
</dd>
15081
15081
<dt><tt class="docutils literal">fadeduration</tt></dt>
15082
15082
<dd><p class="first">Default: 200</p>
15083
- <p class="last">Duration of fade out in ms, 0 = no fade</p>
15083
+ <p class="last">Duration of fade effects in ms, 0 = no fade.</p>
15084
+ </dd>
15085
+ <dt><tt class="docutils literal">fadein</tt></dt>
15086
+ <dd><p class="first">Default: no</p>
15087
+ <p class="last">Enable fade-in.</p>
15084
15088
</dd>
15085
15089
<dt><tt class="docutils literal">title</tt></dt>
15086
15090
<dd><p class="first">Default: ${!playlist-count==1:[${playlist-pos-1}/${playlist-count}] }${media-title}</p>
@@ -15750,6 +15754,14 @@ <h3>Configurable Options</h3>
15750
15754
<dd><p class="first">Default: 1.65</p>
15751
15755
<p class="last">Set the font border size used for the REPL and the console.</p>
15752
15756
</dd>
15757
+ <dt><tt class="docutils literal">margin_x</tt></dt>
15758
+ <dd><p class="first">Default: same as <tt class="docutils literal"><span class="pre">--osd-margin-x</span></tt></p>
15759
+ <p class="last">The margin from the left of the window.</p>
15760
+ </dd>
15761
+ <dt><tt class="docutils literal">margin_y</tt></dt>
15762
+ <dd><p class="first">Default: same as <tt class="docutils literal"><span class="pre">--osd-margin-y</span></tt></p>
15763
+ <p class="last">The margin from the bottom of the window.</p>
15764
+ </dd>
15753
15765
<dt><tt class="docutils literal">scale_with_window</tt></dt>
15754
15766
<dd><p class="first">Default: <tt class="docutils literal">auto</tt></p>
15755
15767
<p class="last">Whether to scale the console with the window height. Can be <tt class="docutils literal">yes</tt>, <tt class="docutils literal">no</tt>,
0 commit comments