From e4a0d2ce3dec2ce5af9b37ff4c7f7ce446b13a3d Mon Sep 17 00:00:00 2001 From: Alper Alkan Date: Thu, 4 Apr 2024 23:07:01 +0200 Subject: [PATCH] Update indexing-and-metadata.md --- docs/server-docs/indexing-and-metadata.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/server-docs/indexing-and-metadata.md b/docs/server-docs/indexing-and-metadata.md index ef3a10dc4..18dc2b311 100644 --- a/docs/server-docs/indexing-and-metadata.md +++ b/docs/server-docs/indexing-and-metadata.md @@ -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