All Projects → Harekaze → pvr.chinachu

Harekaze / pvr.chinachu

Licence: GPL-3.0 License
Chinachu PVR client for Kodi/XBMC

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
CMake
9771 projects
M4
1887 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to pvr.chinachu

webgrabplus-siteinipack
Official user supported WebGrab+Plus Siteini.pack repo
Stars: ✭ 133 (+182.98%)
Mutual labels:  kodi, pvr
kodi-repo-gaymods
Kodi Repo Gay Mods
Stars: ✭ 77 (+63.83%)
Mutual labels:  kodi, xbmc
generator-kodi-addon
Yeoman generator for the most common Kodi addon types.
Stars: ✭ 69 (+46.81%)
Mutual labels:  kodi, xbmc
Xbmc
Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS and Windows.
Stars: ✭ 13,175 (+27931.91%)
Mutual labels:  kodi, xbmc
plugin.video.covenant
Covenant Kodi Addon Development - Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi - DMCA: [email protected]
Stars: ✭ 24 (-48.94%)
Mutual labels:  kodi, xbmc
homebridge-kodi
Kodi plugin for Homebridge
Stars: ✭ 24 (-48.94%)
Mutual labels:  kodi, xbmc
kodi-viaplay
Viaplay for Kodi
Stars: ✭ 26 (-44.68%)
Mutual labels:  kodi, xbmc
kodi.plugin.yandex-music
Yandex Music plugin for Kodi
Stars: ✭ 33 (-29.79%)
Mutual labels:  kodi, xbmc
kodi
KODI Addons Project
Stars: ✭ 48 (+2.13%)
Mutual labels:  kodi, xbmc
youtube-to-XBMC
[WebExtension] Kassi Share - Send YouTube videos to XBMC
Stars: ✭ 21 (-55.32%)
Mutual labels:  kodi, xbmc
Rapier
Rapier skin for Kodi entertainment center
Stars: ✭ 19 (-59.57%)
Mutual labels:  kodi, xbmc
repository.colossus
Colossus Repository for Kodi Addons - Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi - DMCA: [email protected]
Stars: ✭ 13 (-72.34%)
Mutual labels:  kodi, xbmc
docker-amtd
AMTD is a Radarr companion script to automatically download movie trailers and extras for use in other video applications (plex/kodi/jellyfin/emby)
Stars: ✭ 78 (+65.96%)
Mutual labels:  kodi
plugin.video.mlbtv
MLB.tv KODI add-on
Stars: ✭ 17 (-63.83%)
Mutual labels:  kodi
rdio-xbmc
A Kodi plugin for Rdio
Stars: ✭ 34 (-27.66%)
Mutual labels:  kodi
streamdvr
DVR for streaming entertainment
Stars: ✭ 51 (+8.51%)
Mutual labels:  dvr
plugin.video.vrt.nu
Kodi add-on to watch content from the VRT NU website
Stars: ✭ 88 (+87.23%)
Mutual labels:  kodi
plugin.video.invidious
Invidious Addon for Kodi
Stars: ✭ 27 (-42.55%)
Mutual labels:  kodi
repo-scrapers
Official source repository for Kodi scraper add-ons
Stars: ✭ 27 (-42.55%)
Mutual labels:  kodi
kodi-angular
A web interface to control and manage Kodi, using AngularJS.
Stars: ✭ 14 (-70.21%)
Mutual labels:  kodi

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].