From fb60dffc9c90f86f8b7e5ccc7711eec60bb54447 Mon Sep 17 00:00:00 2001 From: clockwinder <54368516+clockwinder@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:50:15 -0600 Subject: [PATCH] Add LaunchBox manual update instructions. This section refers to running a manual LaunchBox update, but didn't previously say how to do it, so I'm just adding the answer to a previously answered question from Discord. --- docs/getting-started/metadata-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/metadata-providers.md b/docs/getting-started/metadata-providers.md index 6731c198..6b395742 100644 --- a/docs/getting-started/metadata-providers.md +++ b/docs/getting-started/metadata-providers.md @@ -95,7 +95,7 @@ The [LaunchBox](https://gamesdb.launchbox-app.com/) Games Database is a communit To enable LaunchBox, set `LAUNCHBOX_API_ENABLED=true` and `ENABLE_SCHEDULED_UPDATE_LAUNCHBOX_METADATA=true` in your environment variables. You can customize scheduled updates of the database by setting the frequency on the cron job with `SCHEDULED_UPDATE_LAUNCHBOX_METADATA_CRON` (defaults to 5:00 AM every day). -You must run a LaunchBox metadata update (either manually, or scheduled via cron) to generate a local `.xml` file with Launchbox metadata before using it as a metadata provider. The server will parse the local `.xml` file when trying to match a ROM and fetch metadata from this source. +You must run a LaunchBox metadata update (either manually, or scheduled via cron) to generate a local `.xml` file with Launchbox metadata before using it as a metadata provider. Manual LaunchBox updates can be run from the System/Administration/Tasks Page. The server will parse the local `.xml` file when trying to match a ROM and fetch metadata from this source. ### Hasheous