Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mierak committed Jan 27, 2025
1 parent 72e97bc commit 8668c39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/content/docs/next/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ Directory for rmpc's cache files. Used for files downloaded for youtube and migh

Directory where rmpc should search for `lrc` files. Please see the <a href={path("configuration/lyrics")}>lyrics page</a> for more information.

### mpd_read_timeout_ms

<ConfigValue name="mpd_read_timeout_ms" type="number" />

How long to wait for response to MPD command before giving up and reconnecting. Defaults to `10_000` milliseconds.

### mpd_write_timeout_ms

<ConfigValue name="mpd_write_timeout_ms" type="number" />

How long to wait for write to MPD socket to finish before giving up and reconnecting. Defaults to `5_000` milliseconds.

### theme

<ConfigValue optional name="theme" type="string" />
Expand Down

0 comments on commit 8668c39

Please sign in to comment.