PDA

View Full Version : Problems with Auto language



jeey
14-08-11, 00:05
I'm trying to get auto languge to work.
But it doesnt seem to work with english or Norwegian.

If i add swedish is works 99% of the times, but not with the above languages.

Any suggestions
http://ducky.julebr.us/auto_language.jpg

9832

basilyoung
14-08-11, 00:18
its likely that the langauges are not available...can you select the required langauge manually?

jeey
14-08-11, 13:07
its likely that the langauges are not available...can you select the required langauge manually?

Yes, i can choose them manually,
that's whats so annyoing

t.ph
14-08-11, 19:01
I have found that this does sometimes not work when the language you require ( English in my case) is not actually listed as English when you look at it manualy as some providers list is under other names.

I would assume the plugin is actually looking for certain keywords before it can work so it can never be 100% if providers are using whatever they want!

jeey
14-08-11, 20:52
In my case audio and subs are listed the same way as written in the auto language config.

Is there any logfiles or anything i can check?

regarto
14-08-11, 21:01
The Norwgian Auto language bug is fixed by PLi team today. Look here:

http://openpli.git.sourceforge.net/git/gitweb.cgi?p=openpli/enigma2;a=commit;h=44f8d65c6a90f2000090e853cf83719 90395c291
I guess the fix will be included in next VIX update or image release.

silverfox0786
16-08-11, 09:09
wow i cant beleve they made such a mistake


--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -323,7 +323,7 @@ def InitUsageConfig():
("lat", "Latvian"),
("lit", "Lithuanian"),
("ltz", "Letzeburgesch"),
- ("nob", "Norwegian"),
+ ("nor", "Norwegian"),
("pol", "Polish"),
("por", "Portuguese"),
("fas per", "Persian"),

jeey
17-08-11, 14:55
wow i cant beleve they made such a mistake


--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -323,7 +323,7 @@ def InitUsageConfig():
("lat", "Latvian"),
("lit", "Lithuanian"),
("ltz", "Letzeburgesch"),
- ("nob", "Norwegian"),
+ ("nor", "Norwegian"),
("pol", "Polish"),
("por", "Portuguese"),
("fas per", "Persian"),

They probally looked at the wrong language chart.

We actually have nob and non in norway, (norwegian bokmål and norwegian nynorsk).
But in these terms nor is the correct setting.

Looking forward to next VIX update :D