Enigma 2 settings to tvheadend converter

  • I tried to use E22TVH to convert Enigma 2 channel list to Tvheadend, but it doesn't work on LibreElec. Is there any other way to covert enigma 2 channel list?

  • There are two things to consider

    - the password like CvH mentioned
    - the path:
    - /storage/.kodi/userdata/addon_data/service.tvheadend42/
    - /storage/.kodi/userdata/addon_data/service.multimedia.tvheadend/

    I don't have access to the source to check the logic behind the app but I assume it's relaying on SSH and the second path to copy the data.
    So make sure you have this path /storage/.kodi/userdata/addon_data/service.multimedia.tvheadend/ and the SSH service enabled.

    This script worked for me some time ago to convert a e2 list but the channel order will not be correct.
    lamedb2tvheadend.sh

    Check out:
    - LibreELEC FAQ - LibreELEC
    - Accessing LibreELEC - LibreELEC