Latest Mediaportal

Hi Again,

For those interested

I dowloaded LSK version 0.3 and installed it. I created a swapfile (1gB) and ran MP last night all seemed to work ok - no crashes etc. I had a little video jitter only but think that is down to me as I only have a 3G dongle for internet access.
 
Hi

btw
THX to the Dev´s for changing the Dependencies :thanks:
know it´s possible to update the MP with the Plugin´s update function
 
i am having problem with latest mediaportal.
I am on a fresh install Black Hole 3.0.3.A Vu+ Ultimo, tried both manual install via addon panel and via web panel.
it seem there is missing something, when i reboot there is a message but it is disappear so fast i cant get to read it.
mediaportal shows in addon list, but no matter what i try to stream , it open stream link and then nothing happens, just black screen, and box basically freezes.
I can only do volume up and down, and have to restart box.
Is the message it tries to tell me stored somewhere , so i can see the missing dependencies ?
 
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
 
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
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.
It seem to miss something that only display in a split second, when i reboot image.To fast to read.

is there a bootlog somewhere?
It dont crash so cant check the crashlog.
 
it should as you say be in /tmp folder.
it could be that python is case sensitive it do not write.
looks for /mediaportal when its /Mediaportal

Code:
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
is this project on github where i can make a issue ?
 
Im on vu + ultimo , not the new 4k

however i got it to work with the old fix.

Code:
opkg remove enigma2-plugin-extensions-mediaportal

reboot

opkg update

opkg upgrade

reboot

really wierd i have to do this on every fresh install.

works with mediaportal.7.7.2_all and lastest bh
 
Back
Top