Skip to content

Commit

Permalink
Pinned minimal version of Kodi
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Dec 20, 2020
1 parent 405b888 commit 5a10575
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: actions/setup-node@v2
- name: Build an addon
run: bash make.sh build_video_addon
Expand All @@ -32,8 +34,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./video.kino.pub-${{ github.ref }}.zip
asset_name: video.kino.pub-${{ github.ref }}.zip
asset_path: ./video.kino.pub-${{ env.RELEASE_VERSION }}.zip
asset_name: video.kino.pub-${{ env.RELEASE_VERSION }}.zip
asset_content_type: application/zip
- name: Deploy to Netlify
env:
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Kodi add-on for kino.pub

[![Build Status](https://github.com/quarckster/kodi.kino.pub/workflows/tests/badge.svg)](https://github.com/quarckster/kodi.kino.pub/actions?query=workflow%3Atests)
[![Netlify Status](https://api.netlify.com/api/v1/badges/28217532-a2a0-408c-a780-e6270c7568ee/deploy-status)](https://app.netlify.com/sites/kodi-kino-pub/deploys)

# Kodi add-on for kino.pub

Kodi 17 is a minimal supported version.
Versions 3.x.x. work only with Kodi 19. For Kodi 17 and 18 use 2.12.4 versions.

The most notable features:

Expand Down Expand Up @@ -35,8 +35,3 @@ add-on from it:
* download the latest version here <https://github.com/quarckster/kodi.kino.pub/releases/latest>
* go to Add-on manager <https://kodi.wiki/view/Add-on_manager>
* choose "Install from ZIP file"

## Legacy plugin

If you need the latest version of the original plugin you can download it here
<https://plugins.service-kp.com/kodi/video.kino.pub/video.kino.pub-1.2.1.zip>
2 changes: 1 addition & 1 deletion repo_src/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addons>
<addon id="repo.kino.pub" name="Kino.pub Add-On Repository" version="1.1.0" provider-name="quarckster">
<extension point="xbmc.addon.repository" name="Kino.pub Add-On Repository">
<dir>
<dir minversion="19.0.0">
<info compressed="false">https://kodi-kino-pub.netlify.app/addons.xml</info>
<checksum>https://kodi-kino-pub.netlify.app/addons.xml.md5</checksum>
<datadir zip="true">https://kodi-kino-pub.netlify.app/</datadir>
Expand Down

0 comments on commit 5a10575

Please sign in to comment.