Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4953 closed defect (fixed)

EIT Encoding on DVB-S Astra 19.2 wrong

Reported by: camelreef Owned by: Janne Grunau
Priority: minor Milestone: 0.21.1
Component: eit Version: 0.21-fixes
Severity: medium Keywords: EIT DVB-S accents encoding
Cc: Ticket locked: no

Description

Opening the ticket at Janne Grunau's request in this email:

http://mythtv.org/pipermail/mythtv-users/2008-March/215249.html

I need the the results of following sql query:

SELECT name, transportid, networkid, serviceid FROM channel as c, dtv_multiplex as d WHERE c.mplexid = d.mplexid AND name IN ("first broken channel", "second broken channel", ...);


mysql> SELECT name, transportid, networkid, serviceid FROM channel as c,
dtv_multiplex as d WHERE c.mplexid = d.mplexid AND name IN ("NT1", "NRJ
12","DIRECT 8", "LCP", "EURONEWS", "CANAL+", "France 24 (en francais)");
+-------------------------+-------------+-----------+-----------+
| name                    | transportid | networkid | serviceid |
+-------------------------+-------------+-----------+-----------+
| NT1                     |        1094 |         1 |     17028 | 
| LCP                     |        1094 |         1 |     17027 | 
| CANAL+                  |        1072 |         1 |      8201 | 
| EURONEWS                |        1070 |         1 |      8004 | 
| EuroNews                |        1091 |         1 |     31220 | 
| NRJ 12                  |        1100 |         1 |      8710 | 
| DIRECT 8                |        1022 |         1 |      6911 | 
| DIRECT 8                |        1022 |         1 |      6901 | 
| France 24 (en Francais) |        1022 |         1 |      6905 | 
+-------------------------+-------------+-----------+-----------+

All those above have broken accents.

Here is a complete list of the DVB-S TV channels I have set on my system:

mysql> SELECT name, transportid, networkid, serviceid FROM channel as c,
dtv_multiplex as d WHERE c.mplexid = d.mplexid AND c.sourceid = "3";
+-------------------------+-------------+-----------+-----------+
| name                    | transportid | networkid | serviceid |
+-------------------------+-------------+-----------+-----------+
| LUXE.TV SD              |        1108 |         1 |      3992 | 
| DIRECT 8                |        1022 |         1 |      6901 | 
| France 24 (en Francais) |        1022 |         1 |      6905 | 
| NRJ Hits                |        1022 |         1 |      6908 | 
| DIRECT 8                |        1022 |         1 |      6911 | 
| EURONEWS                |        1070 |         1 |      8004 | 
| CANAL+                  |        1072 |         1 |      8201 | 
| NRJ 12                  |        1100 |         1 |      8710 | 
| ARTE                    |        1024 |         1 |      9019 | 
| TV5MONDE EUROPE         |        1026 |         1 |     10060 | 
| LCP                     |        1094 |         1 |     17027 | 
| NT1                     |        1094 |         1 |     17028 | 
| arte                    |        1101 |         1 |     28109 | 
| EuroNews                |        1091 |         1 |     31220 | 
+-------------------------+-------------+-----------+-----------+

Attachments (1)

4953_astra_french_eit_fixes.diff (1.0 KB) - added by Janne Grunau 16 years ago.

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by Janne Grunau

comment:1 Changed 16 years ago by Janne Grunau

Component: mythtveit
Milestone: 0.21.1
Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned

please try attached patch

comment:2 Changed 16 years ago by camelreef

Ah, you put me in a difficult spot.

I'm running binary packages on my production system.

I'm not too good at building from scratch and I'm not too sure to be willing to try it and break my system, package management-wise.

So, either I break my system or I do not test this patch.

Either way, I lose.

This is not a criticism of the dev process, I'm the person puting myself in this situation.

Nico

comment:3 Changed 16 years ago by Janne Grunau

every one with access to Astra 19.2 should be able to test this.

I'm sure the patch will fix this. I'll apply it next week if nobody tests it until then.

comment:4 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: assignedclosed

(In [16792]) Adds EIT encoding fixes for various fren Astra 19.2E channels. Closes #4953

comment:5 Changed 16 years ago by Janne Grunau

(In [16794]) Merges revision [16792] from trunk: Adds EIT encoding fixes for various fren Astra 19.2E channels. Closes #4953

Note: See TracTickets for help on using tickets.