All Projects → kodi-pvr → Pvr.hts

kodi-pvr / Pvr.hts

Licence: gpl-2.0
Kodi's Tvheadend HTSP client addon

Projects that are alternatives of or similar to Pvr.hts

River pod
A simple way to access state while robust and testable.
Stars: ✭ 1,366 (+1213.46%)
Mutual labels:  hacktoberfest
Php Composter
Git Hooks Management through Composer
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
S4
Simple Shamir's Secret Sharing (s4) - A go package giving a easy to use interface for the shamir's secret sharing algorithm
Stars: ✭ 103 (-0.96%)
Mutual labels:  hacktoberfest
Lychee
The most complete and powerful data-binding library and persistence infra for Kotlin 1.3, Android & Splitties Views DSL, JavaFX & TornadoFX, JSON, JDBC & SQLite, SharedPreferences.
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Ex gram
Telegram Bot API low level API and framework
Stars: ✭ 103 (-0.96%)
Mutual labels:  hacktoberfest
Uiviewcontroller Keyboardadditions
Tiny UIViewController category that provides handy way for keyboard handling logic.
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Cuban Opensource
Awesome list of Cuban opensource projects. Just to know what is being openly developed in Cuba.
Stars: ✭ 103 (-0.96%)
Mutual labels:  hacktoberfest
Circe Yaml
YAML parser for circe using SnakeYAML
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Atoum
The modern, simple and intuitive PHP unit testing framework.
Stars: ✭ 1,382 (+1228.85%)
Mutual labels:  hacktoberfest
Beanmother
A library for setting up Java objects as test data.
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Swagger Combine
Combines multiple Swagger schemas into one dereferenced schema.
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Gate
Spinnaker API Gateway
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
React Ladies
We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Covid19 Review
A collaborative review of the emerging COVID-19 literature. Join the chat here:
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Nothing Private
Do you think you are safe using private browsing or incognito mode?. 😄 👿 This will prove that you're wrong.
Stars: ✭ 1,375 (+1222.12%)
Mutual labels:  hacktoberfest
Generators
Laravel File Generators with config and publishable stubs
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest
Snek
PowerShell wrapper around Python for .NET to invoke Python from PowerShell
Stars: ✭ 103 (-0.96%)
Mutual labels:  hacktoberfest
Boots
The DHCP and iPXE server for Tinkerbell.
Stars: ✭ 101 (-2.88%)
Mutual labels:  hacktoberfest
Openvpn
Development repository for the openvpn cookbook
Stars: ✭ 102 (-1.92%)
Mutual labels:  hacktoberfest

Tvheadend PVR addon for Kodi

This is a Kodi PVR addon for connecting to a tvheadend backend.

License: GPL-2.0-or-later Build Status Build Status Build Status Coverity Scan Build Status

Build instructions

When building the addon you have to use the correct branch depending on which version of Kodi you're building against. If you want to build the addon to be compatible with the latest kodi master commit, you need to checkout the branch with the current kodi codename. Also make sure you follow this README from the branch in question.

Linux

The following instructions assume you will have built Kodi already in the kodi-build directory suggested by the README.

  1. git clone --branch master https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/kodi-pvr/pvr.hts.git
  3. cd pvr.hts && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
  5. make

The addon files will be placed in ../../xbmc/kodi-build/addons so if you build Kodi from source and run it directly the addon will be available as a system addon.

Useful links
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].