Hosted Weblate 567d93caab Translated using Weblate (Finnish (fi_fi))
Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Finnish (fi_fi))

Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Finnish (fi_fi))

Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Finnish (fi_fi))

Currently translated at 75.0% (9 of 12 strings)

Translated using Weblate (Finnish (fi_fi))

Currently translated at 75.0% (9 of 12 strings)

Translated using Weblate (Portuguese (Brazil) (pt_br))

Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Finnish (fi_fi))

Currently translated at 58.3% (7 of 12 strings)

Translated using Weblate (Russian (ru_ru))

Currently translated at 100.0% (12 of 12 strings)

Co-authored-by: A B <maxtherabbit85@gmail.com>
Co-authored-by: Alexey <signfinder@gmail.com>
Co-authored-by: Havok Dan <havokdan@yahoo.com.br>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oskari Lavinto <olavinto@protonmail.com>
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-pvr-clients/pvr-octonet/fi_fi/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-pvr-clients/pvr-octonet/pt_br/
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-pvr-clients/pvr-octonet/ru_ru/
Translation: Kodi add-ons: PVR clients/pvr.octonet
2025-01-31 09:27:06 +00:00
2021-09-18 19:51:57 +02:00
2020-06-07 16:56:16 +02:00
2020-03-25 20:58:07 +01:00
2024-02-24 22:39:14 +00:00
2016-02-02 11:03:40 +01:00
2024-08-16 12:19:12 +02:00
2020-03-25 20:53:25 +01:00
2023-11-07 12:49:27 +01:00

Octonet PVR

Digital Devices Octonet PVR client addon for Kodi

License: GPL-2.0-or-later Build and run tests Build Status

Building

These instructions work on all supported platforms for the most part. Obviously, paths need to be adjusted according to your OS (/ vs \). We use Linux paths here as an example.

Clone the pvr.octonet repository:

$ git clone https://github.com/DigitalDevices/pvr.octonet.git

Clone the Kodi repository:

$ git clone --branch master https://github.com/xbmc/xbmc.git
$ cd pvr.octonet
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DADDONS_TO_BUILD="pvr.octonet" -DADDON_SRC_PREFIX="path to parent of pvr.octonet" -DCMAKE_INSTALL_PREFIX="install" -DPACKAGE_ZIP=ON "path to kodi/cmake/addons"

On Windows, you should add -G "NMake Makefiles" to the CMake invocation. Make sure that ADDON_SRC_PREFIX does not point directly to pvr.octonet but instead to its parent directory.

Finally, build the plugin with make (or nmake on Windows). The plugin should be in an install subdirectory.

Description
DigitalDevices Octonet PVR client addon for Kodi
Readme 294 KiB
Languages
C++ 81.3%
CMake 11.3%
Shell 7.4%