OpenELEC Testbuilds for RaspberryPi Part 2
(2013-08-25, 12:28)popcornmix Wrote:
(2013-08-25, 00:38)doveman2 Wrote: Ah, I see it affects XBMC completely and shows the wrong time on Home and in the EPG (i.e. it shows the current programme as the one that was on an hour ago) and not just the log Sad

Just edit advancedsettings.xml and add the correct timezone information. E.g. I use:
Code:
<locale>
        <country>UK (24h)</country>
        <language>English</language>
        <timezone>Europe/London</timezone>
        <timezonecountry>Britain (UK)</timezonecountry>
    </locale>

That will fix the time. Not sure why setting this in the gui is broken in gotham builds.

Thanks, I'll try that. I checked guisettings.xml and that already has

Code:
<locale>
        <audiolanguage>original</audiolanguage>
        <charset>DEFAULT</charset>
        <country>UK (24h)</country>
        <language>English</language>
        <subtitlelanguage>original</subtitlelanguage>
        <timezone></timezone>
        <timezonecountry></timezonecountry>
    </locale>

so as you can see, the timezone settings are blank which explains why it's not working.

Hmm, adding the settings to advancedsettings.xml didn't help and it still shows an hour behind onscreen. I put the timezone settings in guisettings.xml as well and that's fixed it.

Looking through I also saw

Code:
<audiooutput>
        <ac3passthrough>true</ac3passthrough>
        <audiodevice>default</audiodevice>
        <channels>1</channels>
        <dtshdpassthrough>true</dtshdpassthrough>
        <dtspassthrough>true</dtspassthrough>
        <guisoundmode>1</guisoundmode>
        <mode>0</mode>
        <multichannellpcm>true</multichannellpcm>
        <normalizelevels>true</normalizelevels>
        <passthroughaac>false</passthroughaac>
        <passthroughdevice>default</passthroughdevice>
        <processquality>30</processquality>
        <stereoupmix>false</stereoupmix>
        <streamsilence>true</streamsilence>
        <truehdpassthrough>true</truehdpassthrough>
    </audiooutput>

could the normalizelevels setting be causing Music to be so much louder than TV or does that setting apply to all audio? I note that there doesn't seem to be any downmix setting in there, is that located somewhere else?

There's also

Code:
<audio>
        <mute>false</mute>
        <fvolumelevel>1.000000</fvolumelevel>
    </audio>

and I wonder what fvolumelevel controls.

I also saw

Code:
<input>
        <enablejoystick>true</enablejoystick>

which I changed to false as I'm not using a joystick and it seems sensible to disable anything I'm not using.


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by doveman2 - 2013-08-25, 17:14
New Tester - by theneverstill - 2013-10-03, 17:16
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223