Skip to content

Commit 245dcd5

Browse files
committed
fix default params
1 parent 4452cda commit 245dcd5

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

docs/server-docs/metadata-enrichment/provider-igdb.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@
3333

3434
### Fields
3535

36-
| GameVault Field | IGDB API Field(s) or Hardcoded Value (\*) | Notes |
37-
| ---------------------- | ----------------------------------------- | ---------------------------------------------------------------------------------------------------- |
38-
| `provider_slug` | `igdb` \* | Hardcoded. |
39-
| `installer_parameters` | `/DIR="%INSTALLDIR%" /SILENT` \* | Hardcoded for convenience. Makes Inno Setup installers run silent and with a predefined directory. |
40-
| `age_rating` | `age_ratings` | See [here](#age-rating) for details. |
41-
| `provider_data_id` | `id` | |
42-
| `provider_data_url` | `url` | |
43-
| `title` | `name` | |
44-
| `release_date` | `first_release_date` | |
45-
| `description` | `game.summary` and/or `game.storyline` | If both are available, both get used, else any available will be mapped |
46-
| `rating` | `total_rating` | |
47-
| `early_access` | `status` | True if the Game is either in status `alpha`, `beta` or `early_access` |
48-
| `developers` | `involved_companies` | Filtered by `involved_company.developer === true` |
49-
| `publishers` | `involved_companies` | Filtered by `involved_company.publisher === true` |
50-
| `genres` | `genres` | |
51-
| `tags` | `keywords` and `themes` | |
52-
| `cover` | `cover` | Using the highest possible cover resolution via `t_cover_big_2x` |
53-
| `background` | `artworks[0]` or `screenshots[0]` | Only first artwork/screenshot is mapped. Using the highest possible 16:9 resolution via `t_1080p_2x` |
54-
| `url_websites` | `websites.url` | |
55-
| `url_screenshots` | `screenshots` and `artworks` | Using the highest possible 16:9 resolution via `t_1080p_2x` |
56-
| `url_trailers` | `videos` | Only when video title includes the words "trailer", "teaser" or "intro" |
57-
| `url_gameplays` | `videos` | Only when video title includes the words "gameplay" |
36+
| GameVault Field | IGDB API Field(s) or Hardcoded Value (\*) | Notes |
37+
| ---------------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
38+
| `provider_slug` | `igdb` \* | Hardcoded. |
39+
| `installer_parameters` | `/D="%INSTALLDIR%" /S /DIR="%INSTALLDIR%" /SILENT` \* | Hardcoded for convenience. Makes Inno Setup and NSIS installers run silently and with a predefined directory. |
40+
| `age_rating` | `age_ratings` | [See here](#age-rating) for details. |
41+
| `provider_data_id` | `id` | |
42+
| `provider_data_url` | `url` | |
43+
| `title` | `name` | |
44+
| `release_date` | `first_release_date` | |
45+
| `description` | `game.summary` and/or `game.storyline` | If both are available, both get used, else any available will be mapped |
46+
| `rating` | `total_rating` | |
47+
| `early_access` | `status` | True if the Game is either in status `alpha`, `beta` or `early_access` |
48+
| `developers` | `involved_companies` | Filtered by `involved_company.developer === true` |
49+
| `publishers` | `involved_companies` | Filtered by `involved_company.publisher === true` |
50+
| `genres` | `genres` | |
51+
| `tags` | `keywords` and `themes` | |
52+
| `cover` | `cover` | Using the highest possible cover resolution via `t_cover_big_2x` |
53+
| `background` | `artworks[0]` or `screenshots[0]` | Only first artwork/screenshot is mapped. Using the highest possible 16:9 resolution via `t_1080p_2x` |
54+
| `url_websites` | `websites.url` | |
55+
| `url_screenshots` | `screenshots` and `artworks` | Using the highest possible 16:9 resolution via `t_1080p_2x` |
56+
| `url_trailers` | `videos` | Only when video title includes the words "trailer", "teaser" or "intro" |
57+
| `url_gameplays` | `videos` | Only when video title includes the words "gameplay" |
5858

5959
### Age Rating
6060

0 commit comments

Comments
 (0)