Skip to content

Commit

Permalink
Update indexing-and-metadata.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 authored Apr 4, 2024
1 parent fc4d3cf commit e4a0d2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/server-docs/indexing-and-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@ GameVault utilizes a simple Google Image Search library to find suitable box art

GameVault uses the following algorithm to find box arts:

1. Searches for `"GAME-TITLE" inurl:steamgriddb.com`.
2. If no results are found, searches for `"GAME-TITLE" game box art`.
3. Selects the first available image that matches the target aspect ratio.
1. Searches for `[GAME TITLE] site:steamgriddb.com -profile`.
2. If no results are found, searches for `[GAME TITLE] site:www.pcgamingwiki.com`.
3. If no results are found, searches for `[GAME TITLE] game box art`.
4. Selects the first available image that matches the target aspect ratio 2:3.

#### Rate Limiting and Cooldown

Expand Down

0 comments on commit e4a0d2c

Please sign in to comment.