1 { lib, buildKodiAddon, fetchFromGitHub }:
4 namespace = "plugin.video.svtplay";
7 src = fetchFromGitHub {
9 repo = "xbmc-" + pname;
11 sha256 = "sha256-CZtBUqFaKtMmKcpfBQp0Mb8sVvpCTkqcpfdYe41YSJs=";
15 homepage = "https://forum.kodi.tv/showthread.php?tid=67110";
16 description = "Watch content from SVT Play";
18 With this addon you can stream content from SVT Play
19 (svtplay.se). The plugin fetches the video URL from the SVT
20 Play website and feeds it to the Kodi video player. HLS (m3u8)
21 is the preferred video format by the plugin.
23 platforms = platforms.all;
24 license = licenses.gpl3Plus;
25 maintainers = teams.kodi.members;
27 broken = true; # no release for kodi 21