Beiträge von vinkler

    Hi,
    So, how to install the plugin epg2vdr?
    This error generates another error when running:


    I read this thread, but my locale is pl_PL.utf-8

    My locale:




    Install vdr2epg:


    How to solve the problem?

    Es gibt zwei Lösungen fur das Problem.
    1. vdr + Kodi patch epg.c --> klik
    Ubuntu 14.04

    Code
    sudo sh -c "echo \"pl_PL.ISO-8859-2 ISO-8859-2\" >> /var/lib/locales/supported.d/local"
    sudo dpkg-reconfigure locales


    /usr/local/bin/runvdr

    Code
    export VDR_LANG=pl_PL.ISO-8859-2
    export LANG=pl_PL.ISO-8859-2
    export LC_ALL=pl_PL.ISO-8859-2
    export VDR_CHARSET_OVERRIDE=ISO-8859-2


    2. vdr + softhddevice patch si.c --> klik (vdr 2.2.0)
    /usr/local/bin/runvdr

    Code
    export LANG=pl_PL.UTF-8export LC_COLLATE=pl_PL.UTF-8export VDR_CHARSET_OVERRIDE=UTF-8export LC_ALL=pl_PL.UTF-8export LANGUAGE=pl_PL.UTF-8