1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-05-28 00:11:10 +00:00
parent b9b14f5a63
commit 3e82fa4aa6

View file

@ -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">
&lt;home-manager/modules/services/jellyfin-mpv-shim.nix&gt;
</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">
&lt;home-manager/modules/services/jellyfin-mpv-shim.nix&gt;
</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 = &quot;seek 10&quot;;
WHEEL_DOWN = &quot;seek -10&quot;;
}
</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">
&lt;home-manager/modules/services/jellyfin-mpv-shim.nix&gt;
</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 = &quot;gpu-hq&quot;;
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">
&lt;home-manager/modules/services/jellyfin-mpv-shim.nix&gt;
</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 = &quot;hdmi&quot;;
auto_play = true;
fullscreen = true;
player_name = &quot;mpv-shim&quot;;
}
</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">
&lt;home-manager/modules/services/jellyfin-mpv-shim.nix&gt;
</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>