jradwan / alexa_tivo_control

A skill to voice control your TiVo DVRs through Alexa-enabled devices like the Amazon Echo, Dot, or even the Amazon mobile app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Channel changing on Mini

jradwan opened this issue · comments

The SETCH command doesn't work on the TiVo Mini, you have to use IRCODE instead.

Ex. instead of just:

SETCH1008

you need to send

IRCODE NUM1
IRCODE NUM0
IRCODE NUM0
IRCODE NUM8

So some extra logic would be needed in order to "translate" the user's text/speech request into the multiple IRCODE commands.

Use AMAZON.NUMBER slot type to convert spoken number into digits? Then split the resulting string one digit/character at a time to create the IRCODE command macro.

commented

I was also looking at the
AMAZON.TelevisionChannel

Names and abbreviations for television channels.

Examples:
◾abc
◾cartoon network
◾cnn
◾espn 2
◾nbc

This slot type can be used with skills in the following languages:
◾English (US)

That will definitely be handy for adding the ability to change channels by name.