peng1can

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by peng1can

  1. Greetings all. Between various home automation scripts and some web things, I keep encountering the need to run various node.js code, usually as "glue" for this and that. It's pretty rare than anyone bothers to put together a docker for this stuff, let alone something that runs out of the box in unraid. I've spent some time going down the rabbit hole trying to build something myself, but I seem to keep getting hung up on getting the actual code into the docker in quite the same way as other packaged dockers I've run. Does anyone have any pointers or, ideally, any specific method they've used to do this in the past. Basically, I need to bring in a node.js docker, import some arbitrary code (ideally I'd like this code to live in the appdata share so I can modify it without updating the docker), and be able to run that code on the docker launch. Any thoughts? Thanks!
  2. [Yes, somehow my searching bumped me to the wrong support thread earlier, so this may be deva ju for some] With the advent of the Plex DVR, I'd like to find a way to run comskip as a post-processing option. This looks to be fairly straightforward in a traditional installation, but I'm looking for some ideas on how to do this with Plex in a container on UnRaid. I've spent a few hours looking into it, and the possibilities seem to be: 1) Extend the Plex container to also contain install ffmpeg and comskip - Seems like a maintenance hassle. 2) Try to compile a static version of comskip and place it in /config - this seems really hacky. 3) Build a proper comskip container - Can't find a way to have Plex call comskip. Any suggestions for a more elegant way of doing this? Thanks
  3. Awesome. Thanks for your work on this!
  4. Greetings, Just curious if there's an easy way to upgrade flexget from within the container, or if a version update might be coming soon. Thanks!