Skip to content

Commit

Permalink
plugin -> add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Dec 11, 2016
1 parent 10760d9 commit 797b14d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Viaplay Kodi plugin #
Before reading further, please note that this plugin 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.
# 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, make sure you've enabled debugging in both the addon settings as well as in Kodi and attached the log. Feedback and constructive input are of course always welcome.

This plugin was written based on Viaplay's JSON API.
This add-on was written based on Viaplay's JSON API.


## Dependencies: ##
This plugin 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:
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)
* m3u8 >= 0.2.10 (http://mirrors.kodi.tv/addons/jarvis/script.module.m3u8)

This plugin supports Kodi Jarvis or later. While it may work fine on older versions as well, it is unsupported and you're encouraged to upgrade.
This add-on supports Kodi Jarvis 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
Expand Down
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
A Kodi plugin for Viaplay
A Kodi add-on for Viaplay
"""
import sys
import os
Expand Down

0 comments on commit 797b14d

Please sign in to comment.