Game Relations - darklinkpower/PlayniteExtensionsCollection GitHub Wiki

Integration of custom controls in custom themes

Visibility of elements according to extension installation status

Example:

[...]
<Grid Visibility="{PluginStatus Plugin=GameRelations_a4c15d63-9ab4-4d96-9a0c-8f9b35d43a1f, Status=Installed}">
[...]

It can also be used to return a bool value if used in another property.

Theme controls

The source name of the plugin is GameRelations

Available controls:

  • SimilarGamesControl
  • SameDeveloperControl
  • SamePublisherControl
  • SameSeriesControl

Settings support

The source name of the plugin is GameRelations

Settings support to access GameRelationsSettings object: https://github.com/darklinkpower/PlayniteExtensionsCollection/blob/master/source/Generic/GameRelations/GameRelationsSettings.cs

Properties of objects in settings defined here: https://github.com/darklinkpower/PlayniteExtensionsCollection/tree/master/source/Generic/GameRelations/Models

Localization strings

Available here: https://github.com/darklinkpower/PlayniteExtensionsCollection/blob/master/source/Generic/GameRelations/Localization/en_US.xaml