문제

I want to edit some files in one add-on that is installed on the raspberry, so I want to access it trough ssh, but where is it?

Thanks to help me :-)

도움이 되었습니까?

해결책 2

/storage/.xbmc/addons/

was the solution for me :-)

다른 팁

The wiki page for the xbmc's userdata folder says

the addons themselves are not in userdata but one folder up in 'addons'

And specifies that the default location of the userdata folder is /storage/.xbmc/userdata/ for OpenELEC. Therefore the addons should be in /storage/.xbmc/addons/.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top