Solved Error getting special://xbmcbin/addons
#1
Hello Community,

i compiled Kodi v19 with this tutorial https://github.com/xbmc/xbmc/blob/Matrix...E.Linux.md
That was successfull finished on my RPi 3 with Raspbian Bullseye.
After them i compiled the binary-addons with the tutorial above and installed them.
Kodi started without failures but if i try to activate pvr.hts or pvr.hdhomerun then tell me kodi that they can't load the addon.
In the logs can i see that the path  special://xbmcbinaddons/ and special://xbmcbin / are wrong mapped.
How can i change the path?

Thanks in effort

Flokerius
Reply
#2
addons should be located in /usr/local/lib/aarch64-linux-gnu/kodi/addons
please check if they are actually there
Reply
#3
Thanks for reply.
The addons are installed by
Code:
sudo make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=/usr/local
and they automatically installed under /usr/local/lib/kodi

I have solved the problem with changed the mapped path in the kodi bin under /usr/local/bin
I set the paths to /usr/local and move the binary kodi-gbm from /usr/local/lib/aarch64-linux-gnu/kodi/addons to /usr/local/lib/kodi and now it's function.

Greets Flokerius
Reply

Logout Mark Read Team Forum Stats Members Help
Error getting special://xbmcbin/addons0