summaryrefslogtreecommitdiff
path: root/plugin.video.viaplay/README.md
blob: 7f7f7b33f6836035a25e0d45d3e696809b60f812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Viaplay Kodi add-on #
Before reading further, please note that this add-on is unoffical and is not endorsed or supported by Viaplay in any way. Not all features are supported or thoroughly tested and may not work as intended.

If you're interested in helping out with the development, then please just send me a pull request. If you're reporting a bug, please activate debug logging in Kodi and attach the log file.

Feedback and constructive input are of course always welcome.

## Dependencies: ##
This add-on is available in the official Kodi repository and all dependencies will be installed automatically when installed from there. However, if you're installing straight from git, please make sure you've got the following modules installed:
 * Requests >= 2.9.1 (http://mirrors.kodi.tv/addons/jarvis/script.module.requests)
 * iso8601 (http://mirrors.kodi.tv/addons/jarvis/script.module.iso8601)

This add-on supports Kodi Krypton or later. While it may work fine on older versions as well, it is unsupported and you're encouraged to upgrade.

## Features: ##
 * Support for Sweden, Denmark, Norway and Finland
 * Internal video playback
 * Categories
 * Movies
 * TV shows
 * Kids
 * Sports
 * Store
 * Subtitles
 * Search
 * A-Ö alphabetical listing
 * Parental control
 
Currently unsupported features:

 * Viasat TV To Go
 * Starred
 * Activity list
 * ... And quite possibly more that I'm forgetting about!
 
## Roadmap ##

 * Continue work towards feature completeness
 * MPEG-DASH support using inputstream.adaptive
 * Code cleanup