2019-11-16, 06:39 AM
I should start by saying that everything I know about Docker I've learned in the last day and might actually be included in this post.
I'm planning (not in the near future) to purchase a Synology 918+ NAS and would like to run NPVR 5 on it and retire my Windows DVR. I currently have a Python script that runs as a post process for some Kodi library integration that I'd like to keep using, so I'm pretty sure I'm going to need to extend a Docker image to add the Python modules I need for the script to run. It looks like the NPVR 5 Docker image is based on Ubuntu (based on a forum post I saw). I think that means I have two choices:
So I guess the question is whether I'm headed down the right path here or if I should just plan on keeping my Windows machine to run NPVR 5 on when the time comes to upgrade.
I'm planning (not in the near future) to purchase a Synology 918+ NAS and would like to run NPVR 5 on it and retire my Windows DVR. I currently have a Python script that runs as a post process for some Kodi library integration that I'd like to keep using, so I'm pretty sure I'm going to need to extend a Docker image to add the Python modules I need for the script to run. It looks like the NPVR 5 Docker image is based on Ubuntu (based on a forum post I saw). I think that means I have two choices:
- Extend the NPVR image and install Python (assuming it isn't there already) and then the Python modules I need.
- Extend an Ubuntu image (or I guess Debian if I wanted to), install the Python modules, then install NPVR using the deb file.
So I guess the question is whether I'm headed down the right path here or if I should just plan on keeping my Windows machine to run NPVR 5 on when the time comes to upgrade.