Nextpvr is now available as a docker and can be installed within a running libreelec install
it was surprising easy, sets up extremely intuitive, full integration with schedules direct and just works - much easier to setup than TVheadend
installed on a NUC with quantity 2 HDhomeruns (4 tuners in total), EPG from schedules direct - libreelec 9.2.6
the only variant is that i coded my recording to my 2 tb usb seagate HDD plugged into my NUC for the recordings
instructions as follows:
Install Docker addon from repository for libreelec
after connect your device with putty
For LibreELEC , each command is separate & enter
Code:
docker image pull nextpvr/nextpvr_amd64
Code:
mkdir /storage/nextpvr
Code:
mkdir /storage/nextpvr/livetv
Code:
docker run -d \
Code:
--name=nextpvr \
Code:
--restart unless-stopped \
Code:
--volume /storage/nextpvr/config:/config \
Code:
--volume /var/media/seagate/pvr:/recordings \
Code:
--volume /storage/nextpvr/livetv:/buffer \
Code:
--publish 8866:8866 \
Code:
nextpvr/nextpvr_amd64:latest
once installed use your web - browser to access the Nextpvr web set up
the ip address:8866
login: admin
password: password