I'm trying to scan for some new/updated channels on my HDHR Flex 4k, and NPVR is never returning any channels from the scan no matter what tuner I try.
Here's my Docker compose:
I've attached my log. It shows some kind of failure saying the scanner isn't available. BTW, I didn't choose any guide for mapping, but even when I do it still doesn't work.
I should mention that everything else is fine. I can watch channels on any tuner, and I can see the status of a tuner when it's active.
Here's my Docker compose:
PHP Code:
version: '3'
services:
nextpvr:
image: 'nextpvr/nextpvr_amd64:latest'
container_name: nextpvr
volumes:
- '/volume1/configs/nextpvr/pub:/root/.local'
- '/volume1/dvr_media/NextPVR:/recordings'
- '/volume1/configs/nextpvr/buffer:/buffer'
- '/volume1/configs/nextpvr/config:/config'
ports:
- '8866:8866'
- '16891:16891/udp'
restart: unless-stopped
security_opt:
- apparmor=unconfined
I've attached my log. It shows some kind of failure saying the scanner isn't available. BTW, I didn't choose any guide for mapping, but even when I do it still doesn't work.
I should mention that everything else is fine. I can watch channels on any tuner, and I can see the status of a tuner when it's active.