#
#  Blazing Stream — Stremio-protocol client for Roku
#  Roku Channel Manifest
#

##  Channel Details
title=Blazing Stream
major_version=1
minor_version=0
build_version=00001

##  Channel Assets
#   HD: 290x218 | SD: 214x144
mm_icon_focus_hd=pkg:/images/icon_focus_hd.png
mm_icon_focus_sd=pkg:/images/icon_focus_sd.png

#   HD: 1280x720 | SD: 720x480
splash_screen_fhd=pkg:/images/splash_fhd.png
splash_screen_hd=pkg:/images/splash_hd.png
splash_screen_sd=pkg:/images/splash_sd.png

splash_color=#0B0B0F
splash_min_time=500

##  Authored at 1920x1080. Was hd (1280x720), which Roku upscaled on 1080p and
##  4K panels — soft, most visibly on hero logo art and hairline rules.
##  tools/scale-ui.py rescales the whole layout if this ever changes again.
ui_resolutions=fhd

##  Voice transport controls. These declare that the channel handles spoken
##  "pause", "rewind 30 seconds", "next episode" and so on via roInput —
##  main.brs registers for them with EnableTransportEvents().
##  Note this is NOT voice *search*: that is a deep-link path Roku only routes
##  to published channels, and it already works through launchArgs.
supports_voice_roinput=1
supports_etc_seek=1
supports_etc_next=1
