goya
14 years agoVisitor
re: expanding remote control interface and sdk api
it would be helpful if roku device output to telnet port 8080 or some other telnet port the name or id of a channel when the user opens a channel and closes a channel regardless of whose channel it is
for example
channel-opened <name|id>
channel-closed <name|id>
and also helpful would be helpful if roku for the active channels output the name or id of the video/music/ect when it starts and ends
content-started <name|id>
content-ended <name|id>
additionally it would be more useful to be able to query the device for current channel and current video/music/ect and to get channel details by name or id and video/music/ect details by name or id
get-channel-listing
get-channel-detail <name|id>
get-content-detail <name|id>
get-current-channel - returns the current
get-current-content - returns the name and/or id of currently playing video/music/ect
finally it would be of use to be able to specify a channel and to start a video/music/ect
set-current-channel <name|id>
set-current-content <name|id>
if video/music/ect are scheduled on some channel it would be helpful to be able to query for the schedule and then be able to query for individual video/music/ect details
get-schedule-listing
get-channel-schedule <name|id>
finally, it would be helpful is sdk were also expanded to be able to perform the following using brightscript, for example monitor channel, video/music/ect changes and to be able to run some script on other system wide events like those detailed above, for example when someone changes to a channel...
that way remote application can use this information to do things
for example
channel-opened <name|id>
channel-closed <name|id>
and also helpful would be helpful if roku for the active channels output the name or id of the video/music/ect when it starts and ends
content-started <name|id>
content-ended <name|id>
additionally it would be more useful to be able to query the device for current channel and current video/music/ect and to get channel details by name or id and video/music/ect details by name or id
get-channel-listing
get-channel-detail <name|id>
get-content-detail <name|id>
get-current-channel - returns the current
get-current-content - returns the name and/or id of currently playing video/music/ect
finally it would be of use to be able to specify a channel and to start a video/music/ect
set-current-channel <name|id>
set-current-content <name|id>
if video/music/ect are scheduled on some channel it would be helpful to be able to query for the schedule and then be able to query for individual video/music/ect details
get-schedule-listing
get-channel-schedule <name|id>
finally, it would be helpful is sdk were also expanded to be able to perform the following using brightscript, for example monitor channel, video/music/ect changes and to be able to run some script on other system wide events like those detailed above, for example when someone changes to a channel...
that way remote application can use this information to do things