Kodi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Docker) |
||
Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The username/password is kodi/kodi | The username/password is kodi/kodi | ||
= OSMC = | |||
[https://raspberrytips.com/kodi-guide-osmc/ The Ultimate Guide to Install Kodi on Raspberry Pi (OSMC)] | |||
= 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:44, 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)