Skip to content

Commit

Permalink
Merge pull request #57 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] API change update / cleanups
  • Loading branch information
AlwinEsch authored Apr 24, 2020
2 parents 49af75b + 0189480 commit a6ce048
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ obj-x86_64-linux-gnu/

# to prevent add if project code opened by Visual Studio over CMake file
.vs/

# General MacOS
.DS_Store
.AppleDouble
.LSOverride
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
[![Build Status](https://travis-ci.org/kodi-pvr/pvr.njoy.svg?branch=Matrix)](https://travis-ci.org/kodi-pvr/pvr.njoy/branches)
[![Build Status](https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.njoy?branchName=Matrix)](https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=65&branchName=Matrix)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.njoy/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.njoy/branches/)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120)

# Njoy PVR
Njoy N7 PVR client addon for [Kodi] (https://kodi.tv)
Njoy N7 PVR client addon for [Kodi](https://kodi.tv)

## Build instructions

Expand All @@ -19,5 +19,5 @@ Njoy N7 PVR client addon for [Kodi] (https://kodi.tv)

##### Useful links

* [Kodi's PVR user support] (https://forum.kodi.tv/forumdisplay.php?fid=167)
* [Kodi's PVR development support] (https://forum.kodi.tv/forumdisplay.php?fid=136)
* [Kodi's PVR user support](https://forum.kodi.tv/forumdisplay.php?fid=167)
* [Kodi's PVR development support](https://forum.kodi.tv/forumdisplay.php?fid=136)
4 changes: 2 additions & 2 deletions pvr.njoy/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.njoy"
version="4.1.3"
version="4.1.4"
name="Njoy N7 PVR Client"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down Expand Up @@ -67,7 +67,7 @@
<summary lang="zh_CN">Njoy N7 PVR 客户端</summary>
<summary lang="zh_TW">Njoy N7 PVR 用戶端</summary>
<platform>@PLATFORM@</platform>
<license>GPL-2.0</license>
<license>GPL-2.0-or-later</license>
<source>https://github.com/kodi-pvr/pvr.njoy</source>
<forum>https://forum.kodi.tv/forumdisplay.php?fid=173</forum>
<assets>
Expand Down
4 changes: 4 additions & 0 deletions pvr.njoy/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.1.4
- Update PVR API 6.4.0
- Minor cleanups

v4.1.3
- Update PVR API 6.3.0

Expand Down

0 comments on commit a6ce048

Please sign in to comment.