Posts by mapi

    Added /etc/tuxbox/config/oscam to FTP connection

    mapi added a new version:

    Quote

    Added /etc/tuxbox/config/oscam to FTP connection

    mapi added a new version:

    Quote

    No more crash when missing FTP data connection

    mapi added a new version:

    Quote

    Added "View oscam.server" in FTP Connection Enigma2

    mapi added a new file:

    linuxsat-support.com/filebase/file/799/

    WORKS GOOD, thanks

    Code
    cat /proc/meminfo

    on your DM7020HD

    Where LOG from DM7020HD?

    I have posted here yesterday...


    With DM900 works and with DM7020HD it's nor working from 1 week, before work for all decoder.

    H

    1) With same config.xml:

    DM900 download channels, picons, EPG;

    DM7020HD download channels, FAIL picons, FAIL EPG.

    Same image openATV 7.0


    2) Where Is english file for translation?

    It's better that you add a .pot file.


    3) What about postinst and postrm (enigma2 automatic restart) in ipk file?


    Thanks

    I have the same problem and I use same configuration for 2 decoder: DM7020HD and DM900.

    With DM900 works and with DM7020HD it's nor working from 1 week, before work for all decoder.

    The same is what? What prevents you from making settings like in the screenshots? Moreover, the problem with using unpackaged xmltv has been fixed - RE: [Plugin] E2m3u2bouquet - Last paragraph! Just reinstall latest plugin version

    Done, I have installed from scratch OpenAtv 7.0 and doesn't work.

    I have the same problem and I use same configuration for 2 decoder: DM7020HD and DM900.

    With DM900 works and with DM7020HD it's nor working from 1 week, before work for all decoder.

    Hello,

    can you think to remove in postinst and postrm lines about enigma2 restart? In enigma2 all (most) plugin need enigma2 restart to work, but there isn't automatic restart inside ipk file.

    Thanks

    Code
        if [ "$(pidof enigma2)" ];then
            type systemctl > /dev/null 2>&1 && exit 0 || { echo -e >&2 "Restarting GUI ....."; init 4; init 3; exit 0; }
        else
             exit 0
        fi





    Update Italian language :-)

    Can you release a .pot file?

    # Put enigma2-plugin-extensions-E2m3u2bouquet_1.0.*_all,ipk in /media/hdd

    # After, run this:


    Code
    cp /media/hdd/E2m3u2bouquet/connfig.xml /media/hdd
    rm -rf /media/hdd/E2m3u2bouquet/*
    sed -i '/config.plugins.e2m3u2b/d' /etc/enigma2/settings
    opkg remove enigma2-plugin-extensions-e2m3u2bouquet
    opkg clean
    opkg install /media/hdd/enigma2-plugin-extensions-E2m3u2bouquet_1.0.*_all.ipk
    mv /media/hdd/connfig.xml /media/hdd/E2m3u2bouquet