2020-08-23, 03:08
Hi all,
(Please bear with me, this is my first post)
My installation:
And this is the output I get:
So now doing further research on it:
So, what is the real question?
(Please bear with me, this is my first post)
My installation:
- Hardware ==> Mini PC with Celeron J4105 (4 Cores) and 4 GB of RAM, 64 GB OS Drive. (All media on external device)
- OS ==> Debian 10 Buster
- X ==> XFCE
- KODI ==> V 17.6 Krypton
- Installed using ... Did the full install directly from Debian RepositoryCode:
sudo apt-get install kodi
- Installed using
- I have everything working perfectly:
- My Movies work great
- My TV Shows work great
- My Movies work great
- I have a HDHomeRun Extend connected to my network with OTA channels running smoothly
- I would like to use the native PVR functionality in KODI with this box
- I have setup NextPVR server as my PVR Backend on a separate box. It runs great over the browser.
- NOTE: I can use ANY PVR server, this was just the first one I tried.
- NOTE: I can use ANY PVR server, this was just the first one I tried.
- Then enable the PVR service on the Kodi, and install the add on called "kodi-pvr-nextpvr", but this is where I got the Gotcha !!!!
Code:
sudo apt-get install kodi-pvr-nextpvr
And this is the output I get:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package kodi-pvr-nextpvr is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'kodi-pvr-nextpvr' has no installation candidate
So now doing further research on it:
- Has Debian pulled the repository for all PVR clients? As I don't see any at all?
- I believe I have all the correct sources needed:
Code:
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
# Buster Backports
deb http://deb.debian.org/debian buster-backports main contrib non-free
deb-src http://deb.debian.org/debian buster-backports main contrib non-free
So, what is the real question?
- Is there a way to use the PVR client in KODI with Debian 10? (I know that I can use it with Ubuntu and other OS)
- If there is, can someone point to it, or provide their experience and directions?