[myHD 2.x] MHI-Kodi 19 how install binary addons

myHD is an isolated (namespace (mnt, IPC, PID)) Ubuntu environment to run Ubuntu application displayed as ASUSTOR Asportal / Xorg applications.
Post Reply
User avatar
father.mande
Posts: 1818
youtube meble na wymiar Warszawa
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

[myHD 2.x] MHI-Kodi 19 how install binary addons

Post by father.mande »

Hi,

Short message to answer question : How I can install Kodi extensions (packaged and provide) in Ubuntu 20.04 in myHD 2.x

myHD 2.x is a full Ubuntu 20.04 environment running in a separate namespace (so independent of ADM 4.x EXCEPT for network interface (shared), and kernel)
When you enter as root in the Ubuntu 20.04 namespace ALL can be installed as in ANY Ubuntu environment (only service or server using network can be managed to share the UDP/IP port used) the only exception is for application requiring Kernel modules (must be loaded and created for ADM kernel)

The installation of KODI 19 (binary) extensions (in the official Kodi repository) and depends are easy to install
1 open a ssh terminal as root (not admin) / your_admin_password ... alternative for any administrator defined is to connect using it and use sudo to move to root env.
2 enter in myHD / Ubuntu 20.04 as root
myHD_root
3 in case of do an update / upgrade to be sure to have all components updated the command is an Ubuntu command (apt-get)
apt-get update ; apt-get -y dist-upgrade
... after a short or long time ... (if you don't run update regulary)
4 list kodi modules integrated in the kodi repository (exclude debug version (dbg)):
apt-cache search ^kodi-xxxxx | grep -v dbg
.... xxxxx can be : audiodecoder , eventclients, game, imagedecoder, inputstream, peripheral, pvr, screensaver, vfs, visualization, tools
ex. :

Code: Select all

 root@AS5002T:~# apt-cache search ^kodi-pvr | grep -v dbg
kodi-pvr-argustv - ArgusTV PVR for Kodi
kodi-pvr-demo - Demo PVR for Kodi
kodi-pvr-dvblink - DVBLink PVR for Kodi
kodi-pvr-dvbviewer - DVBViewer PVR for Kodi
kodi-pvr-filmon - FilmOn PVR for Kodi
kodi-pvr-freebox - Freebox TV PVR addon for Kodi
kodi-pvr-hdhomerun - HDHomeRun PVR for Kodi
kodi-pvr-hts - TVHeadEnd PVR for Kodi
kodi-pvr-iptvsimple - Simple IPTV PVR for Kodi
kodi-pvr-mediaportal-tvserver - MediaPortal PVR for Kodi
kodi-pvr-mythtv - MythTV PVR for Kodi
kodi-pvr-nextpvr - NextPVR for Kodi
kodi-pvr-njoy - NJOY PVR for Kodi
kodi-pvr-octonet - Digital Devices Octopus NET PVR for Kodi
kodi-pvr-pctv - PCTV PVR for Kodi
kodi-pvr-plutotv - plutotv PVR for Kodi
kodi-pvr-sledovanitv-cz - sledovanitv.cz PVR for Kodi
kodi-pvr-stalker - Stalker PVR for Kodi
kodi-pvr-teleboy - Teleboy PVR for Kodi
kodi-pvr-tvheadend-hts - transitional dummy package
kodi-pvr-vbox - VBox Home TV Gateway PVR client for Kodi
kodi-pvr-vdr-vnsi - VDR PVR for Kodi
kodi-pvr-vuplus - Vu+ PVR for Kodi
kodi-pvr-waipu - waipu PVR for Kodi
kodi-pvr-wmc - WMC PVR for Kodi
kodi-pvr-zattoo - Zattoo PVR for Kodi
 root@AS5002T:~#
5 install the extension selected ....
apt-get install kodi-yyyyyy
ex.

Code: Select all

 root@AS5002T:~# apt-get install kodi-pvr-demo
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  kodi-pvr-demo
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 62.0 kB of archives.
After this operation, 518 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu focal/main amd64 kodi-pvr-demo amd64 19.0.0-1~focal [62.0 kB]
Fetched 62.0 kB in 0s (243 kB/s)
Selecting previously unselected package kodi-pvr-demo.
(Reading database ... 67344 files and directories currently installed.)
Preparing to unpack .../kodi-pvr-demo_19.0.0-1~focal_amd64.deb ...
Unpacking kodi-pvr-demo (19.0.0-1~focal) ...
Setting up kodi-pvr-demo (19.0.0-1~focal) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
 root@AS5002T:~#
... now use exit to quit myHD_root and exit if you want to quit ssh terminal.

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
Post Reply

Return to “myHD”