diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2013-02-22 09:52:10 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2013-02-22 09:52:10 +0100 |
commit | 60376c4c1f0a4b65cb07b89d5c095015ec3b1215 (patch) | |
tree | 17ffec6570452b26bb21436eabafdb24de5bf88b /README | |
parent | c9a302eff85ad0d6c337743b7373b4ee0c7bded3 (diff) | |
download | vdr-plugin-eepg-60376c4c1f0a4b65cb07b89d5c095015ec3b1215.tar.gz vdr-plugin-eepg-60376c4c1f0a4b65cb07b89d5c095015ec3b1215.tar.bz2 |
Added ability to translate themes. Examples added
Fixed handling of duplicate epg entries
Added new SKY themes
Added checking/updating of themes files on load
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -109,6 +109,11 @@ This is a workaround fix which does double conversion and depends on already know data for providers that send incorrect charset. The real solution is for Providers to follow the standards and not to do this in the first place. +The themes of the EPG events can be translated. For MHW a translation file is used, and for OTV the +theme file should be translated. +See example english translation files in: extra/en-themes/*.* +This files should be placed in eepg plugin config directory. + THANKS This code is based on: * Premiere plugin (C) 2005-2007 Stefan Huelswitt <s.huelswitt@gmx.de> |