Enigma2 Backend: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 12: Line 12:
==Enigma2 technical overview==
==Enigma2 technical overview==
Enigma2 frontend code is based on the Python Script language with a PVR backend software for tuning and recording written in C++ programming language. The PVR backend side uses the [http://www.linuxtv.org LinuxTV DVB API], which is part of a standard Linux kernel.<section end="intro" />
Enigma2 frontend code is based on the Python Script language with a PVR backend software for tuning and recording written in C++ programming language. The PVR backend side uses the [http://www.linuxtv.org LinuxTV DVB API], which is part of a standard Linux kernel.<section end="intro" />
Enigma2 and Kodi are similar in plugins as they both use Python language in order to achieve extra features, [https://forums.openpli.org/topic/60394-enigma2-plugin-kodiliteinstaller-for-usb-external-hdd-and-normal-installation/ KodiLite] is a plugin by developer "pcd" which can run so many Kodi plugins in enigma2.


== Enigma2 Client PVR add-on (C/C++ based)==
== Enigma2 Client PVR add-on (C/C++ based)==

Revision as of 23:37, 26 November 2020

Live TV, PVR & Radio Contents

PVR main page

1. Tuner Cards
2. Backends
3. Setup
4. Live TV Artwork

Related Pages:

All PVR Pages
All PVR Add-on Pages

Home icon grey.png   ▶ PVR ▶ Enigma2 Backend

Enigma2 is a framebuffer-based zapping application (GUI) that is primarily targeted to physical set-top-boxes running embedded Linux (OpenEmbedded based firmware distributions), however Enigma2 can technically also run on regular PCs, but it is not common. (Also it's possible to run enigma2 on RaspberryPi devices with Open Vision images and external USB tuners)

While the Enigma2 software was originally developed by Dream Multimedia for their Dreambox series, the opendreambox.org has made Enigma2 into an popular open source based firmware platform for set-top boxes and it is used by a number of different set-top box manufacturers, including the most commonly known are Dreambox, DBox2, and Vu+ (VuPlus), which all use Enigma2 based firmware images. Most of these Enigma2 based set-top boxes falls under the category of Linux-powered satellite, terrestrial and cable digital television receivers.

With the Enigma2 PVR add-on Kodi PVR can be used also with any Enigma2 based set-top boxes running OpenWebIf. Other WebIfs are supported with a subset of the original functionality.


Enigma2 technical overview

Enigma2 frontend code is based on the Python Script language with a PVR backend software for tuning and recording written in C++ programming language. The PVR backend side uses the LinuxTV DVB API, which is part of a standard Linux kernel.

Enigma2 and Kodi are similar in plugins as they both use Python language in order to achieve extra features, KodiLite is a plugin by developer "pcd" which can run so many Kodi plugins in enigma2.

Enigma2 Client PVR add-on (C/C++ based)

The Enigma2 Client PVR add-on is a native PVR client made by the Kodi community for all Enigma2 based set-top boxes. This PVR C/C++ binary add-on for Enigma2 is an open source code community project.

Connecting Kodi to a Enigma2 box

Template:PVR repo notice

  1. Go to Settings -> Add-ons -> Enabled add-ons -> PVR Clients and select the Enigma2 PVR add-on
  2. Select "Configure"

Setting up the Enigma2 add-on

Supported set top boxes

In general all Enigma2 based set top boxes should be supported, once they run OpenWebIf (full feature set) or a different WebIf (original feature set only).

Main enigma2 supported architectures are Mipsel and ARM, although SH4 is supported by Open Vision (fully) and OE-Alliance (partly) but ARM64 with multilib isn't stable enough so choosing ARM over ARM64 is recommended.

Some features that may not work on other WebIfs:

  • Autotimers
  • Drive Space Reporting
  • Embedded EPG Genre IDs
  • Full Tuner Signal Support (Including Service Providers)
  • Timer and Recording descriptions: If your provider only uses short description (plot outline) instead of long description (plot) then info will not be displayed pertaining to the shows in question. For OpenWebIf clients a JSON API is available to populate the missing data.
  • Edit recording name, last played position and play count for recordings
  • Bouquet (and group specific) Backend Channel Numbers

Support

If you have problems using this add-on you should try and contact the author via the Kodi Enigma2 PVR Support forum.

Connecting Kodi to Enigma2 backend

Template:PVR repo notice

  1. Go to Settings -> Add-ons -> Enabled add-ons -> PVR Clients and select the Enigma2 add-on
  2. Select "Configure"

General

Within this tab the mandatory add-on options need to be configured before it can be successfully enabled. If your device is using a default setup on your local network only the following setting should need to be changed.

  • Enigma2 hostname or IP address: Please enter the IP address or hostname of your enigma2 based set top box.

Most of the times hostname is the machine/hardware name which is readable in About screen of engima2 or the information section of Open WebIF.

For all other settings please see Configuring the addon

Changelog

Additional guides and links

External links

Open source enigma2 images