Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aajanki/plugin.video.yleareena.jade
Yle Areena plugin for Kodi
https://github.com/aajanki/plugin.video.yleareena.jade
Last synced: about 2 months ago
JSON representation
Yle Areena plugin for Kodi
- Host: GitHub
- URL: https://github.com/aajanki/plugin.video.yleareena.jade
- Owner: aajanki
- License: gpl-3.0
- Created: 2022-03-10T19:17:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T17:02:56.000Z (8 months ago)
- Last Synced: 2024-05-07T18:40:09.645Z (8 months ago)
- Language: Python
- Size: 191 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Areena Jade - Yle Areena plugin for Kodi
[![Kodi version 19](https://img.shields.io/badge/kodi%20version-19-blue)](https://kodi.tv/)
[![Kodi version 20](https://img.shields.io/badge/kodi%20version-20-blue)](https://kodi.tv/)
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-yellow.svg)](https://opensource.org/licenses/GPL-3.0)Kodi plugin for watching video content from [Yle Areena](https://areena.yle.fi/tv). 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.
## Development
### Linting and type checks
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txtpre-commit run --all-files
# To automatically run checks on each commit:
pre-commit install
```### Integration and unit tests
```
python3 -m pytest tests
```## Known problems
#### Problem: Subtitles are not shown
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.
## License
GPL v3