Class KodiProfilesNamespace

Constructors

Methods

  • Loads the specified profile, optionally prompting for a password.

    Parameters

    • profile: string

      The name of the profile to load.

    • prompt: boolean = false

      Whether to prompt for a password if required.

    • password: string = ""

      The password for the profile, if applicable.

    Returns Promise<ProfilesLoadProfileResponse>

    A promise resolving to a boolean indicating success.