This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htpc:kodi [2025/02/08 01:27] – Yuki | htpc:kodi [2025/02/26 16:47] (current) – Yuki | ||
---|---|---|---|
Line 3: | Line 3: | ||
I mostly use Kodi to watch IPTV on it and some movies, although going on the respective TV channels' | I mostly use Kodi to watch IPTV on it and some movies, although going on the respective TV channels' | ||
+ | |||
+ | ===== Useful plugins ===== | ||
+ | |||
+ | |[[https:// | ||
+ | |IPTV Simple Client|See [[#iptv]]| | ||
+ | |InputStream Helper|Make sure Widevine is installed, see [[# | ||
+ | |InputStream Adaptive|::: | ||
===== IPTV ===== | ===== IPTV ===== | ||
Line 18: | Line 25: | ||
<code m3u [highlight_lines_extra=" | <code m3u [highlight_lines_extra=" | ||
#EXTM3U | #EXTM3U | ||
- | #EXTINF:-1 tvg-id=" | + | #EXTINF:-1 tvg-id=" |
- | stream URL here.m3u | + | https:// |
</ | </ | ||
^EXTINF attribute^Comments^ | ^EXTINF attribute^Comments^ | ||
Line 42: | Line 49: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | |||
+ | ===== Widevine ===== | ||
+ | |||
+ | Required for some channels. | ||
+ | |||
+ | If you install Widevine from the InputStream Helper settings, it's going to download a ChromeOS recovery image and extract the needed file from it, if you don't want to waste time and bandwidth you might want to fetch it from an existing web browser install instead. Depending of the browser, you can find it either in ''/ | ||
+ | <code bash> | ||
+ | mkdir -p ~/.kodi/cdm | ||
+ | ln -s / | ||
+ | </ | ||
+ | Note that we're doing a symbolic link, so we can automatically keep it updated. | ||
+ | |||
+ | Now on the playlist you can do something like this: | ||
+ | < | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | https:// | ||
+ | </ | ||
+ |