cyruz

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by cyruz

  1. Hello dlandon,

     

    by any chance can you add the support for the cdplayer plugin?

     

    It's just 3 commands:

     

    1. Install cdda2wav in the container:
      apt-get update && apt-get install icedax

       

    2. Change the cdrom group id to 19:
      groupmod -g 19 cdrom

       

    3. Add the user nobody to the cdrom group:
      adduser nobody cdrom

     

    Thanks anyway.

    Cheers

  2. Hello guys,

     

    I'm wondering why when I run a script, if inside the script I run some program in background the script doesn't terminate correctly (in the console window doesn't appear the "DONE" button). The script itself works and terminates ok if run it from the terminal.

     

    Is this an intended behavior? If yes, can it be circumvented in some ways?

     

    Thanks.

  3. 4 hours ago, itimpi said:

    I wonder if the new feature in 6.9 beta 35 to allow extra modules to be loaded will allow users to add this module?

    Actually I just compiled the required modules, so eventually there will be somebody doing this job and sharing them with the community.

    I'm on the stable though... Looks like the modules are stored in the bzmodules file in the flash that is also hashed. If somebody can confirm that modifying the bzmodules file and re-hashing it will work, I can give it a try.

     

    EDIT: I gave it a try, it worked.