Chinachu PVR addon for Kodi
This project is suspended because the project owner is no longer using and maintaining it.
- Chinachu gamma a69d5e99b7
- Kodi 18.x Leia
- for macOS
- for Android ARM
- for Linux x64
- for Raspberry Pi
- for Windows
- for iOS (beta)
- for tvOS (beta)
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) |
$ ./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 NDK is required.
$ ndk-build APP_ABI=armeabi-v7a
$ ./jni/pack.sh APP_ABI=armeabi-v7a
$ ls pvr.chinachu.zip
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, runSet-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.
$ ./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.
- Build or download the appropriate version for your platform.
- Launch Kodi.
- Navigate to System -> Add-ons -> Install from zip file
- 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.