cyruz

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by cyruz

  1. Yes, everything is fine. For anybody trying to use the same plugin, now the only configuration needed is to pass the cdrom device to the container (/dev/sr0).
  2. I see you implemented it! Thank you very much, I won't need to apply the patch after every update!
  3. Hello dlandon, by any chance can you add the support for the cdplayer plugin? It's just 3 commands: Install cdda2wav in the container: apt-get update && apt-get install icedax Change the cdrom group id to 19: groupmod -g 19 cdrom Add the user nobody to the cdrom group: adduser nobody cdrom Thanks anyway. Cheers
  4. 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.
  5. 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.
  6. @limetech I tried to use virtualhere and I'm facing the same issue regarding the missing module. My use case is sharing the Mediacenter cdrom with the Logitech Media Server docker, so that I can play audio cds on the Mediacenter itself.
  7. After some tries, I haven't been able to install nbd. @dmacias any chance this can make it to the list? It could be helpful to share the cd drive of a server.
  8. Hello guys, I created a script that manages the smart tests for all my drives. I would like to disable the spindown timeout before running the smart tests and then re-enable it. Any hints on how to do it from the command line? Cheers!
  9. Hi, any chance to have nbd added? I would like to share a cdrom drive from another machine :)