Forgot to update the script that does that in the main
repo -- so it's fixed (but haven't built a new container just yet) -- thanks.
I'm a bit less sure of how to deal with this, though adding feedback in standard output is a good suggestion. /shares/DVR
is a directory inside the container, and it's as designated by the Channels devs. Here's their recommended compose from Docker Hub:
channels-dvr:
image: fancybits/channels-dvr:latest
container_name: channels-dvr
network_mode: host
ports:
- "8089:8089"
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
volumes:
- /mnt/disk/dvr/config:/channels-dvr
- /mnt/disk/dvr/recordings:/shares/DVR
Have you been doing it a different way with the CDVR containers you've been running? It's possible that directory name has no significance, and could be pretty much anything -- but I don't know that for sure.