ToKe79 / retroarch-kodi-addon-LibreELEC

RetroArch KODI add-on for LibreELEC
16 stars 2 forks source link

Manage to manage to make it work on LE9 #6

Closed Moicraphy closed 5 years ago

Moicraphy commented 5 years ago

Hello, i have find an ugly way to make it work, in LE9.0.2 the last Kodi version for wetek play 2 It consist in installing your repo https://www.vudiq.sk/repository_kodi/ Installing retroarch_wetekplay2arm But there were libraries missing caused by the update LE9 and it was impossible to add manually to usr/lib/ as it is read only.

So i installed the plugin gamestarter from the repo of https://github.com/bite-your-idols/Gamestarter That is also not working on wetek but have the possibility to remap the lib to /storage/.kodi/addons/script.gamestarter/lib/ The two plugins are installed in the same folder /storage/.config/retroarch I added the missing lib that your plugin miss (libass.so.5 and others) and it finally work but without sound.

Did anyone know how to make sound work ? It only work in the menu with the driver tinyalsa starting at 48000Hz but when the game starts it says (in SSH) 30000 Hz and stop working. For the other drivers it says 30000Hz at the begining in the menu an impossible to initate device. However the retroarch.cfg is well configurate in 48000Hz

Moicraphy commented 5 years ago

Finded out, it was the device to put : in retroarch.cfg for the wetekplay:

audio_device = "hdmi:CARD=AMLM8AUDIO,DEV=0"