This is a Roku channel for Kino.pub. The author of this chanel has no affiliation with Kino.pub. I have put this channel together simply to have some fun and make watching this service possible through Roku.
Right now only dev mode install is supported. If there is enough demand I will try to get the channel to Roku channel store.
To get started you need a couple of things.
- Get yourself an IDE. There is a plugin for VSCode.
- Switch your Roku into dev mode.
- Have fun: Roku SDK and Kino.pub API
- Build and deploy using your IDE (or manually)
make
or if you want to send the release to tv:
export DEVPASSWORD=<roku tv password>; export ROKU_DEV_TARGET=<roku tv ip>; make && make install
out/Kino.pub.zip
will be your application.
Shoot an email with the account to add as a contributor to [email protected]
Help wanted with:
- Search (https://kinoapi.com/api_video.html#video-search)
- Better UI for TV series
- Fix audio track select for big amount of audio tracks
- Add subtitles (without captions)
- Implement fresh/hot/popular videos (https://kinoapi.com/api_video.html#shortcut)
- Implement history (https://kinoapi.com/api_history.html)