OpenELEC Testbuilds for RaspberryPi
(2013-03-25, 15:23)tvankirk Wrote:
(2013-03-24, 20:47)rbej Wrote: Frodo Branch Updated

- new PVR fixes for Omxplayer

Delete <alwaysforcebuffer>xxxxx</alwaysforcebuffer> and <freememorycachepercent>xxxxx</freememorycachepercent> from advencedsettings and add <cachemembuffersize>xxxxx</cachemembuffersize> in network section.

http://forum.xbmc.org/showthread.php?tid...#pid135010

Curious about the PVR fixes for Omxplayer. I can't seem to locate the commit. Can you point me in the right direction?

Also, the MythTV development Frodo branch has some new buffering updates that are working very well on my OpenELEC build: https://github.com/fetzerch/xbmc-pvr-addons/tree/frodo.

rbej,

The following script will replace the included mythtv addon with the latest development build 1.6.10. I've tested this latest version for a few days and it is working well. Improvements to the addon's buffering allow HD recordings to play without buffering and it fixes a bug where new recordings don't show up until a reboot.

If you could include it along with all of your other improvements, I'd be very grateful.

Code:
#!/bin/bash

source ./packages/mediacenter/xbmc-pvr-addons/meta

if [ ! -d ./sources/$PKG_NAME/ ]; then
    mkdir -p ./sources/$PKG_NAME/
fi
wget --no-check-certificate https://github.com/fetzerch/xbmc-pvr-addons/archive/frodo.zip
unzip frodo.zip
mv xbmc-pvr-addons-frodo $PKG_NAME-$PKG_VERSION
tar -cJf $PKG_NAME-$PKG_VERSION.tar.xz $PKG_NAME-$PKG_VERSION
rm -r $PKG_NAME-$PKG_VERSION frodo.zip

mv $PKG_NAME-$PKG_VERSION.tar.xz ./sources/$PKG_NAME/
md5sum sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz > sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz.md5
echo "http://sources.openelec.tv/devel/$PKG_NAME-$PKG_VERSION.tar.xz" > ./sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz.url

rm -rf ./build.OpenELEC*/.stamps/xbmc-pvr-addons ./build.OpenELEC*/xbmc-pvr-addons-* ./build.OpenELEC*/image/.stamps/xbmc-pvr-addons


Messages In This Thread
MythTV PVR: No Video - by hkramski - 2012-11-13, 20:32
Cumulative Small Skip forward ... - by xandy - 2013-02-03, 15:46
RE: OpenELEC Testbuilds for RaspberryPi - by tvankirk - 2013-04-02, 05:43
:00 - by Koloss - 2013-07-14, 12:09
RE: :00 - by popcornmix - 2013-07-14, 12:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi12