Kodi: Difference between revisions
Jump to navigation
Jump to search
(→Docker) |
(→OSMC) |
||
Line 24: | Line 24: | ||
= OSMC = | = OSMC = | ||
[https://raspberrytips.com/kodi-guide-osmc/ The Ultimate Guide to Install Kodi on Raspberry Pi (OSMC)] | [https://raspberrytips.com/kodi-guide-osmc/ The Ultimate Guide to Install Kodi on Raspberry Pi (OSMC)] including installing a VPN on it (Kodi) | ||
= Add-on = | = Add-on = | ||
== IPTV == | == IPTV == | ||
[https://www.makeuseof.com/tag/best-kodi-add-ons-iptv/ The 10 Best Kodi Add-Ons to Watch IPTV] | [https://www.makeuseof.com/tag/best-kodi-add-ons-iptv/ The 10 Best Kodi Add-Ons to Watch IPTV] |
Revision as of 08:49, 20 February 2022
Install using PPA on Ubuntu
https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux
sudo apt-get install software-properties-common sudo add-apt-repository ppa:team-xbmc/ppa sudo apt-get update sudo apt-get install kodi
Docker
https://github.com/linuxserver/docker-kodi-headless
docker run --name=kodi-headless \ -v <path to data>:/config/.kodi \ -e PGID=1000 -e PUID=1000 \ -p 8080:8080 \ -p 9090:9090 \ -p 9777:9777/udp \ linuxserver/kodi-headless
The username/password is kodi/kodi
OSMC
The Ultimate Guide to Install Kodi on Raspberry Pi (OSMC) including installing a VPN on it (Kodi)