Rbej Frodo Brench
www.mediafire.com/?10456ccz13ard
- OpenElec build r13352
- Xbmc 12.0.2 Frodo (almost 100 new fixes)
- Rpi kernel 3.6.y (16.02.2013)
- Rpi firmware (16.02.2013)
- Pvr Addon (16.02.2013) with PVR TvHeadend 1.6.18 fixed. (Thx Jbree85) and MythTv 1.6.9 (17.02.2013)
- Xvdr Addon (16.02.2013)
- Gpu memory set to 100mb on default for Rpi 256mb (fix kernal killing Xbmc task on Rpi 256mb board) and Gpu memory set to 256mb on default for Rpi 512mb.
- Memory cache set to 2621440 on default
- GUI resolution switch
(taken from XBIAN)
Only in my build:
- add Gui resolution change
- add new Network Cache.
- add Both HDMI and analog audio output
- add new scheme for handling stalling and buffering
- remove battery level info from System Information and add info about build version
(taken from XBIAN)
- Fix for stuttery video when seeking before zero
- Handle resolution changes during video stream
- add NFS auto-update patches for USB/NFS/SMB on Rpi
Please read this:
github.com/xbmc/xbmc/pull/1388
No more cachemembuffersize in advenced setting. Please delete it and add this:
<alwaysforcebuffer>false</alwaysforcebuffer>
<freememorycachepercent>5</freememorycachepercent>
1.
alwaysforcebuffer: This will force everything ran through dvdplayer to be buffered that would not be normal buffered except Optical Media. This includes SMB, Local Files, OS Network Shares, etc.
2.
freememorycachepercent: The amount of free memory to use as buffer size. Please note that of the percentage of free memory used ~75% will be used for forward buffering and ~25% will be used for the back buffer.
Add to advencedsettings <guires>
XXXX</guires>
XXXX = GUI resolution. 480p,720p,900p,1080p.
<guires>720</guires>,
<guires>1080</guires> etc...
Update Instruction:
wiki.openelec.tv/index.php?title=Updating_OpenELEC
For Rpi 512Mb set gpu_mem=256 and change GUI to 1080p.
For Rpi 256Mb set gpu_mem=100 and change GUI to 900p.
or clean install:
wiki.openelec.tv/index.php?title=Install...ELEC_on_Raspberry_Pi
After update please remove swap file from .storage/cache folder and remove this lines from config.txt
start_file=start_x.elf
fixup_file=fixup_x.elf
New codes now is included in start.elf and fixup.dat files.