MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Skins


Skins You are working on a new Skin? Post it here!

Reply
 
Thread Tools Display Modes
Old 2007-11-09, 10:47   #1 (permalink)
Portal Member
 
geov's Avatar
 
Join Date: Nov 2006
Location: Cape Town
Age: 35
Posts: 437
Thanks: 6
Thanked 16 Times in 13 Posts

Country:

My System

Send a message via Skype™ to geov
Default Xface Skin Bug

Hi

I love the Xface skin and have been using it for a while now but I’m experiencing a bug with it that I would very much like to be resolved. When in the “MyMusic” screen and you select a song to play the ‘Overlay’ will appear in the left-bottom corner that show the progress and small visualisation etc. Now the problem that I’m experiencing is that if I go to the “NowPlaying” screen from there, and then come back to the “MyMusic” screen the ‘Overlay’ disappears and wont show up again until I restart MediaPortal. Everything else works the way it should, the music plays fine etc. It just the ‘Overlay’ that disappears completely until I restart MediaPortal.

Some info on my MediaPortal settings that might help you get the error:
· I use the BassEngine
· Visualisations are switched on
· Use the Xface skin
· Run the RC3 with SVN installed
· Windows XP, updated to latest patches.
· Latest DirectX (November Release)

Don’t know if there is anything else you need?
__________________
Cheers
GeoV

My HTPC Project
geov is offline   Reply With Quote
This User Say Thank You:
Old 2007-11-09, 15:47   #2 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,602
Thanks: 129
Thanked 233 Times in 207 Posts

Country:

My System

Default

Confirmed problem with xface, BlueTwo working fine.

Cheers
Paranoid Delusion is offline   Reply With Quote
Old 2007-11-09, 17:08   #3 (permalink)
Portal Designer
 
Psycho Reptile's Avatar
 
Join Date: Apr 2006
Location: Hertfordshire, England
Age: 34
Posts: 917
Thanks: 242
Thanked 285 Times in 86 Posts

Country:

My System

Default

I think it has something to do with the new action menu. I'm using the same thing in my Monochrome skin and have the same bug. Glad you brought it up geov, I've been meaning to for quite some time .
__________________
If you think you've found a bug in my Indigo/Monochrome/ReVision/Replicant skin, please post whether occurs using the Blue Two wide skin...
Download Indigo/Monochrome/ReVision/Replicant
Psycho Reptile is offline   Reply With Quote
Old 2007-11-11, 11:53   #4 (permalink)
Portal Designer
 
Harley's Avatar
 
Join Date: May 2004
Location: Germany
Posts: 1,132
Thanks: 177
Thanked 291 Times in 75 Posts

Country:


Default

Hi all,

Yes the Problem has todo with the actionmenu and nowplaying .
I have fixes the problem, will be included in the next update.
will upload it today.

Greetings harley

Last edited by Harley; 2007-11-12 at 14:41.
Harley is offline   Reply With Quote
Old 2007-11-11, 12:28   #5 (permalink)
Portal Member
 
emphatic's Avatar
 
Join Date: Aug 2006
Location: Alingsås
Age: 34
Posts: 506
Thanks: 136
Thanked 22 Times in 20 Posts

Country:


Default

Oh, nice! Way to go Harley!

Emph
__________________
You're not the content of your wallet.
emphatic is online now   Reply With Quote
Old 2007-11-11, 16:47   #6 (permalink)
Portal Member
 
geov's Avatar
 
Join Date: Nov 2006
Location: Cape Town
Age: 35
Posts: 437
Thanks: 6
Thanked 16 Times in 13 Posts

Country:

My System

Send a message via Skype™ to geov
Default

Great to hear....thanks.
__________________
Cheers
GeoV

My HTPC Project
geov is offline   Reply With Quote
Old 2007-11-11, 21:43   #7 (permalink)
Portal Designer
 
Psycho Reptile's Avatar
 
Join Date: Apr 2006
Location: Hertfordshire, England
Age: 34
Posts: 917
Thanks: 242
Thanked 285 Times in 86 Posts

Country:

My System

Default

Quote:
Originally Posted by Harley View Post
I have fixes the problem, will be included in the Nest update.
Any chance of sharing them here for the other skinners .
__________________
If you think you've found a bug in my Indigo/Monochrome/ReVision/Replicant skin, please post whether occurs using the Blue Two wide skin...
Download Indigo/Monochrome/ReVision/Replicant
Psycho Reptile is offline   Reply With Quote
Old 2007-11-12, 06:39   #8 (permalink)
Portal Member
 
DarkWader's Avatar
 
Join Date: Oct 2006
Age: 30
Posts: 260
Thanks: 2
Thanked 6 Times in 6 Posts

Country:

My System

Default

Quote:
Originally Posted by Harley View Post
will upload it today.Greetings harley
Hey, today was yesterday!
DarkWader is online now   Reply With Quote
Old 2007-11-12, 14:38   #9 (permalink)
Portal Designer
 
Harley's Avatar
 
Join Date: May 2004
Location: Germany
Posts: 1,132
Thanks: 177
Thanked 291 Times in 75 Posts

Country:


Default

Quote:
Originally Posted by Psycho Reptile View Post
Quote:
Originally Posted by Harley View Post
I have fixes the problem, will be included in the Nest update.
Any chance of sharing them here for the other skinners .

Hi Psycho Reptile,

the problem accours by using a actionmenue and nowplaying, there is a problem then by refreshing the overlay. That can not be fixed inside mp, but the solution is:

Open the mymusicsongs. xml , the mymusicgenres.xml and the mymusicplaylist.xml and set inside the xml the

<allowoverlay>no</allowoverlay> to no.

then add the stuff from musicoverlay.xml into the 3 music xml.s and add for the items then the visible tags
<visible>player.hasmedia</visible>
<visible>player.paused</visible>
<visible>player.forwarding</visible>
<visible>player.rewinding</visible>

add the visible tag <visible>player.hasmedia</visible> also to the preview window and rectangle gfx.

After that changes the overlay in mymusic will be not longer come from the musicoverlay, because the overlay is now included inside the music xml´s and with the vissible tags it is steering then the vissiblity.

With that way all is working fine.

Greetings Harley
Harley is offline   Reply With Quote
Old 2007-11-12, 14:40   #10 (permalink)
Portal Designer
 
Harley's Avatar
 
Join Date: May 2004
Location: Germany
Posts: 1,132
Thanks: 177
Thanked 291 Times in 75 Posts

Country:


Default

Quote:
Originally Posted by DarkWader View Post
Quote:
Originally Posted by Harley View Post
will upload it today.Greetings harley
Hey, today was yesterday!
..yes, but i will solving the problem with the missing background by channelchange first

Harley
Harley is offline   Reply With Quote
Reply

Bookmarks

Tags
skin, xface

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with te xface skin habj Skins and Plugins Installer (MPI) 17 2008-04-29 04:16
MyLyrics for Xface skin Doodles My Lyrics Plugin 2 2008-01-10 13:12
Xface Skin and Media portal setup reado MediaPortal 1 Talk 2 2007-10-13 15:47
Xface Skin and My Films odin318 My Films 2 2007-10-11 23:21
Frage zu Xface Skin Version 1.0 bibo74hvl Media Portal - Support 17 2007-09-28 17:49


All times are GMT +1. The time now is 16:13.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden