Package Details: kodi-addon-pvr-iptvsimple 21.9.4-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-pvr-iptvsimple.git (read-only, click to copy)
Package Base: kodi-addon-pvr-iptvsimple
Description: IPTV Simple PVR client addon for Kodi
Upstream URL: https://github.com/kodi-pvr/pvr.iptvsimple
Licenses: GPL
Groups: kodi
Conflicts: kodi-addon-pvr-iptvsimple-git
Submitter: thepasto
Maintainer: thepasto
Last Packager: thepasto
Votes: 37
Popularity: 0.77
First Submitted: 2017-02-11 18:15 (UTC)
Last Updated: 2024-10-29 11:43 (UTC)

Pinned Comments

thepasto commented on 2019-10-05 17:13 (UTC)

This package will follow the STABLE kodi release

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Inter commented on 2021-03-07 12:39 (UTC)

How get it to work on 18.9? I don't want to update Kodi to 19 because not all plugins will work.

ghen commented on 2021-02-20 19:33 (UTC) (edited on 2021-02-20 19:36 (UTC) by ghen)

It's fairly easy to build for Matrix;

pkgname=kodi-addon-pvr-iptvsimple
pkgver=7.4.2
pkgrel=0
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Matrix
_gitname=pvr.iptvsimple
_kodiver=19.0
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL')
groups=('kodi')
makedepends=('cmake' 'kodi-platform' 'git')
conflicts=('kodi-addon-pvr-iptvsimple-git');
depends=('kodi')
source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
        "https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
sha256sums=('d583ae9904879ccc3e0c00dbda51eb3d36c67587d427a37963dd3750e013e90d'
            'f7ef8a6f45862ae3b7ebfce4950d74f534be3cb4a0e67ce640963746b3f668f2')

ivanich commented on 2021-02-20 19:27 (UTC) (edited on 2021-02-20 19:28 (UTC) by ivanich)

kodi-rpi-19.0-1-armv7h is here pacman -Qi kodi-rpi Name : kodi-rpi Version : 19.0-1 Description : Media player and entertainment hub for Raspberry Pi 3/4/400, gbm fork Architecture : armv7h URL : https://github.com/popcornmix/xbmc/tree/gbm

thepasto commented on 2021-02-20 19:18 (UTC)

Geezgeez.. Still 18.9 on arch repo

ivanich commented on 2021-02-20 19:08 (UTC)

kodi-19 Matrix has been released, can we have matrix version of this plugin please?

ghen commented on 2020-11-08 14:22 (UTC) (edited on 2020-11-08 15:20 (UTC) by ghen)

8f714dcc7f1a1dfa9b57ef18c3f4accc62cb0652.diff is no longer needed (included upstream) with _kodiver=18.9

ghen commented on 2020-11-08 14:21 (UTC)

Could you move git dependency to makedepends? It's not needed at runtime?

skerit commented on 2020-09-08 20:28 (UTC)

I'm getting errors at multiple steps:

[ 18%] No update step for 'tinyxml'
[ 20%] Performing patch step for 'tinyxml'
Error: Target (for copy_if_different command) "" is not a directory.
make[2]: *** [depends/CMakeFiles/tinyxml.dir/build.make:122: build/tinyxml/src/tinyxml-stamp/tinyxml-patch] Fout 1
make[1]: *** [CMakeFiles/Makefile2:346: depends/CMakeFiles/tinyxml.dir/all] Fout 2
make[1]: *** Wachten op onvoltooide taken...
Note: switching to '32190045c7eb6883c0662db2f91b4ceeab904fc2'.

And

[ 30%] No update step for 'zlib'
[ 32%] Performing patch step for 'zlib'
patching file ''
Hunk #1 FAILED at 183.
Hunk #2 FAILED at 201.
Hunk #3 FAILED at 211.
/usr/bin/patch: **** Can't reopen file '' : No such file or directory
make[2]: *** [CMakeFiles/zlib.dir/build.make:122: build/zlib/src/zlib-stamp/zlib-patch] Fout 2
make[1]: *** [CMakeFiles/Makefile2:209: CMakeFiles/zlib.dir/all] Fout 2

And finally

[ 38%] No update step for 'rapidxml'
[ 40%] Performing patch step for 'rapidxml'
Error: Target (for copy_if_different command) "" is not a directory.
make[2]: *** [CMakeFiles/rapidxml.dir/build.make:122: build/rapidxml/src/rapidxml-stamp/rapidxml-patch] Fout 1
make[1]: *** [CMakeFiles/Makefile2:236: CMakeFiles/rapidxml.dir/all] Fout 2
make: *** [Makefile:103: all] Fout 2

burning_daylight commented on 2019-11-05 23:33 (UTC) (edited on 2019-11-06 09:15 (UTC) by burning_daylight)

Having trouble using the addon with rtp://. When play a channel, it is shown as "playing" at the top right corner, but nothing else happens: no video, no audio. Log:

2019-11-06 00:29:44.091 T:140127032555264   DEBUG: Error, could not open file (2) rtp://USERNAME@232.0.20.35:10000/
2019-11-06 00:29:44.091 T:140127032555264   ERROR: OpenDemuxStream - Error creating demuxer

kodi-addon-inputstream-rtmp and kodi-addon-inputstream-adaptive are installed.