Updated Helix build,
Kodi/XBMC master from Oct 14 +
newclock4 commits.
Kodi/XBMC Master:
•
Master changelog
• Adapt addon gui version to 5.3.0
NB!
Addons and skins may need an update to be compatible.
Sync to addon gui version bump for the bundled PVR addons is NOT included so they might not work. I´ll include it in next build if not already merged.
Newclock4 additions:
• [rbp] Fix for orientation handling of Pi textures
• [ResamplePi] Fix for 24bit audio
• CacheStrategy: remove usage of emulated win32 functions, switch to internal VFS
GPU firmware from Oct 12 included:
• audio_mixer: Add more support for 24-bit formats
• audioplus: Always use 48kHz for pwm when de-popping is enabled
• platform: Reorganise so config.txt is parsed before gpioman is set up
• config: Remove gpio_pads config. Drive strength can be set through gpioman
• audio_mixer: Check port number with resample parameter
To install Kodi/XBMC build, SSH to Pi:
Code:
wget -O kodi-14-20141014-nc4.tar.gz http://goo.gl/lSP6R8 --no-check-certificate
pv kodi-14-20141014-nc4.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/kodi-14-20141014-nc4/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/kodi-14-20141014-nc4/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
See post #1 for more info