• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 174
OpenELEC Testbuilds for RaspberryPi
Hi,

OpenELEC Development build (r12055):
http://sources.openelec.tv/tmp/image/ope...55.tar.bz2

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

Please also read http://sources.openelec.tv/tmp/image/ope..._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=...dend_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.
greetings, Stephan

Image

Image
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.
Why autostart.sh not working with r12055?. Now i cant auto mount nfs.



(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
greetings, Stephan

Image

Image
http://pastebin.com/Gwgu72rU

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



(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; \
)&
greetings, Stephan

Image

Image
Working perfect. Thanks!!.

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



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.
Hi,
Does the "Scanning tv shows still produces no new entries in the library" was fixed?
thanks
New vdec3 working much better than older. No more black screen with many movies.



(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.
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
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
Delete guisettings.xml.



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

that did the trick, had to disable rss and correct the resolution thats it!
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 174

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi12