Giter Club home page Giter Club logo

pvr.chinachu's Introduction

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

pvr.chinachu's People

Contributors

ashimokawa avatar mzyy94 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.