Package Details: kodi-addon-pvr-hts 21.2.6-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-pvr-hts.git (read-only, click to copy)
Package Base: kodi-addon-pvr-hts
Description: Tvheadend HTSP PVR client addon for Kodi
Upstream URL: https://github.com/kodi-pvr/pvr.hts
Keywords: hts kodi pvr tvheadend
Licenses: GPL
Groups: kodi-addons
Submitter: AlD
Maintainer: AlD
Last Packager: AlD
Votes: 33
Popularity: 0.005687
First Submitted: 2015-08-11 02:08 (UTC)
Last Updated: 2025-12-10 23:48 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

chimera commented on 2025-12-08 18:10 (UTC) (edited on 2025-12-09 11:26 (UTC) by chimera)

please remove the patch as the problem has been fixed upstream: https://github.com/kodi-pvr/pvr.hts/pull/728

lazlev commented on 2025-12-06 23:17 (UTC)

please remove the patch as the problem has been fixed upstream: https://github.com/kodi-pvr/pvr.hts/pull/728

AlD commented on 2025-09-07 21:00 (UTC)

Fixed, thx

Eventide commented on 2025-09-07 20:33 (UTC) (edited on 2025-09-07 20:34 (UTC) by Eventide)

Please use $srcdir/ for applying patches instead of ../../. The latter breaks when $BUILDDIR is set.

Roken commented on 2025-05-06 07:07 (UTC)

Thank you. All good here, now.

AlD commented on 2025-05-05 22:31 (UTC)

Yeah, I see now. Added a patch.

bucky_2780 commented on 2025-05-05 21:15 (UTC) (edited on 2025-05-05 21:15 (UTC) by bucky_2780)

consistantly fails... I'm afraid. here is a list of what's installed on most machines in my network. hts tries to update to latest... but alas fails.

paru -Ss kodi | grep -i inst aur/kodi-addon-pvr-hts 21.2.6-1 [+33 ~0.57] [Installed: 21.2.5-1] extra/p8-platform 2.1.0.1-5 [0 B 271.65 KiB] [Installed] extra/kodi-platform 20190726.809c5e9-56 [0 B 26.79 KiB] [Installed] extra/kodi-dev 21.2-10 [0 B 1.88 MiB] [Installed] extra/kodi 21.2-10 [0 B 85.27 MiB] [Installed]

AlD commented on 2025-05-05 06:43 (UTC)

Can't reproduce that issue.

Roken commented on 2025-05-04 12:29 (UTC)

Same failure here. However, the previous version is still working.

m31aur commented on 2025-05-04 05:41 (UTC)

It fails to compile /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:37:5: error: class ‘tvheadend::HTSPVFS’ does not have any field named ‘m_fileId’ 37 | m_fileId(0), | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘void tvheadend::HTSPVFS::RebuildState()’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:53:7: error: ‘m_fileId’ was not declared in this scope 53 | if (m_fileId != 0) | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘void tvheadend::HTSPVFS::Close()’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:90:7: error: ‘m_fileId’ was not declared in this scope 90 | if (m_fileId != 0) | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:94:3: error: ‘m_fileId’ was not declared in this scope 94 | m_fileId = 0; | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘int64_t tvheadend::HTSPVFS::Read(unsigned char, unsigned int, bool)’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:105:8: error: ‘m_fileId’ was not declared in this scope 105 | if (!m_fileId) | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘long long int tvheadend::HTSPVFS::Seek(long long int, int, bool)’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:130:7: error: ‘m_fileId’ was not declared in this scope 130 | if (m_fileId == 0) | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘long long int tvheadend::HTSPVFS::Size()’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:170:27: error: ‘m_fileId’ was not declared in this scope 170 | htsmsg_add_u32(m, "id", m_fileId); | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘bool tvheadend::HTSPVFS::SendFileOpen(bool)’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:248:32: error: ‘m_fileId’ was not declared in this scope 248 | if (htsmsg_get_u32(m, "id", &m_fileId)) | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:257:10: error: ‘m_fileId’ was not declared in this scope 257 | return m_fileId > 0; | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘void tvheadend::HTSPVFS::SendFileClose()’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:264:27: error: ‘m_fileId’ was not declared in this scope 264 | htsmsg_add_u32(m, "id", m_fileId); | ^~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘long long int tvheadend::HTSPVFS::SendFileSeek(int64_t, int, bool)’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:290:27: error: ‘m_fileId’ was not declared in this scope 290 | htsmsg_add_u32(m, "id", m_fileId); | ^~~~ /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp: In member function ‘int64_t tvheadend::HTSPVFS::SendFileRead(unsigned char, unsigned int)’: /home/user/.cache/yay/kodi-addon-pvr-hts/src/pvr.hts/src/tvheadend/HTSPVFS.cpp:340:27: error: ‘m_fileId’ was not declared in this scope 340 | htsmsg_add_u32(m, "id", m_fileId); | ^~~~ [ 44%] Building CXX object CMakeFiles/pvr.hts.dir/src/tvheadend/utilities/TCPSocket.cpp.o [ 46%] Building CXX object CMakeFiles/pvr.hts.dir/src/tvheadend/utilities/SettingsMigration.cpp.o make[2]: *** [CMakeFiles/pvr.hts.dir/build.make:345: CMakeFiles/pvr.hts.dir/src/tvheadend/HTSPVFS.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/pvr.hts.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...