Show / Hide Table of Contents

    Interface IPlayniteSettingsAPI

    Describes application settings API.

    Properties

    | Improve this Doc View Source

    AgeRatingOrgPriority

    Property Value
    Type Description
    AgeRatingOrg
    | Improve this Doc View Source

    AsyncImageLoading

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    CloseToTray

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    CompletionStatus

    Gets completion status related settings.

    Property Value
    Type Description
    ICompletionStatusSettignsApi
    | Improve this Doc View Source

    DatabasePath

    Property Value
    Type Description
    string
    | Improve this Doc View Source

    DesktopTheme

    Property Value
    Type Description
    string
    | Improve this Doc View Source

    DisableHwAcceleration

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    DiscordPresenceEnabled

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    DownloadMetadataOnImport

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    EnableTray

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    FirstTimeWizardComplete

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    FontFamilyName

    Property Value
    Type Description
    string
    | Improve this Doc View Source

    ForcePlayTimeSync

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Fullscreen

    Gets Fullscreen mode related settings.

    Property Value
    Type Description
    IFullscreenSettingsAPI
    | Improve this Doc View Source

    FullscreenTheme

    Property Value
    Type Description
    string
    | Improve this Doc View Source

    GridItemHeightRatio

    Property Value
    Type Description
    int
    | Improve this Doc View Source

    GridItemWidthRatio

    Property Value
    Type Description
    int
    | Improve this Doc View Source

    Language

    Property Value
    Type Description
    string
    | Improve this Doc View Source

    MinimizeToTray

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    PlaytimeImportMode

    Property Value
    Type Description
    PlaytimeImportMode
    | Improve this Doc View Source

    SidebarPosition

    Property Value
    Type Description
    System.Windows.Controls.Dock
    | Improve this Doc View Source

    SidebarVisible

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    StartInFullscreen

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    StartMinimized

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    StartOnBoot

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    UpdateLibStartup

    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Version

    Property Value
    Type Description
    int

    Methods

    | Improve this Doc View Source

    GetGameExcludedFromImport(string, Guid)

    Checks if game is added on import exclusion list.

    Parameters
    Type Name Description
    string gameId

    Game ID.

    System.Guid libraryId

    Library plugin ID.

    Returns
    Type Description
    bool

    True if game is on exclusion list.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX