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.
After adding your device on https://kino.pub/device, I suggest you to click on ⚙︎ and enable 4K videos support in settings if your device supports it.
Shoot an email with the account to add as a contributor to psavichev@gmail.com
Help wanted with:
- Search (https://kinoapi.com/api_video.html#video-search)
- Better UI for TV series
- Add subtitles (without captions)
- Implement fresh/hot/popular videos (https://kinoapi.com/api_video.html#shortcut)
- Implement history (https://kinoapi.com/api_history.html)
- Simplify the audio tracks switch (we may use up/down buttons for that)