mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
Refactor API key documentation: update MobyGames section and clarify IGDB and Screenscraper keys
This commit is contained in:
@@ -16,14 +16,6 @@ Note the client ID and secret that appear on screen, and use them to set `IGDB_C
|
||||
|  |  |
|
||||
| ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
||||
|
||||
## MobyGames
|
||||
|
||||
To access the MobyGames API, [create a MobyGames account](https://www.mobygames.com/user/register/) and then visit your profile page. Click the **API** link under your user name to sign up for an API key. Copy the key shown and use it to set `MOBYGAMES_API_KEY`.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! important
|
||||
MobyGames API became a [paid feature](https://www.mobygames.com/info/api/#non-commercial). Any existing key can be used as usual, but any new API key created will be under a paywall
|
||||
|
||||
## ScreenScraper
|
||||
|
||||
To access the ScreenScraper API, create a [ScreenScraper](https://www.screenscraper.fr/membreinscription.php) and copy the **user** and **password** you just created to `SCREENSCRAPER_USER` and `SCREENSCRAPER_PASSWORD` respectively.
|
||||
@@ -31,3 +23,11 @@ To access the ScreenScraper API, create a [ScreenScraper](https://www.screenscra
|
||||
## SteamGridDB
|
||||
|
||||
To access steamGridDB API, you need to login into their [website](https://www.steamgriddb.com/) with a [steam account](https://store.steampowered.com/join). Once logged in, go to your [API tab under the preferences page](https://www.steamgriddb.com/profile/preferences/api). Copy the key shown and use it to set `STEAMGRIDDB_API_KEY`.
|
||||
|
||||
## MobyGames
|
||||
|
||||
To access the MobyGames API, [create a MobyGames account](https://www.mobygames.com/user/register/) and then visit your profile page. Click the **API** link under your user name to sign up for an API key. Copy the key shown and use it to set `MOBYGAMES_API_KEY`.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! important
|
||||
MobyGames API became a [paid feature](https://www.mobygames.com/info/api/#non-commercial).
|
||||
|
||||
@@ -15,16 +15,15 @@ This guide will assume that you already have the following done, if not - stop h
|
||||
- 2-factor authentication set up on your Twitch account
|
||||
- _This is required to get a developer account and an IGDB key_
|
||||
- A [Screenscraper](https://www.screenscraper.fr/) account (optional)
|
||||
- A [MobyGames](https://www.mobygames.com/) account (optional)
|
||||
- Your ROMs organized in the correct format
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! warning
|
||||
Not setting up RomM with a metadata API will work for basic operation but can cause issues with, for instance, the Playnite plugin. It is recommended to setup IGDB API keys to avoid issues during setup.
|
||||
|
||||
### Twitch and MobyGames API Keys
|
||||
### IGDB and Screenscraper API Keys
|
||||
|
||||
Head over to [API key docs](../Getting-Started/Generate-API-Keys.md) to get your Twitch and/or Screenscraper and/or MobyGames keys, then come back here
|
||||
Head over to [API key docs](../Getting-Started/Generate-API-Keys.md) to get your IGDB and/or Screenscraper keys, then come back here
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user