Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:player-setup [2025-07-01 09:02] mattias [Debugging options] |
blocks:player-setup [2025-07-16 13:21] (current) mattias [Configuration File] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== PIXILAB Player ====== | ====== PIXILAB Player ====== | ||
- | PIXILAB Player is a free software for making a player or interactive kiosk out of a small form-factor PC (such as a "NUC computer" | + | PIXILAB Player is free software for making a player or interactive kiosk out of a small form-factor PC (such as a "NUC computer" |
:!: **NOTE**: This article describes the current version of the player, recommended for new installations. This player version requires Blocks version 7 or later. For systems based on previous Blocks versions, you may prefer to use the [[blocks: | :!: **NOTE**: This article describes the current version of the player, recommended for new installations. This player version requires Blocks version 7 or later. For systems based on previous Blocks versions, you may prefer to use the [[blocks: | ||
Line 117: | Line 117: | ||
* **enable_wifi** When set to //yes//, enables WiFi. WiFi is disabled by default. The SSID of the WiFi network must be specified using the ssid option. | * **enable_wifi** When set to //yes//, enables WiFi. WiFi is disabled by default. The SSID of the WiFi network must be specified using the ssid option. | ||
* **ssid** SSID (name) of WiFi network. | * **ssid** SSID (name) of WiFi network. | ||
+ | * **hidden_ssid** Set to //yes// when connecting to a network with a hidden SSID. Default is //no//. This option is available in PIXILAB Player 7.2 and later. | ||
* **wifi_encryption** Set to //wpa// to specify WPA encryption for the WiFi network. When set to wpa, wpa_password must also be set. Default is no encryption (open network). | * **wifi_encryption** Set to //wpa// to specify WPA encryption for the WiFi network. When set to wpa, wpa_password must also be set. Default is no encryption (open network). | ||
* **wpa_password** Password for connecting to a WPA encrypted WiFi network. | * **wpa_password** Password for connecting to a WPA encrypted WiFi network. | ||
Line 128: | Line 129: | ||
* **server_protocol** Set to //http// or https depending on the connection type to the Blocks server. | * **server_protocol** Set to //http// or https depending on the connection type to the Blocks server. | ||
* **timezone** Time zone used by the player' | * **timezone** Time zone used by the player' | ||
+ | * **touchpad_tap** Set to //no// to disable tap-to-click. Tap-to-click is enabled by default. This option is available in PIXILAB Player 7.1 and later. | ||
* **url_append** String added to the end of the Spot url. Occasionally useful to apply extra query parameters. | * **url_append** String added to the end of the Spot url. Occasionally useful to apply extra query parameters. | ||
* **rgb_range** Can be set to //auto//, //full// or // | * **rgb_range** Can be set to //auto//, //full// or // | ||
Line 133: | Line 135: | ||
* **auto_install** Set this to //yes// to install the player on an internal SSD without prompting. This option is available in PIXILAB Player 7.1 and later. | * **auto_install** Set this to //yes// to install the player on an internal SSD without prompting. This option is available in PIXILAB Player 7.1 and later. | ||
- | :!: **CAUTION**: | + | :!: **CAUTION**: |
====Release notes==== | ====Release notes==== | ||
Line 141: | Line 143: | ||
====Debugging options==== | ====Debugging options==== | ||
- | :!: Only ever use debugging settings | + | :!: Use debugging settings |
* **debug_mode** | * **debug_mode** | ||
* **ssh_password** When a password is set, ssh becomes enabled on the player. | * **ssh_password** When a password is set, ssh becomes enabled on the player. |