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
Categories=newHashSet<MetadataProperty>(){newMetadataNameProperty("extras")},// TODO customizable category across plugins?
325
+
Links=newList<Link>(){newLink("Download_me",$"https://www.gog.com{x.ManualUrl}")}// TODO use install action to launch browser or DL with playnite itself?
326
+
// TODO any way to ignore post-actions from other plugins, eg search for metadata?
327
+
};
328
+
extras.Add(extraAsGame);
329
+
}
330
+
}
331
+
catch(Exceptione)
332
+
{
333
+
logger.Error(e,$"Failed to get extras for gog game: {game.GameId}{game.Name}.");
<sys:Stringx:Key="LOCGOGAccountSyncDescription"xml:space="preserve">Login to your account or use your public account name to sync your full library.
26
+
<sys:Stringx:Key="LOCGOGAccountSyncDescription"xml:space="preserve">Login to your account or use your public account name to sync your full library.
27
27
Note that the Account Name option only works for accounts whose game libraries have been set in GOG's privacy settings to be publicly visible.</sys:String>
28
28
<sys:Stringx:Key="LOCSettingsGOGUseGalaxy">Launch games using GOG Galaxy client</sys:String>
29
29
<sys:Stringx:Key="LOCSettingsGOGUseGalaxyTooltip">This will enable GOG Galaxy features like cloud saves, game time tracking, etc.</sys:String>
30
30
<sys:Stringx:Key="LOCGOGSettingsUseAutomaticGameInstalls">Automatically initiate the install process when installing games on GOG Galaxy</sys:String>
31
-
<sys:Stringx:Key="LOCGOGSettingsUseAutomaticGameInstallsTooltip"xml:space="preserve">If enabled, the install process will be automatically started without needing user interaction to the configured default install location.
31
+
<sys:Stringx:Key="LOCGOGSettingsUseAutomaticGameInstallsTooltip"xml:space="preserve">If enabled, the install process will be automatically started without needing user interaction to the configured default install location.
32
32
If disabled, the game page will be opened to manually start the install process.</sys:String>
Categories=newHashSet<MetadataProperty>(){newMetadataNameProperty("extras")},// TODO customizable category across plugins?
257
+
Links=newList<Link>(){newLink("Run_me",$"https://www.humblebundle.com/play/asmjs/{downloadName}/{gameKey}")}// TODO use install action to launch browser?
258
+
// TODO any way to ignore post-actions from other plugins, eg search for metadata?
0 commit comments