1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
khaneliman 2025-08-06 05:16:38 +00:00
parent 2a5074b45e
commit a0cf5b51ba

View file

@ -98753,6 +98753,101 @@ list of string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.rescrobbled.enable"></a><a class="term" href="options.xhtml#opt-services.rescrobbled.enable"><code class="option">services.rescrobbled.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable rescrobbled, a MPRIS music scrobbler daemon.</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/rescrobbled.nix" target="_top">
&lt;home-manager/modules/services/rescrobbled.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.rescrobbled.package"></a><a class="term" href="options.xhtml#opt-services.rescrobbled.package"><code class="option">services.rescrobbled.package</code>
</a>
</span>
</dt>
<dd>
<p>The rescrobbled 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.rescrobbled</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/rescrobbled.nix" target="_top">
&lt;home-manager/modules/services/rescrobbled.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.rescrobbled.settings"></a><a class="term" href="options.xhtml#opt-services.rescrobbled.settings"><code class="option">services.rescrobbled.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/rescrobbled/config.toml</code>
See <a class="link" href="https://github.com/InputUsername/rescrobbled#configuration" target="_top">https://github.com/InputUsername/rescrobbled#configuration</a> for
the full list of options.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML 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">{
filter-script = &quot;path/to/script&quot;;
lastfm-key = &quot;Last.fm API key&quot;;
lastfm-secret = &quot;Last.fm API secret&quot;;
listenbrainz = [
{
token = &quot;User token&quot;;
url = &quot;Custom API URL&quot;;
}
];
min-play-time = 0;
player-whitelist = [
&quot;Player MPRIS identity or bus name&quot;
];
use-track-start-timestamp = false;
}
</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/rescrobbled.nix" target="_top">
&lt;home-manager/modules/services/rescrobbled.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.restic.enable"></a><a class="term" href="options.xhtml#opt-services.restic.enable"><code class="option">services.restic.enable</code>