STRMR_5620_080206 image

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • This image is particularly suitable for streaming as it includes a new feature to stop tv screen playback when streaming from dreambox to pc.


    The image is released with :-


    - Web Interface 5.9.7-Expert


    - Plugins :


    StopTVplay : start it on dreambox before starting streaming program on pc.


    FlexMenu with emu start / stop


    Also Bitrate viewer, Sysinfo, Tux Commander, Var memory finder etc.


    Start skin - Miminemesis


    Quick buttons - Yellow button for plugins, blue for FlexMenu, 0 for StopTVplay, audio for Audio.


    To test emus just add camd3 files and test through FlexMenu.


    DO NOT REPLACE THE FILE /var/etc/init WHICH IS ALREADY THERE !


    If it works try CCcam.


    For other emus edit the /var/bin and /var/bin/SwichEmu_Scripte files with emuname and /var/tuxbox/config/shellexec.conf.


    Check the var_memory plugin before adding stuff. :)


    The image does not include any keys or emulators.


    Sincere thanks to Albsat, Hazem and Samoht for their various suggestions and help.



    Regards, pcd.


    EDIT Kerni: neue Version in der Database

    2 Mal editiert, zuletzt von pcd ()

  • Hi Albsat,


    Yes, I have seen your e-mail.


    This image is a different version of the pcd image, now with other buttons. Audio should work.


    The current emu change scripts work perfectly, so there is no need to update at present. After some time, I may consider.


    As my e-mails are regularly deleted, please post your comments on this image, and suggestions, in this thread for future reference. :)


    Regards, pcd.

    Einmal editiert, zuletzt von pcd ()

  • Ok, it is great that you have fixed the Audio program. As I said I just use your image on my dm5620. Thnx again for your work.


    The emu script from AliAbdul that I am attaching here is very practical for a cvs image with FlexMenu incorporated. (the only thing that I don't like in Flexmenu is its transparente background)


    In your image if a user wants to insert and run mgcadm+newcs at the same time, he should get his hand dirty by changing, editing and adding scripts. With EmuSelect script adding emus is plain simple. It would be great if you consider in the future to make a version based on this script.


    However a user can use this script right now with your image but I like simplicity and practicity. :)


    Regards
    albsat

  • pcd


    I can't make mgcamd and newcs start together with Switchemu.
    I tried by creating the same scritpts for emus but it didn't work for both of them. Any idea?


    For the future:
    Can you include the 'Restart Enigma" option in your next image? Also could the command "awk" be included?


    regards

  • psd


    I resolved it with a simple sh script that had this content:
    #!/bin/sh


    cd /var/bin
    /var/bin/newcs
    sleep 4
    /var/bin/mgcamd


    so far so good.



    Samoht
    The emu script is written from Aliabdul. Follow his simple guide as below:


    Put this line into the /var/tuxbox/config/shellexec.conf:


    Code:


    ACTION=&Emu-Select v1.0,( /var/bin/emu.sh main ; /var/bin/shellexec /tmp/emu.men ; rm /tmp/emu.men )



    Put the files emu.sh (permission: 755) and emu.cfg to /var/bin.


    Features:
    -show ecm.info
    -show process list
    -(re-)start NewCS
    -stop current emu
    -start emus from config-file


    regards