From a76213a7a0a44f752fdc751ce66256e2b590043e Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Tue, 11 Aug 2026 15:56:54 +0000 Subject: [PATCH] docs: Hand-roll discord ENV updates --- .../clients/discord/discord-app.mdx | 14 ++++++++------ .../clients/discord/discord-headless.mdx | 18 ++++++++++-------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/docsite/docs/configuration/clients/discord/discord-app.mdx b/docsite/docs/configuration/clients/discord/discord-app.mdx index 24c48d95..fa99f401 100644 --- a/docsite/docs/configuration/clients/discord/discord-app.mdx +++ b/docsite/docs/configuration/clients/discord/discord-app.mdx @@ -557,10 +557,12 @@ Remember, this URL need to be accessible on the public internet. ## Configuration - | Environmental Variable | Required? | Default | Description | - | :---------------------------- | --------- | ------- | :--------------------------------------------------------------------------------------------------------------- | - | `DISCORD_APPLICATION_ID` | Yes | | Application ID | - | `DISCORD_IPC_LOCATIONS` | No | | A commera-separated list of `host:port` network locations or file paths to unix socket for Discord | - | `DISCORD_ARTWORK` | No | | A boolean indicating if external artwork URLs should be used. Or a comma-separated list of allowed domains | - | `DISCORD_ARTWORK_DEFAULT_URL` | No | | A URL of an image to use as a fallback if the album art URL cannot be used. Or `false` to use discord's default. | + | Environmental Variable | Type | Default | Description | + | :----------------------------- | ----------------- | --------------------- | :--------------------------------------------------------------------------------------------------------------- | + | _**`DISCORD_ID`**_ | string | | A globally unique ID EX `myComponentId` | + | `DISCORD_NAME` | string | Value of `DISCORD_ID` | A vanity name EX `My Cool Component` | + | _**`DISCORD_APPLICATION_ID`**_ | string | | Application ID | + | `DISCORD_IPC_LOCATIONS` | string | | A commera-separated list of `host:port` network locations or file paths to unix socket for Discord | + | `DISCORD_ARTWORK` | boolean | | A boolean indicating if external artwork URLs should be used. Or a comma-separated list of allowed domains | + | `DISCORD_ARTWORK_DEFAULT_URL` | string or boolean | | A URL of an image to use as a fallback if the album art URL cannot be used. Or `false` to use discord's default. | \ No newline at end of file diff --git a/docsite/docs/configuration/clients/discord/discord-headless.mdx b/docsite/docs/configuration/clients/discord/discord-headless.mdx index db2d8ea5..17e2d1a6 100644 --- a/docsite/docs/configuration/clients/discord/discord-headless.mdx +++ b/docsite/docs/configuration/clients/discord/discord-headless.mdx @@ -323,12 +323,14 @@ The order in which multi-scrobbler determines what image to use is the same as t ## Configuration - | Environmental Variable | Required? | Default | Description | - | :--------------------------------- | --------- | ----------------- | :---------------------------------------------------------------------------------------------------------------- | - | `DISCORD_TOKEN` | Yes | | User Token acquired from an active Discord sessions | - | `DISCORD_APPLICATION_ID` | No | | Application ID used to display album art | - | `DISCORD_ARTWORK` | No | | A boolean indicating if external artwork URLs should be used. Or a comma-separated list of allowed domains | - | `DISCORD_ARTWORK_DEFAULT_URL` | No | | A URL of an image to use as a fallback if the album art URL cannot be used. Or `false` to use discord's default. | - | `DISCORD_STATUS_OVERRIDE_ALLOW` | No | `online,idle,dnd` | A comma-separated list of statuses are allowed to have presence. | - | `DISCORD_LISTENING_ACTIVITY_ALLOW` | No | | A commera-seperated list of listening activity names MS **is allowed** to broadcast presence at the same time as. | + | Environmental Variable | Type | Default | Description | + | :--------------------------------- | ----------------- | --------------------- | :---------------------------------------------------------------------------------------------------------------- | + | _**`DISCORD_ID`**_ | string | | A globally unique ID EX `myComponentId` | + | `DISCORD_NAME` | string | Value of `DISCORD_ID` | A vanity name EX `My Cool Component` | + | _**`DISCORD_TOKEN`**_ | string | | User Token acquired from an active Discord sessions | + | `DISCORD_APPLICATION_ID` | string | | Application ID used to display album art | + | `DISCORD_ARTWORK` | boolean | | A boolean indicating if external artwork URLs should be used. Or a comma-separated list of allowed domains | + | `DISCORD_ARTWORK_DEFAULT_URL` | string or boolean | | A URL of an image to use as a fallback if the album art URL cannot be used. Or `false` to use discord's default. | + | `DISCORD_STATUS_OVERRIDE_ALLOW` | string | `online,idle,dnd` | A comma-separated list of statuses are allowed to have presence. | + | `DISCORD_LISTENING_ACTIVITY_ALLOW` | string | | A commera-seperated list of listening activity names MS **is allowed** to broadcast presence at the same time as. | \ No newline at end of file -- 2.51.2