Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6871 closed defect (invalid)

Wrong ISO639Language for Norwegian

Reported by: dag@… Owned by: danielk
Priority: minor Milestone: unknown
Component: MythTV - DVB/ATSC Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The ISO639 language code listed as available in setup for Norwegian is "Norwegian (Bokmål)" wich returns the value "nob". However the EPG and audiostreams use "nor", for "Norwegian". By changing ISO639Language1 to "nor" directly in the database, I now get the correct audiostream selected when starting a channel with multiple lanuages (i.e. on Disney Channel).

To apply to all frontends:

update settings set data='nor' where value='ISO639Language1';

(Or ISO639Language0, depends on your setup)

Change History (2)

comment:1 Changed 15 years ago by Janne Grunau

Resolution: invalid
Status: newclosed

trunk has tree option for Norwegian:

Norwegian Bokmål
Norwegian Nynorsk
Norwegian

and they were added 2005 in [7154] so I see no reason why the shouldn't be includes in 0.21.

comment:2 Changed 15 years ago by anonymous

Strange; I now noticed that I only have "Norwegian Bokmål" and "Norwegian Nynorsk" for ISO639Language0, but for ISO639Language1 I get "Norwegian" and not the others. Weird.

Note: See TracTickets for help on using tickets.