MultiRC (für Parallelbetrieb von Dreamboxen) und LetterBox (zum Reinzoomen) Plugins

  • Ge0rG


    The new remote control (dm8000) it' different:


    (by GHOST)
    The NEW RC is configured via "/proc/stb/ir/rc/mask1"
    The OLD RC is configured via "/proc/stb/ir/rc/mask0"


    The codes in the mask1 are shifted 8 bits left... (*256).


    Default is 0xf00... this enables all 4 layers of the new RC.


    Only Layer1 is 0x100... Layer2 ist 0x200, Layer3 is 0x400, Layer4 ist 0x800.


    For disable all layers of the new rc (into 7025 or 800): "echo 0 > /proc/stb/ir/rc/mask1"


    Into your plugin:

    Code
    # config file for IR mask, default is DM7025 or later, fallback to DM500/600
    MASK = "/proc/stb/ir/rc/mask0"
    if not path.exists(MASK):
    	MASK = "/proc/stb/ir/rc/mask"


    becomed


    Code
    # config file for IR mask, default is DM7025 or later, fallback to DM500/600,  mask1 it's for DM8000
    MASK = "/proc/stb/ir/rc/mask1"
    if not path.exists(MASK):
    	MASK = "/proc/stb/ir/rc/mask"



    Or should include a menu of choice of the mask


    Thanks

    dm500 - dm7000 - dm7025 - dm800 - dm8000

    2 Mal editiert, zuletzt von eagle ()

  • However I tried to install the MultiRC plugin.


    This resulted each time in teh following error state:


    root@dm600pvr:/tmp# ipkg install enigma2-plugins-systemplugins-multirc_1.0-20081227-r0_mipsel.ipk
    Clearing state_want and state_flag for pkg=enigma2-plugins-systemplugins-multirc
    (arch_priority=0 flag=16 want=2)
    Nothing to be done
    An error ocurred, return value: 4.
    Collected errors:
    Cannot find package enigma2-plugins-systemplugins-multirc.
    Check the spelling or perhaps run 'ipkg update'
    root@dm600pvr:/tmp#


    Anybody an idea


    Willy

    Einmal editiert, zuletzt von floh ()


  • (by GHOST)
    The NEW RC is configured via "/proc/stb/ir/rc/mask1"
    The OLD RC is configured via "/proc/stb/ir/rc/mask0"


    I have added support for DM8000 RC to the plugin in CVS. Please test and report if it is working now - I do not have a new RC unfortunately.


    The plugin follows the philosophy that you only want one RC per dreambox, so you can not have a combination of one old layer and one new layer. Just choose the right RC and have fun :smiling_face:

    DM600s, DM7025+ss, DM8000, DM800t, DM800s2

  • Schonmal die blaue Taste gedrückt, nach Installation und Neustart des GUI ?






    kannst du zufällig noch ein foto reinsetzen, wie es aussieht wenn du ins programm multi remote reingehst? ist das dadrin, auch für normalos verständlich?


    ein anderer unlogischer scheiß ist es, wenn das mit diesem plugin ganz easy funzt, wozu braucht man dann noch die telnet kommandos, über die hier ja auch ziemlich viel gesprochen wird???? :confused_face:

  • LetterBox Zoom - Zoom-In für Letterbox-Filme.
    Entfernt schwarze Balken links/rechts/oben/unten, je nach Film und Fernseher. Verschlimmert vermutlich die Bildqualität.
    Da mein Fernseher das nicht kann, und ich 4x Trauerrand bei Letterbox-Ausstrahlung von 16:9-Filmen auf meinem 16:9-Screen nicht mehr ertragen konnte.


    HI Ge0rG, letterbox-zoom plugin works fine .. can make a plugin to switch between "SCART" and "DVI"?


    Many thanks for you job!

    dm500 - dm7000 - dm7025 - dm800 - dm8000