Commit graph

18 commits

Author SHA1 Message Date
Adam Sutton
8acf93a61e Merge remote-tracking branch 'origin/pr/290' 2013-11-16 12:00:04 +00:00
Adam Sutton
06b042e0b3 mpegts: add ability to override the charset used with the PSI code
This is now possible at 4 levels:

1. The global defaults (for known bad muxes)
2. The network
3. The mux
4. The service

Such that 4 overrides 3, overrides 2, etc...
2013-10-14 14:18:14 +01:00
jurrabi
b2be611cfc Include correct charset selection for Canal + Spain Transponders
Canal + uses it's own encoded guide. But info for Current-Next program is delivered using standard EPG DVB-S method. But it doesn't indicate correctly the encoding used (latin) so TVH shows information assuming UTF-8 and this doesn't show correctly latin chars (áéíóúñ and things like that).
This modification allows tvh to correctly identify charset for current (as of today 10Aug2013) Canal + Spain transponders.
2013-08-10 12:43:59 +02:00
Wojciech Myrda
ac53915b97 The lists out there set ISO8859-5 encoding for all the channels
in the "Sattelite BG" digital platform from 23.5E  however hence
 several of those transponders share their channels with other
platforms this commit sets in only where it is safe meaning where
channels are used by this platform only. To set them for others
would require more testing
2013-05-22 09:37:20 +02:00
Wojciech Myrda
5c8ade8536 I have found several ovverrides http://www.ab-forum.info/viewtopic.php?f=147&t=41393
that help with encoding on the platforms of Easteuropean origin for enigma2 boxes.

This commit sets encoding for Romanian channels from RCS DigiTV
2013-05-22 09:33:29 +02:00
Wojciech Myrda
db947242a6 Moving skyde overrides to the beggining of the file to sort the list in the
alphabetical order just like sattelites names go and skyde is located on Astra
hence is deserves the place in the start
2013-05-22 09:28:34 +02:00
Wojciech Myrda
5a163d7638 Turkish character encoding override addition based on encoding.conf from
http://git.opendreambox.org/?p=enigma2.git;a=summary
2013-05-22 09:26:06 +02:00
Wojciech Myrda
a636cf6994 Greek character encoding override addition based on nonstandard_encoding from IPBox HD 2013-05-22 09:20:37 +02:00
Wojciech Myrda
f6547d5ad9 upstream uptodate file 2013-05-22 09:17:16 +02:00
Wojciech Myrda
21e8e272fb Merge remote-tracking branch 'dev/master'
Conflicts:
	data/conf/charset
2013-05-22 09:10:08 +02:00
Adam Sutton
9c1a72bc7a Correct typos in the encodings list. Fixes #1338. 2012-10-19 14:51:43 +01:00
Wojciech Myrda
753f762de4 [PR-165] Polish Character Encoding Fixes 2012-10-15 11:54:36 +01:00
xhaggi
f4fcb278f8 [PR-163] Added encoding ISO8859-15 for Astra 19.2E Sky Germany 2012-10-15 11:54:36 +01:00
Wojciech Myrda
3f0ca5d082 Polish Character Encoding Fixes 2012-10-14 13:51:04 +02:00
Mariusz Bialonczyk
c29eeba654 data/conf/charset: small fix in the encoding list 2012-10-12 12:36:31 +02:00
Mariusz Bialonczyk
cdc5109b36 [PR-153] Further fixes for Polish EPG encoding
It seems from my debugging that we cannot force the encoding to specific
type as the only one, because the providers are sometimes encoding
the current/next events differently then the rest. As the result the
part of events could have wrong encoding. There are also situations,
where firstly loaded event is OK, but further update is screwing
the encoding on it.

My solution is adding special encoding type: PL_AUTO which cover all
Polish EPG. This way the encoding is correct for both current/next
and further events. Side effect is that the encoding list for Polish
channels is smaller (don't need to check if channel is encoded in
ISO8859-2 or in ISO6937, it just works if it is set to PL_AUTO).

The is still a place to force encoding to specified one for a whole
transponder or specific services, but it is not applicable to Polish
providers.
2012-10-12 09:41:31 +01:00
Mariusz Bialonczyk
ddbed8be8c [PR-153] Provide automatic charset overrides for certain services
Certain services on some networks are transmitted with incorrect
charset encodings. The user has the ability to manually override
these, but this provide initial defaults for known bad services.

Mostly this relates to Polish DVB-S providers at this time.
2012-10-11 13:59:31 +01:00
Adam Sutton
a8096d4ea8 Some updated to bundle/settings to integrate the two. Settings can now be seamlessly loaded from bundle/share/settings directory. This is useful to opentv module but may be useful elsewhere in the future. 2012-08-14 20:02:38 +01:00