Hey guys,
I've been using openelec/kodi for a long time, but the lack of streaming services (netflix, directv etc) is forcing me to look at alternatives.
I'm hoping someone can tell objectively if the nvidea shield is a good replacement for openelec.. here's what I use openelec for
PseudoTV - this is a kodi addon, that requires a lot of processing power. I know this is laggy on the firestick, will it work well on the shield?
Logitech harmony remotes - I connect right now via bluetooth, can I still use these remotes on the shield?
Native MKV playback - I play videos via samba shares from a windows server. Will android tv stutter / break on non mp4 content, will I have to transcode? Does SMB work on android TV?
Custom kodi python scripts - I map kodi key commands to call python scripts on the filesystem.. will this still work? Is there a native python interpreter?
SSH - I like to be able to ssh into my kodi box and debug, write scripts etc, is there some alternative way to do this on android tv? Is the file system a black box to the user?
CEC - I see that the shield has CEC support, but do they allow you to execute CEC commands at will? For example, on openelec I can run a bash script like this to power-on my TV
echo "on 0" | cec-client -s -d 1
Is there some android equivalent?