Posts: 398
Joined: Mar 2011
Reputation:
27
2023-03-31, 19:32
(This post was last modified: 2023-03-31, 19:33 by frodo19. Edited 1 time in total.)
Hi,
anyone has idea, how we can add custom subtitle font in android TV 11 os in Kodi 20-21?
The data folder where the .kodi folder stored, is restricted.
Therefore unable to add any font to .kodi>media>Fonts folder.
Exist any addon for that, or can anyone create one?
thanks
Posts: 13
Joined: Jun 2019
Reputation:
0
ichala
Junior Member
Posts: 13
Hi.
If you use the android file manager (or any other file manager that you can download or install on Android) you can access the folder.
But it has to be done from Android.
Posts: 599
Joined: Apr 2015
Reputation:
52
I had the same problem on my Philips TV with Android TV 11.
I managed to solve it by enabling ADB Network Debugging and using "adb connect <IP address of TV>" (you will need to give permission on the TV using the remote the first time you do this) followed by "adb shell".
From the shell I was able to access "/sdcard/Android/data/org.xbmc.kodi/files/.kodi/" and create a "media/Fonts" directory there and then copy the font file into it (using the mkdir and cp commands respectively).
Posts: 34
Joined: Feb 2021
Reputation:
0
Hello,
I have the same problem with my new Mi Box S 2nd gen , it's using Google TV 11 and tried all the mentioned above with no luck.
i always get Permission denied while trying to create or push the font file.
is there any workaround for this ? can i change the path where kodi load the font file from to my external storage as example ?
Posts: 34
Joined: Feb 2021
Reputation:
0
Thanks for your feedback but the font shall be copied to .kodi\media\fonts which doesn't appear in both situations if i added home or userdata special address
Posts: 34
Joined: Feb 2021
Reputation:
0
special://home - /sdcard/Android/data/org.xbmc.kodi/files/.kodi/ didn't work also