Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi (/showthread.php?tid=140518)



RE: OpenELEC Testbuilds for RaspberryPi - Chivato - 2013-06-24

Installed Gotham Branch from 2013-06-07 and all errors are gone. I think the problem is solved because this image has firmware and kernel 3.9.4.

Also tested release from 2013-06-19 and working perfect without errors while booting.


RE: OpenELEC Testbuilds for RaspberryPi - kraades - 2013-06-24

OpenELEC 3.1.0 and iOS 6.1.3.

Airplay broken again? Worked fine on 3.0.6...


RE: OpenELEC Testbuilds for RaspberryPi - _phk_ - 2013-06-24

(2013-06-24, 13:26)rbej Wrote: Updated Gotham Branch

- updated new clock for Omxplayer (many new fixes)

- fix scallng of teletext

- updated OpenElec settings

http://www65.zippyshare.com/v/39354145/file.html
with this version I notice some AAC playback issues.


RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-06-24

(2013-06-24, 22:05)_phk_ Wrote: with this version I notice some AAC playback issues.

Need more details, and ideally a sample file that shows the problem.


RE: OpenELEC Testbuilds for RaspberryPi - _phk_ - 2013-06-24

(2013-06-24, 22:06)popcornmix Wrote:
(2013-06-24, 22:05)_phk_ Wrote: with this version I notice some AAC playback issues.

Need more details, and ideally a sample file that shows the problem.
it only occours on aac with 44100 khz. Some Irish AeTV streams are affected.

If necessary I'm gonna capture a sample tomorrow.


RE: OpenELEC Testbuilds for RaspberryPi - Chivato - 2013-06-25

I just formated and installed the latest Gotham release from within Windows instead of Ubuntu. All errors are gone and the only thing I have is that the menu items are in English, the rest is in Dutch.

Can someone explain how this is possible?


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-06-25

Xbmc bug.


RE: OpenELEC Testbuilds for RaspberryPi - schub - 2013-06-25

(2013-06-24, 13:26)rbej Wrote: Updated Gotham Branch

- updated new clock for Omxplayer (many new fixes)

- fix scallng of teletext

- updated OpenElec settings

http://www65.zippyshare.com/v/39354145/file.html

Hi rbej,

i tested your release.
  • Teletext is now fullscreen on analog video output.
  • but now Live-TV channels are 1:1, the aspect ratio seems to be ok,
    but there are black bars on the left and right side - this worked with your version from 2013-06-17

thank you for your work.

Best Regards


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-06-25

Updated Gotham Branch

- updated new clock for OmxPlayer (fix for live TV aspect ratio)

http://www29.zippyshare.com/v/6565728/file.html


RE: OpenELEC Testbuilds for RaspberryPi - Vimes - 2013-06-25

Hello

Many thanks for these builds rbej Smile

After adding pool.ntp.org my time and date have adjusted (using uk.pool.ntp.org doesn't change things). But even though I have changed the timezone to the UK and 12hrs my time clock is correct but minus 1 hour, which I assume is because of BST...? Is there a way to amend that so the clock is correct...?


Thanks Smile


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-06-25

Manual change in guisettings.


RE: OpenELEC Testbuilds for RaspberryPi - Vimes - 2013-06-25

Thanks....

Changing from...

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

to....

PHP Code:
<locale>
        <
audiolanguage>original</audiolanguage>
        <
charset>DEFAULT</charset>
        <
country>UK (12h)</country>
        <
language>English</language>
        <
subtitlelanguage>original</subtitlelanguage>
        <
timezone>Europe/London</timezone>
        <
timezonecountry>Britain (UK)</timezonecountry>
    </
locale

and then saving, just resets when the Pi is rebooted and the time remains 1 hour out.

Thanks anyway though Smile


RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-06-25

(2013-06-25, 14:27)Vimes Wrote: and then saving, just resets when the Pi is rebooted and the time remains 1 hour out.

Thanks anyway though Smile

Possibly xbmc is overwriting this file when you shuit down.
I tried editing it and then did a
Code:
killall xbmc.bin
and then rebooted, and the setting is still there.


RE: OpenELEC Testbuilds for RaspberryPi - delinend - 2013-06-25

I allway login via SSH to "nano" the gui files, to edit the <timezone> tag.
Save the file, and type "reboot" in the SSH-promt after that change :-)


RE: OpenELEC Testbuilds for RaspberryPi - Vimes - 2013-06-25

It seems rebooting from the GUI of the PI (XBMC) did indeed rest those timezone settings but doing as popcornmix explained and all seemed well, with a little help from Putty Smile


Many thanks

@delinend - thanks for the "reboot" idea, having no previous SSH knowledge I appreciate that.