Kodi plugin for watching video content from Yle Areena. The plugin supports video-on-demand and live TV streams (but not audio streams).
The plugin supports Kodi 19 Matrix and later versions.
The plugin is not officially supported by Yle. Some content is available only in Finland.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
pre-commit run --all-files
# To automatically run checks on each commit:
pre-commit install
python3 -m pytest tests
Try to enable the subtitles in the subtitle menu. Sometimes subtitles are not enabled automatically because the language is misdetected.
Live TV and some other streams are available only as HLS streams, and Kodi 19 doesn't fully support subtitles on those kind of streams. The subtitles might work better on Kodi 20.
GPL v3