You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DESC_CREATERESHINI="Disable creating the ReShade INI file when using ReShade on first install or if missing, will do nothing if ReShade is disabled -- This will NOT remove an existing ReShade INI, it will only avoid (re)creating it if one is not found"
1267
1267
GUI_FSGDBAW="Fetch Game Artwork from SteamGridDB — XXX"
1268
1268
DESC_FSGDBAW="Download best-match game artwork from SteamGridDB using either the Steam AppID OR SteamGridDB Game ID to search on. You can optionally also use the Game Name, which will attempt to get the SteamGridDB Game ID. The Steam AppID will be prioritised if provided.\n\nYou can configure artwork preferences such as dimensions and types on the Global Menu. <b>Make sure you have defined a SteamGridDB API Token on the Global Menu or in the Global Config file</b>!"
1269
-
GUI_FSGDBAWAPPID="Steam AppID"
1269
+
GUI_FSGDBAWAPPID="Steam Store AppID"
1270
1270
DESC_FSGDBAWAPPID="Steam Store AppID to search on, will not work for games unavailable on Steam"
1271
1271
GUI_FSGDBAWGAMEID="SteamGridDB Game ID"
1272
1272
DESC_FSGDBAWAPPID="SteamGridDB Game ID to search for game art on, this is most useful for Non-Steam Games"
@@ -1275,3 +1275,5 @@ DESC_FSGDBAWSEARCHNAME="Optionally specify a name to for SteamGridDB to try and
1275
1275
GUI_FSGDBAWEXISTINGFILEACTION="Override"
1276
1276
GUI_FSGDBAWAPPLYARTWORK="Apply Artwork"
1277
1277
DESC_FSGDBAWAPPLYARTWORK="Download artwork into Steam grid directory to apply to apply it immediately"
1278
+
NOTY_FSGDBAW="Fetching SteamGridDB Artwork for XXX game 'YYY'"
1279
+
NOTY_FSGDBAWINVALID="Cannot fetch SteamGridDB Artwork, must provide AppID, Game ID, or Game Name!"
# TODO call 'getSteamGridDBNonSteamIcon' here if '--nonsteam'?
1704
+
1700
1705
echo "$GSGDBA_APPID" > "$NOSTSGDBIDSHMFILE" # Store ID in case other functions need it (i.e. addNonSteamGame) -- Little hacky, would rather return this somehow...
0 commit comments