Suchergebnisse

Suchergebnisse 21-40 von insgesamt 569.

  • @maver3000 find scripts on dream-multimedia-tv.de/board/index.php

  • @nights services+bouquets downloader dream-multimedia-tv.de/board/i…&postID=133741#post133741

  • Dreambox 7020HD / Cronjob

    MartiniB - - DM7020HD

    Beitrag

    Zitat von CurrySven: „Sorry, i don´t understand what you mean.“ last line in example contains several commands which executed every day at midnight 1. move(rename) two days old log file as tree days old 2. move(rename) one day old log file as two days old 3. move(rename) current log file as one day old 4. restart cron Zitat: „0 0 * * * [ -e /cron/log.prev2 -a -e /cron/log ] && mv /cron/log.prev2 /cron/log.prev3; [ -e /cron/log.prev -a -e /cron/log ] && mv /cron/log.prev /cron/log.prev2; [ -e /cr…

  • Dreambox 7020HD / Cronjob

    MartiniB - - DM7020HD

    Beitrag

    add one line, last one in example /cron/tabs/root Brainfuck-Quellcode (24 Zeilen)

  • at least 3-4 times a week i have completely freeze on dm8k - spins on display and even clock on front panel frozen doesn't Enigma eat too much memory? when activated swap then less regular, but then so often cron, telnet or ftp is gone Quellcode (84 Zeilen)

  • today's AutoResolution also sends yesterday's unstabile to greenscreen loop

  • Triple tuner

    MartiniB - - General Talk

    Beitrag

    edit by Joey: We dont support clone hardware.

  • Senderlisten Update Plugin

    MartiniB - - Plugins

    Beitrag

    @Fred Bogus Trumper "1." was selfcritic, not addressed to anyone THANKS for 2-6, maybe some day i will grow, your info can help there

  • Senderlisten Update Plugin

    MartiniB - - Plugins

    Beitrag

    @MiRoMOMO satellites.xml, cables.xml and terrestrial.xml are just supplier of frequencies list for next autoscan, actually i hate this function cause Enigma2 do reset of many parameter for already know services and transponders on each autoscan for know transponders i use selfmade script by which i zap to one service of each frequency for completely new transponders i have to scan them manually that is only way to have `NewFound` flags for new services, but without reset parameters of previous s…

  • Senderlisten Update Plugin

    MartiniB - - Plugins

    Beitrag

    @adsid too easy i will show my way: on my master box(dm8000) time at time i run manually /usr/script/ServicesE2_backup_userscript.sh it creates servicesE2_bc.tar.gz(services+bouquets) and servicesE2_bc.tar.gz_md5.txt(archive's md5) that files i place under some www and all slave boxes have /usr/script/MartiniChannelsListE2_download_userscript.sh it download&replace services&bouquets only if md5 control sum has been changed since last execute time on some boxes users call it manually from `Menu->…

  • which one is then for `telnetd`, i can see that choices in new section Quellcode (4 Zeilen)

  • during last months several times had case when dreambox's telnet doesn't answer would like have ability restore it without full reboot of box maybe for http deamon too, but case when both are gone is rarity

  • Skin vom Feed speichern ?

    MartiniB - - Allgemeine Fragen

    Beitrag

    search for enigma2-skin-enigma2-****.ipk under Current: feed.newnigma2.to/unstable/4.0/dm8000/ feed.newnigma2.to/unstable/4.0/dm800/ Stable OE2.0: feed.newnigma2.to/stable/4.0/dm8000/ feed.newnigma2.to/stable/4.0/dm800/ Stable OE1.6: feed.newnigma2.to/stable/dm8000/3.3/ feed.newnigma2.to/stable/dm800/3.3/

  • @ASNDo report about that problem on DMM board. the only problem, chances see solution are so small have reported about similar problem: dream-multimedia-tv.de/board/i…age=Thread&threadID=17927

  • For all Russian users

    MartiniB - - General Talk

    Beitrag

    download latest python_patcher.sh and skin_patcher.sh from and execute them after each online update, or do all together from the telnet console Quellcode (1 Zeile)

  • For all Russian users

    MartiniB - - General Talk

    Beitrag

    @GMX to able see "Full EPG" search for python_patcher.sh on DMM board problem solved years ago, but ignored by DMM and there on Newnigma's 2 board also talking about improve or fix their image is taboo

  • sid nicht in pad gefunden Dreambox HD800

    MartiniB - - DM800

    Beitrag

    maybe this service is gone, make `Manual Scan` for this particular transponder with option `Clear before scan`=`Yes`

  • Service Name Change

    MartiniB - - Allgemeine Fragen

    Beitrag

    custom title you can add into bouquet files /etc/enigma2/userbouquet.***.tv search for service reference and add description Zitat: „#NAME Cars - AutoSport #SERVICE 1:0:1:27E4:2:70:1680000:0:0:0: #SERVICE 1:0:1:2525:456:1:C00000:0:0:0: #SERVICE 1:0:1:3FF:A:46:E080000:0:0:0: #SERVICE 1:0:1:C495:964:2:11A0000:0:0:0: #SERVICE 1:0:1:A8:1:85:C00000:0:0:0: #SERVICE 1:0:1:1841:7D9:2:11A0000:0:0:0: #SERVICE 1:0:1:427C:446:1:C00000:0:0:0: #SERVICE 1:0:1:D66:15:56:300000:0:0:0: #SERVICE 1:0:19:5A0:20:56:3…

  • any plugin to fix the time

    MartiniB - - General Talk

    Beitrag

    install cron and call rdate from it: Quellcode (2 Zeilen)add into /cron/tabs/root Brainfuck-Quellcode (11 Zeilen)and disable update time from transponder Quellcode (2 Zeilen)