From eb1292a7abc97656e3689fc9188e6bce4306e047 Mon Sep 17 00:00:00 2001 From: FallenWyvern Date: Mon, 29 Sep 2025 09:49:29 -0400 Subject: [PATCH] Update Metadata-Providers.md Pushed metadata tag organization below the screenshots to maintain retroarch continuity. --- docs/Getting-Started/Metadata-Providers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Getting-Started/Metadata-Providers.md b/docs/Getting-Started/Metadata-Providers.md index 36324c0..e29a3a8 100644 --- a/docs/Getting-Started/Metadata-Providers.md +++ b/docs/Getting-Started/Metadata-Providers.md @@ -119,6 +119,11 @@ After that, each user need to set their own username in their profile and sync i To avoid unneccessary API calls, a cached file with the RA database is stored in RomM. Refresh time for that cache file can be changed with the env variable `REFRESH_RETROACHIEVEMENTS_CACHE_DAYS` + +??? Screenshots + ![RA API key](../resources/metadata_providers/1-ra.png) + ![RA details](../resources/metadata_providers/2-ra.png) + ### Flashpoint The [Flashpoint Project Database](https://flashpointproject.github.io/flashpoint-database/) is a project that enables metadata for 180,000+ flash and browser-based games. Enable this metadata source with the `FLASHPOINT_API_ENABLED=true` envrionment variable. If you are adding this provider to an existing RomM setup, perform a *partial search* with Flashpoint selected to update an existing platform. @@ -138,8 +143,3 @@ Scans will now parse custom metadata tags in the filename that match specific pa (hltb-xxxx) for [HowLongToBeat](https://howlongtobeat.com/) Filenames will not be renamed by RomM to add tags, as they are a non-standard formatting system and could create conflicts with other software. - - -??? Screenshots - ![RA API key](../resources/metadata_providers/1-ra.png) - ![RA details](../resources/metadata_providers/2-ra.png)