The issue with taking the info from the streams part of the api rather than the channels part of the api is that the info is only available in 'streams' when the channel in question is online.

Do you think just changing it to:
Code:
alias game {

JSONOpen -du game https://api.twitch.tv/kraken/channels/ $+ $1-
echo -a Game: $json(game,stream,game)

}


would work?

Last edited by Anubisxhades; 19/01/15 07:49 PM.