Twitch
This functionality is removed in 1.12.7.0!1.12.7.0 vs 1.12.6.0 →
You can still use the feature by installing 1.12.6.0 (as long as you don't experience issues).
Available format codes
Code | Outputs |
---|---|
$viewers | amount of current viewers |
Format examples
Example format | Live output |
---|---|
$viewers | 1423 |
Viewers: $viewers | Viewers: 1423 |
Foo: $viewers | Foo: 1423 |
$viewers peeps watching now | 1423 peeps watching now |
Change - Game / Status
- Before you can use this feature you need to authenticate
Custom game
The file where you can add predefined game names can be found in ~/Data/games-custom.json
Original file contents:
games-custom.json
{
"Games": {
"1": "My custom game name",
"2": "My second custom game name"
}
}
You can change or add you’re predefined game title like so:
games-custom.json
{
"Games": {
"1": "My game title 1",
"2": "My game title 2",
"3": "My game title 3"
}
}
Specific notes
It’s recommended to set the request time to 60 seconds or higher
Authenticate
Navigate to File → Settings → Twitch
- press the Get New Token button (a browser window will open to login in you’re twitch account if you didn’t already done so)
- you wil be given a token (once you confirmed authorization for snaz), paste the token into the Redeem token textbox
- press the Redeem button
- press Save