From 758c76e9ea1a154de545d630b8a658bcad2df7ac Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 11 Dec 2019 11:45:57 -0500 Subject: [PATCH] twitchTemplate default adjustment --- SpiffyTitles/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiffyTitles/config.py b/SpiffyTitles/config.py index 75392a0..58d7846 100644 --- a/SpiffyTitles/config.py +++ b/SpiffyTitles/config.py @@ -78,7 +78,7 @@ conf.registerChannelValue(SpiffyTitles, 'twitchLogo', # Twitch template conf.registerChannelValue(SpiffyTitles, 'twitchTemplate', - registry.String("^ {{twitch_logo}} {{display_name}} {%if live%}(LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: {{title}} :: Started: {{started_at}} :: Stream Viewers: {{stream_viewers}} {%endif%}{%if description%}:: {{description}} {%endif%}:: Total Viewers: {{total_viewers}}", _("""Twitch title template"""))) + registry.String("^ {{twitch_logo}} {{display_name}} {%if live%}:: (LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: {{title}} :: Started: {{started_at}} :: Stream Viewers: {{stream_viewers}} {%endif%}{%if description%}:: {{description}} {%endif%}:: Total Viewers: {{total_viewers}}", _("""Twitch title template"""))) #OMDB API Key conf.registerGlobalValue(SpiffyTitles, 'omdbAPI',