twitchTemplate default adjustment

This commit is contained in:
Gordon Shumway 2019-12-11 11:45:57 -05:00 committed by GitHub
parent 9b7a8cd391
commit 758c76e9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',