Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Harekaze/pvr.chinachu

Repository files navigation

Harekaze for Kodi/XBMC

Chinachu PVR addon for Kodi

Deprecation Notice

This project is suspended because the project owner is no longer using and maintaining it.

Build status: master AppVeyor GitHub release GitHub release downloads GitHub issues GitHub stars GitHub license

fanart

Supported environment

Backend

Frontend

  • Kodi 18.x Leia
    • for macOS
    • for Android ARM
    • for Linux x64
    • for Raspberry Pi
    • for Windows
    • for iOS (beta)
    • for tvOS (beta)

Old versions

Tag Kodi Platforms
v0.x, v1.x Kodi 15 Isengard macOS/Linux/Raspberry Pi/(Windows)
v2.x, v3.x Kodi 16 Jarvis macOS/Linux/Raspberry Pi/Windows/(Android)
v4.x Kodi 17 Krypton macOS/Linux/Raspberry Pi/Windows/Android/(iOS)
v5.x Kodi 18 Leia macOS/Linux/Raspberry Pi/Windows/Android/(iOS)/(tvOS)

⚠️ No features backpors, No security backports ⚠️

Latest release

pvr.chinachu/releases

Building from source

Linux / macOS

$ ./bootstrap
$ ./configure
$ make
$ make release
$ ls pvr.chinachu.zip

TIPS: If a warning about AC_CHECK_HEADER_STDBOOL has occurred, install gnulib and execute bootstrap with AUTORECONF_FLAGS option with gnulib's m4 directory (e.g. AUTORECONF_FLAGS=-I/usr/share/gnulib/m4 ./bootstrap)

Android ARM

Android NDK is required.

$ ndk-build APP_ABI=armeabi-v7a
$ ./jni/pack.sh APP_ABI=armeabi-v7a
$ ls pvr.chinachu.zip

Windows

Requirements:

  • Visual Studio 2019
  • PowerShell v5
> ./build.ps1
> ls ./pvr.chinachu.zip

TIPS: If a powershell warning about Execution Policies has occurred, run Set-ExecutionPolocy Unrestricted with Administrator privileges. After building this project, run Set-ExecutionPolocy RemoteSigned, please.

NOTE: PowerShell command 'Compress-Archive' creates broken zip file. Please unzip created archive yourself, and re-zip it with other compression tool.

iOS

$ ./bootstrap
$ ./configure --host=arm-apple-darwin
$ make
$ ls pvr.chinachu.zip

NOTE: iOS targeted package can't install to Kodi for iOS with zip installation. You should build Kodi.app including pvr.chinachu addon.

Installing

  1. Build or download the appropriate version for your platform.
  2. Launch Kodi.
  3. Navigate to System -> Add-ons -> Install from zip file
  4. Select the zip file which you get in first step.

NOTE: In some cases, Kodi for android installs addons into non-executable device. As a result, you need to do something more. See wiki/android-installation.

Configuration

See wiki/configuration

Contribution

See wiki/contribution

License

GPLv3