mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: ad22169efa
This commit is contained in:
parent
b9b14f5a63
commit
3e82fa4aa6
1 changed files with 151 additions and 0 deletions
151
options.xhtml
151
options.xhtml
|
|
@ -80654,6 +80654,157 @@ attribute set of anything</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.jellyfin-mpv-shim.enable"></a><a class="term" href="options.xhtml#opt-services.jellyfin-mpv-shim.enable"><code class="option">services.jellyfin-mpv-shim.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable Jellyfin mpv shim.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/jellyfin-mpv-shim.nix" target="_top">
|
||||
<home-manager/modules/services/jellyfin-mpv-shim.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.jellyfin-mpv-shim.package"></a><a class="term" href="options.xhtml#opt-services.jellyfin-mpv-shim.package"><code class="option">services.jellyfin-mpv-shim.package</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>The jellyfin-mpv-shim package to use.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
package</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">pkgs.jellyfin-mpv-shim</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/jellyfin-mpv-shim.nix" target="_top">
|
||||
<home-manager/modules/services/jellyfin-mpv-shim.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.jellyfin-mpv-shim.mpvBindings"></a><a class="term" href="options.xhtml#opt-services.jellyfin-mpv-shim.mpvBindings"><code class="option">services.jellyfin-mpv-shim.mpvBindings</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>mpv input bindings to use for jellyfin-mpv-shim.
|
||||
If null, jellyfin-mpv-shim will use its default input configuration.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or (attribute set of string)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
WHEEL_UP = "seek 10";
|
||||
WHEEL_DOWN = "seek -10";
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/jellyfin-mpv-shim.nix" target="_top">
|
||||
<home-manager/modules/services/jellyfin-mpv-shim.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.jellyfin-mpv-shim.mpvConfig"></a><a class="term" href="options.xhtml#opt-services.jellyfin-mpv-shim.mpvConfig"><code class="option">services.jellyfin-mpv-shim.mpvConfig</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>mpv configuration options to use for jellyfin-mpv-shim.
|
||||
If null, jellyfin-mpv-shim will use its default mpv configuration.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or (attribute set of (string or signed integer or boolean or floating point number))</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
profile = "gpu-hq";
|
||||
force-window = true;
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/jellyfin-mpv-shim.nix" target="_top">
|
||||
<home-manager/modules/services/jellyfin-mpv-shim.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.jellyfin-mpv-shim.settings"></a><a class="term" href="options.xhtml#opt-services.jellyfin-mpv-shim.settings"><code class="option">services.jellyfin-mpv-shim.settings</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Configuration written to
|
||||
<code class="filename">$XDG_CONFIG_HOME/jellyfin-mpv-shim/conf.json</code>. See
|
||||
<a class="link" href="https://github.com/jellyfin/jellyfin-mpv-shim#configuration" target="_top">https://github.com/jellyfin/jellyfin-mpv-shim#configuration</a>
|
||||
for the configuration documentation.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
JSON value</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
allow_transcode_to_h265 = false;
|
||||
always_transcode = false;
|
||||
audio_output = "hdmi";
|
||||
auto_play = true;
|
||||
fullscreen = true;
|
||||
player_name = "mpv-shim";
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/jellyfin-mpv-shim.nix" target="_top">
|
||||
<home-manager/modules/services/jellyfin-mpv-shim.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.kanshi.enable"></a><a class="term" href="options.xhtml#opt-services.kanshi.enable"><code class="option">services.kanshi.enable</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue