OE enigma_demo plugin how-to

  • I did this "OE enigma_demo plugin how-to" for another board recently.


    I post it here for anybody interested. :)


    Instructions in the Readme file.


    Regards, pcd.


    ps.


    As requested by the peppi (see below) here is a simple method for making plugins in a cdk build :-


    Find the folder /apps/tuxbox/plugins/enigma/movieplayer. Copy and paste it back and rename it with your plugin name.


    Put the attached file mymake (delete .txt) in that folder. Also put in your plugin source files. Edit mymake and the Makefile.am with the new file names and the path.


    At the console - cd to this folder and do the command :-


    ./mymake


    The plugin .so file will be in a hidden folder .libs as so.0.0.0.


    pcd.

  • Hi, pcd


    Very thanks :)

    1x 7025ss - 1x 7020si - 1x 600PVR-s - Astra 19,2° Ost | Hotbird 13° Ost |
    Dev: Fedora-8-x86_64

  • Hi pcd!


    First tnx for the demo! Have compiled it and uploaded to my dm500plus.
    I' am real noob and I need your help.
    I' am playing with your demo plugin and I have few questions:


    When I press green shortcut button in the main dialog it exits?! How is that?


    How to open some other text file and make search for specific pattern (grep)?


    Please help?
    Tnx.

  • this sounds like i found what i was looking for
    just a coulpe of questions


    does this compile a bleu pannel in the img ?
    and is it possible to add my own xml in the addon and how do i do this


    anyway thnx for the file i am going to play with it






  • Hi,


    This how to was for openembedded (oe) images. Are you making a plugin with oe build or cdk build ?


    The cdk method is different.


    Cheers, pcd.

  • cdk build i am working on


  • Zitat

    Originally posted by the peppi
    cdk build i am working on


    Hi,


    I have given a cdk method in Post 1 above. :)


    Cheers, pcd.

  • many thanks:)