Jump to content


Photo

Media Play not working with PLi HD Skin as only Skin installed

SKIN Media Player

  • Please log in to reply
5 replies to this topic

#1 fcs001fcs

  • Senior Member
  • 244 posts

+2
Neutral

Posted 20 November 2011 - 12:17

Updated yesterday to the latest OpenPLi 2.1 version with SSL 84 and did an update today but still Media Player causes a "green" crash screen when Skin is PLi-HD is used and reboots my DM800 original.

I had uninstalled all other skins except PLi-HD when this happened.

Installed and Switched to Magic-HD Skin and Media Player works OK and now works OK in PLi-HD Skin also.

It seems that PLi-HD Skin is using files from Magic-HD Skin.

For Skin Author to consider.

Extract of crash log is below:

-----------------------------------

[Skin] Error: {PLi-HD/skin.xml}: pixmap file /usr/share/enigma2/Magic-HD-Common/dvr/pointer.png not found!. Please contact the skin's author!
[Skin] Error: {PLi-HD/skin.xml}: pixmap file /usr/share/enigma2/Magic-HD-Common/buttons/sel.png not found!. Please contact the skin's author!
warning, skin is missing element genretext in <class 'Plugins.Extensions.MediaPlayer.plugin.MediaPlayer'>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
File "/usr/lib/enigma2/python/Screens/Menu.py", line 72, in okbuttonClick
File "/usr/lib/enigma2/python/Screens/Menu.py", line 30, in __call__
File "/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer/plugin.py", line 975, in main
session.open(MediaPlayer)
File "/usr/lib/enigma2/python/mytest.py", line 305, in open
dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 240, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 271, in doInstantiateDialog
dlg.applySkin()
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 30, in createGUIScreen
File "/usr/lib/enigma2/python/Components/Pixmap.py", line 98, in applySkin
File "/usr/lib/enigma2/python/skin.py", line 206, in loadPixmap
skin.SkinError: {PLi-HD/skin.xml}: pixmap file /usr/share/enigma2/Magic-HD-Common/buttons/repeat-off.png not found!. Please contact the skin's author!
(PyObject_CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x14e8dc8>>,('OkCancelActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
]]>
</enigma2crashlog>
</crashlogs>
</opendreambox>

Re: Media Play not working with PLi HD Skin as only Skin installed #2 luis67

  • Senior Member
  • 76 posts

0
Neutral

Posted 20 November 2011 - 12:54

I have also the same problem,please open pli team fix this soon,thanks.

Re: Media Play not working with PLi HD Skin as only Skin installed #3 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 20 November 2011 - 17:18

In the following lines is the folder Magic-HD-Common called
Line 628:	 <ePixmap pixmap="Magic-HD-Common/buttons/red.png" position="520,335" size="20,20" alphatest="on" />
	Line 629:	 <ePixmap pixmap="Magic-HD-Common/buttons/green.png" position="710,335" size="20,20" alphatest="on" />
	Line 630:	 <ePixmap pixmap="Magic-HD-Common/buttons/blue.png" position="900,335" size="20,20" alphatest="on" />
	Line 636:	 <widget name="timeline0" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 637:	 <widget name="timeline1" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 638:	 <widget name="timeline2" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 639:	 <widget name="timeline3" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 640:	 <widget name="timeline4" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 641:	 <widget name="timeline5" pixmap="Magic-HD-Common/window/timeline.png" position="0,407" size="1,306" zPosition="1" />
	Line 642:	 <widget name="timeline_now" pixmap="Magic-HD-Common/window/timeline-now.png" position="4,407" size="19,310" zPosition="2" alphatest="on" />
	Line 1102:	 <widget name="list" position="85,375" size="545,200" selectionPixmap="Magic-HD-Common/buttons/sel.png" font="Regular;22" />
	Line 1107:	 <widget name="config" scrollbarMode="showOnDemand" selectionPixmap="Magic-HD-Common/buttons/sel.png" position="590,110" font="Regular;22" size="600,500" transparent="1" />
	Line 1155:	 <widget name="filelist" position="85,120" size="560,325" backgroundColor="noTransBG" scrollbarMode="showOnDemand" selectionPixmap="Magic-HD-Common/buttons/sel.png" />
	Line 1157:	 <widget name="playlist" position="660,120" size="560,325" backgroundColor="noTransBG" selectionDisabled="1" scrollbarMode="showOnDemand" selectionPixmap="Magic-HD-Common/buttons/sel.png" />
	Line 1168:	 <widget name="PositionGauge" position="220,650" size="560,14" transparent="0" zPosition="12" pointer="Magic-HD-Common/dvr/pointer.png:13,3" />
	Line 1175:	 <widget name="repeat" position="1120,645" size=" 70,30" zPosition="10" pixmaps="Magic-HD-Common/buttons/repeat-off.png,Magic-HD-Common/buttons/repeat-on.png" alphatest="blend" />


Re: Media Play not working with PLi HD Skin as only Skin installed #4 Frogman

  • Senior Member
  • 389 posts

+68
Good

Posted 20 November 2011 - 22:02

additionally here a crashlog posted by a user in the CT/XT-Forum
there was also a problem with the mediaplayer

Attached Files


Most problems can be solved simply by a closer look.

Re: Media Play not working with PLi HD Skin as only Skin installed #5 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 20 November 2011 - 23:00

There are some same typos in skin.xml ... replace it there in skin.xml.

look for all Pli-HD and replace it with PLi-HD

save file, restart GUI and Media Player will works. Or use this one.

Attached Files


Edited by ims, 20 November 2011 - 23:43.

Kdo nic nedělá, nic nezkazí!

Re: Media Play not working with PLi HD Skin as only Skin installed #6 littlesat

  • PLi® Core member
  • 56,331 posts

+691
Excellent

Posted 21 November 2011 - 00:16

Wil be fixed tomorrow

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users