The first impression is fine!!!! XBMc menue is working fast. Play all my Music from NAS, watch HD movies from my dreambox/VU receiver over lan streaming (smb) is also very nice, no problems!
Now i have to install this addon:
Code:
sudo xip install XbmcPvrAddonVuPlus-20120724-armv7l-1.xip
cbxbiker61 wrote:
To use static ip on Xilka.
1. modify /etc/systemd/system/eth0.service with appropriate ip info.
2 sudo systemctl enable eth0.service
3. sudo systemctl disable wicd.service
About the VuPlus Pvr addon:
Here's a link to a version for Xilka on CuBox. I can't test it, other than testing that it seems to start up on x86_64.
https://dl.dropbox.com/u/38673799/XbmcP ... mv7l-1.xipJust to let you know. It took me a whopping 15 minutes to make this script and build a version for CuBox. So if we have any aspiring programmers out there, I hope you get a feel for how easy it is to whip up a build script for new code that's lurking out on the net. BTW, please submit new build scripts to me so I can incorporate them into the standard distro.
Code:
#! /bin/bash
##DEFINE[CATEGORY]: multimedia
##DEFINE[SDESC]: Xbmc Pvr VuPlus addon
VERSION='git'
##SOURCE[0]: git://github.com/jdembski/xbmc-addon-vuplus.git
##DESC: @NAME@ - @VERSION@ (@SDESC@)
##REQ: CAres Curl CyrusSasl LibIdn LibSsh2
##REQ: OpenLdap OpenSsl RtmpDump ZLib
##BUILDOPTS: BUILDER=make
. /etc/xi.sh
function Install()
{
__Install_std
local id=$(GetInstallDir)
local pd=$(GetPrefixDir)
local ad="$id/opt/xbmc/share/xbmc/addons"
mkdir -p $(dirname $ad)
mv $pd/addons $ad
}
Run # do all the good stuff
when i configure and will acivate, xbmc says that he addon could not be load.....a not known error ...
if this addon will be start and working the cubox will be the best miniHTPC ever for dreambox / VU Duo Receiver owner!!!!