Posts: 11
Joined: Mar 2017
Reputation:
0
I am running libreelec in my mxv s805 android box with great success, thanks to all contributors.
However, there is problem with epg, and this problem is seen in all my kodi installations (android, linux). I live in finland where we use nordic/swedish keyboard layout with few special scandic characters (ä, ö, å). They does not show up in epg information in kodi. Of cource they work fine in my mythtv frontends. As this problem appears in all my kodi frontends, I assume this is kodi or mythtv pvr addon problem.
I have checked all kodi language settings without luck. My friend runs kodi with argus backend and there characters are shown ok, so maybe this is myth pvr addon related?
Posts: 548
Joined: Aug 2012
Reputation:
0
2017-03-12, 21:07
(This post was last modified: 2017-03-12, 21:08 by raptorjr.)
I use MythTV and have no problem with åäö in the EPG. Maybe you use a skin which use some font that don't have åäö? I use Estuary, Kodi default skin.
Posts: 11
Joined: Mar 2017
Reputation:
0
2017-03-13, 08:26
(This post was last modified: 2017-03-13, 08:28 by mr_kane.)
Thanks. I have jarvis, and use confluence default skin. Good to know that this should work.
But in settings menu there is äö present..
Posts: 11
Joined: Mar 2017
Reputation:
0
I tried different skin, but no difference.
Any advice where I could start looking for this problem?
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
The root cause, as it couldn't show, is in your mythtv backend.
Since MythTV 0.25 the database mythconverg must to be configured using character set UTF-8. Also the host should use this character set to allow noconf convertion from external program.
You don't see any issue using mythfrontend because your front is on the same host as the backend and uses same character set rules.
So you should go to MythTV documentation/help wiki to know how to convert the database and backend host to the right charset.
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
Once the database migration competed, the mythfilldatabase program will load guide data using the right character set (UTF-8).
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
One thing more. Many guys missing this point also misses to configure time data in their database to enable UTC/local time convertion. You will find the help/doc about in same place : MythTV wiki.
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
2017-03-17, 19:38
(This post was last modified: 2017-03-17, 21:23 by janbar.)
It could be linked with the used skin. How scandic characters are displayed ? Are they missed or replaced by others ?
Posts: 11
Joined: Mar 2017
Reputation:
0
Any ideas what is problem? Is there possible to log information somewhere and investigate it?