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 - sraue - 2012-10-08

Hi,

OpenELEC Development build (r12055):
http://sources.openelec.tv/tmp/image/openelec-rpi/OpenELEC-RPi.arm-devel-20121008083232-r12055.tar.bz2

to update a older build without reinstalling see:
http://wiki.openelec.tv/index.php?title=Updating_OpenELEC#Manually_Updating_OpenELEC

Please also read http://sources.openelec.tv/tmp/image/openelec-rpi/READ_FIRST.txt for general notes about our development builds.

Not much changes, except for some updates:

You can install HTS TVHeadend a PVR backend via XBMC's addon system
(go to: System/Settings/Add-ons/Services/hts-tvheadend install and reboot for more informations see:
http://wiki.openelec.tv/index.php?title=OpenELEC_Tvheadend_addon )

because XBMC now supports officially RPi and PVR please use XBMC's Trac (http://trac.xbmc.org/) to report XBMC bugs and OpenELEC's github issue tracker (https://github.com/OpenELEC/OpenELEC.tv/issues) for OS related issues and feature/driver requests.



RE: OpenELEC Testbuilds for RaspberryPi - caravela - 2012-10-08

Thanks.
did some quick test and this vec3 decoder performs better on 10 bits encodes, it is not perfect but is much better than before, also it is able to show picture on others encodes where i just had black screen before.


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2012-10-08

Why autostart.sh not working with r12055?. Now i cant auto mount nfs.


RE: OpenELEC Testbuilds for RaspberryPi - sraue - 2012-10-08

(2012-10-08, 12:51)rbej Wrote: Why autostart.sh not working with r12055?. Now i cant auto mount nfs.

can you paste your /var/log/messages please? it should not be broken



RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2012-10-08

http://pastebin.com/Gwgu72rU

Auto mount nfs working with r12039 but not working with r12055.


RE: OpenELEC Testbuilds for RaspberryPi - sraue - 2012-10-08

(2012-10-08, 14:07)rbej Wrote: http://pastebin.com/Gwgu72rU

Auto mount nfs working with r12039 but not working with r12055.

check your autostart.sh script:
line 252ff:

Code:
!!! AUTOSTART script detected !!!
#!/bin/sh
sleep 30; \
mount -t nfs 192.168.1.1:/nfs/Dane /storage/nfs01 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane2 /storage/nfs02 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane3 /storage/nfs03 -o nolock; \
)&!!! -End of autostart script- !!!

it looks like you miss a "(" at the beginning:
Code:
#!/bin/sh
(
sleep 30; \
mount -t nfs 192.168.1.1:/nfs/Dane /storage/nfs01 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane2 /storage/nfs02 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane3 /storage/nfs03 -o nolock; \
)&



RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2012-10-08

Working perfect. Thanks!!.

PS. Strange. Old script without "(" working fine on r12039.


Re: OpenELEC Testbuilds for RaspberryPi - Nereid - 2012-10-08

Hello,

Im having a bit of an issue with subtitles on r12055. I cant get any external subtitles to show up at all. Also some of the internal ones inside .mkv files dont show up, but some do. All subtitles worked fine on earlier build, r12005. Maybe something to do with vdec3?

EDIT: Ignore this, just had to recalibrate the subtitle position since they were thrown off screen for some reason after update.


RE: OpenELEC Testbuilds for RaspberryPi - fernandovg - 2012-10-08

Hi,
Does the "Scanning tv shows still produces no new entries in the library" was fixed?
thanks



RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2012-10-08

New vdec3 working much better than older. No more black screen with many movies.


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-08

(2012-10-08, 15:23)rbej Wrote: New vdec3 working much better than older. No more black screen with many movies.

It is not working better. It just got more tolerant about out of spec encoded movies. Big difference.


RE: OpenELEC Testbuilds for RaspberryPi - fernandovg - 2012-10-08

gimli, can you confirm the existence of a bug/issue to "Scanning tv shows still produces no new entries in the library" ?
I couldn't find it on bug tracker/github but this problems happens at r12039/50.
Cheers



RE: OpenELEC Testbuilds for RaspberryPi - kindrudekid - 2012-10-08

i upgraded my 2 week old build and the UI overlay wont come up on the default wallpaper of the XBMC ... please help, my library is huge and i have many addons, i dont wnat to loose them


my logs if someone can help!

http://sdrv.ms/RqBySH


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2012-10-08

Delete guisettings.xml.


RE: OpenELEC Testbuilds for RaspberryPi - kindrudekid - 2012-10-08

(2012-10-08, 18:50)rbej Wrote: Delete guisettings.xml.

that did the trick, had to disable rss and correct the resolution thats it!