Kodi: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 27: Line 27:


= Add-on =
= Add-on =
[https://www.theverge.com/2022/3/1/22956219/kodi-tvaddons-creator-fined-19-million-copyright-infringement-piracy ‘Former pirate’ hit with $19.5 million fine for piracy]
== 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 11:45, 10 March 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)

Add-on

‘Former pirate’ hit with $19.5 million fine for piracy

IPTV

The 10 Best Kodi Add-Ons to Watch IPTV