Hi
My PVR Client (teleboy) stopped working. There is a newer version available on github and Kodi Add-ons that should resolve this issue. How can I get this new version?
I read that all the PVR Clients are included in OSMC. So I could wait for an OSMC update an hope that this specific PVR Client is updated…
Isn’t there a simple way to manually update the PVR Client with a .zip file?
Thanks for your help.
minix
6 October 2021 11:48
2
Hi,
I made a zip-file with cmake and tried to install it with the addon-browser. But it was not successfull There comes a message, that there is a conflict with “kodi.binary.instance.pvr in Version 8.0.0”. I dont know what it means.
Is there any hint how to update the “OSMC included” PVR-Addons?
Did you build the correct version, i.e. for Matrix?
We’ll release a new version of Kodi based on 19.2 shortly.
minix
16 October 2021 08:12
4
Yes, i think it was the correct version. here is what i did:
git clone --branch master https://github.com/xbmc/xbmc
git clone --branch Matrix https://github.com/rbuehlma/pvr.teleboy
cd pvr.teleboy && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.teleboy -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make package-pvr.teleboy
i am an absolute linux noob. I dont know what to do und i dont know what i did.
I look forward to the next release.
minix
16 October 2021 16:48
5
Id did it again and now it works. Dont know why, but now i got the newest teleboy version.
I love this solution. Now i have an extrem small TV-Center that i can take with me wherever i am.
1 Like
Erich1
17 October 2021 12:56
6
@minix Good to hear.
Could you may share the new .zip file?
minix
27 November 2021 12:32
9
@Erich1 Hi, did you update to the Nov-Version? My Teleboy PVR doesnt work any more? Login failed. Any ideas?
Edit: I reinstalled the teleboy pvr addon and now it works again.
Erich1
28 November 2021 16:34
10
Yes, I’m on the November version and teleboy is working at my end.
cheers
minix
28 January 2022 19:20
11
i get an error. I cant install it and cant compile it again. i dont no why…
Scanning dependencies of target pvr.teleboy
[ 21%] Building CXX object CMakeFiles/pvr.teleboy.dir/src/Utils.cpp.o
/home/osmc/pvr.teleboy/src/Utils.cpp: In static member function ‘static std::__c xx11::string Utils::GetFilePath(std::__cxx11::string, bool)’:
/home/osmc/pvr.teleboy/src/Utils.cpp:15:29: error: ‘GetAddonPath’ is not a membe r of ‘kodi’
return (bUserPath ? kodi::GetAddonPath(strPath) : kodi::GetBaseUserPath(strPa th));
^~~~~~~~~~~~
/home/osmc/pvr.teleboy/src/Utils.cpp:15:29: note: suggested alternative:
In file included from /home/osmc/pvr.teleboy/build/build/depends/include/kodi/Fi lesystem.h:11,
from /home/osmc/pvr.teleboy/src/Utils.cpp:11:
/home/osmc/pvr.teleboy/build/build/depends/include/kodi/AddonBase.h:880:35: note : ‘kodi::addon::GetAddonPath’
inline std::string ATTR_DLL_LOCAL GetAddonPath(const std::string& append = “”)
^~~~~~~~~~~~
/home/osmc/pvr.teleboy/src/Utils.cpp:15:59: error: ‘GetBaseUserPath’ is not a me mber of ‘kodi’
return (bUserPath ? kodi::GetAddonPath(strPath) : kodi::GetBaseUserPath(strPa th));
^~~~~~~~~~~~~~~
make[6]: *** [CMakeFiles/pvr.teleboy.dir/build.make:63: CMakeFiles/pvr.teleboy.d ir/src/Utils.cpp.o] Error 1
make[5]: *** [CMakeFiles/Makefile2:105: CMakeFiles/pvr.teleboy.dir/all] Error 2
make[4]: *** [Makefile:152: all] Error 2
make[3]: *** [CMakeFiles/pvr.teleboy.dir/build.make:113: pvr.teleboy-prefix/src/ pvr.teleboy-stamp/pvr.teleboy-build] Error 2
make[2]: *** [CMakeFiles/Makefile2:142: CMakeFiles/pvr.teleboy.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:186: CMakeFiles/package-pvr.teleboy.dir/rule] Error 2
make: *** [Makefile:157: package-pvr.teleboy] Error 2
Erich1
29 January 2022 15:48
12
Unfortunately I cant help you with this issue.
All I can say is that teleboy 19.8.2 is still working for me on the OSMC December version.
minix
29 January 2022 19:59
13
RTL does not work. There was a change with DRM.
minix
16 February 2022 08:53
14
Here is a new version of the addon. Works fine now: klick
Erich1
17 February 2022 13:25
15
Hi minix, thank you very much.
minix
19 February 2022 16:41
16
And again. The new version: klick
Erich1
21 February 2022 13:58
17
Thank you.
However, RTL does not work at my end.
But never mind, I dont need it anyway…
minix
21 February 2022 16:06
18
You need to install/update the widevine with the inpustreamhelper. Then it works fine again.
minix
2 March 2022 08:53
19
And if there is a buffering problem you should downgrade the Widewine version:
curl https://k.slyguy.xyz/.decryptmodules/widevine/4.10.2252.0-linux-armv7.so | sudo tee /home/osmc/.kodi/cdm/libwidevinecdm.so >/dev/null
Thanks for the hint. Works perfectly now.