Curses Interface to Kodi
#1
Smile 
So, as someone who is in front of computer and TV most of the time and would like to control it from the commandline, I wrote a simple cli interface to Kodi. This is probably an hour's worth of effort and seemed quite sufficient for what I was looking for so I'm sharing it since this might be interesting to people here too. I'm not intending to polish it too much unless requested.

https://github.com/prasincs/kodi-curses

The program itself runs as a cli window. Only dependency (aside from Python and a good terminal) is requests library which is easy enough to replace if needed.

The keybindings are displayed in the program itself upon loading.
watch gallery


Let me know what you think, and if you have any ideas, create issues, or send a pull request!
Reply

Logout Mark Read Team Forum Stats Members Help
Curses Interface to Kodi0