Added a support for kinoukr.tv website.
My Toshibe TV is very old and it has really slow fast-forward for long movies. But it has chapters flow, so I can switch them.
Chapters could be added with ffmpeg within META file.
To export meta use
ffmpeg -y -i movie.mp4 -f ffmetadata METAFILE
Then I've created a script to add a chapter every 10 minutes.
Here's the source code