I have the latest libreelec and i want to change the font because chrome show arabic words as boxes
I want to change the fonts in the linux not kodi
I hope you can guide me to change the fonts to font that support arabic language
I have the latest libreelec and i want to change the font because chrome show arabic words as boxes
I want to change the fonts in the linux not kodi
I hope you can guide me to change the fonts to font that support arabic language
I think problem is related with chrome. I'll continue search for it but I have no iptv box. I'm testing on virtualized x86 version of libreelec.
Chromium working better than chrome because of it supports ARM devices directly.
I can make a chrome version of add-on that works both x86 and ARM devices.
Stay tune!
I am using x86 libreelec build
interesting! I'll make a video tutorial maybe we missed something.
Okay
And thanks for the help
Display MoreAdd-on updated. Please delete current add-on download new version and install it.
After installation open add-on settings enable "Use custom Chrome/script path" option.
Select "Chrome/script path" to browse and select "script.sh" select ok.
Run add-on and enjoy your smart youtube tv !
Ps: You must also installed chrome add-on and run it one time before youtube add-on. It will download and install chrome browser to the path
Did everything but still no luck !!
I get “Chrome not found”
Display MoreI guess path detection script cannot find it. I don't have a device to test/correct it but I'll try virtual system to test/correct i. It takes some time I'll inform you here. Meanwhile you can try something. First connect your device with ssh and try run chrome directly from shell. If it is run create a simple bash script like below.
copy these lines and save as a bash script like ytb.sh
chmod to executable ( chmod +x ytb.sh)
Now go to Youtubetv addon setting and use newly created ytb.sh script as chrome executor.
Here is the script.
-------------------- copy between lines -------------------------
#!/bin/bash
chrome --start-maximized --disable-translate --disable-new-tab-first-run --no-default-browser-check --no-first-run --user-agent="Mozilla/5.0 (Unknown; Linux armv7l) AppleWebKit/537.1+ (KHTML, like Gecko) Safari/537.1+ LG Browser/6.00.00(+mouse+3D+SCREEN+TUNER; LGE; 43LK5760PTA; 04.25.05; 0x00000001;); LG NetCast.TV-2013 /04.25.05 (LG, 43LK5760PTA, wired)"
--------------------- copy between lines ------------------------
I think it should work.
I would like to help but i am not great with linux
If you give me setup by setup i will do it right now
Not working using the latest libreelec !
Chrome is installed
The addon settings pop-ups and i see “Use Custom chrome/script path off
I would like to see it work