Latest Mediaportal

bjolly

Vu+ Newbie
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.
 

ennegi

Vu+ User+++
MediaPortal 7.7.1

Thx @ all Dev´s

If you like this, please leave a thank you
 

Attachments

  • enigma2-plugin-extensions-mediaportal_7.7.1_all.ipk
    4.6 MB · Views: 42

ennegi

Vu+ User+++
MediaPortal 7.7.2

Thx @ all Dev´s

If you like this, please leave a thank you
 

Attachments

  • enigma2-plugin-extensions-mediaportal_7.7.2_all.ipk
    4.6 MB · Views: 49

harddriver

Vu+ User
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
 

zadow

Vu+ Newbie
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 ?
 

harddriver

Vu+ User
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
 

zadow

Vu+ Newbie
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.
 

zadow

Vu+ Newbie
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 ?
 

zadow

Vu+ Newbie
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
 

ennegi

Vu+ User+++
MediaPortal 7.7.3

Thx @ all Dev´s

If you like this, please leave a thank you
 

Attachments

  • enigma2-plugin-extensions-mediaportal_7.7.3_all.ipk
    4.6 MB · Views: 33
Top