Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
streams just shows vu + loading stream, and box (ultimo) can't do anything.MediaPortal 7.7.2
Thx @ all Dev´s
If you like this, please leave a thank you
it's the latest image(Black Hole 3.0.3.A Vu+ Ultimo) and with latest build from this thread MediaPortal 7.7.2, and i also tried via web addons plugin manager in the image.Hi
I´m no longer using BH Images,but as i still read here,Update
your Image to the actual build, i guess 3.0.3 C, and try it again.
2nd thought is have you enough space on your Box ? cause MP
is a big plugin that consumes a lot of space ?
MediaPortal saves normaly a log at /tmp
def openLogFile():
global gLogFile
baseDir = "/tmp"
logDir = baseDir + "/mediaportal"
now = datetime.datetime.now()
try:
os.makedirs(baseDir)
except OSError, e:
pass
try:
os.makedirs(logDir)
except OSError, e:
pass
Code:
opkg remove enigma2-plugin-extensions-mediaportal
reboot
opkg update
opkg upgrade
reboot