AFAIK there is no longer any skin using MePo. He was used in a skin by @grassynoel (w/several themes IRC) and the default skin at one point.
EDIT: Check this -> http://glennmelenhorst.com/wordpress/mepo-media-portal/
AFAIK there is no longer any skin using MePo. He was used in a skin by @grassynoel (w/several themes IRC) and the default skin at...
I had seen this screenshot on the web. I installed the most recent version (1.30 FINAL) but can't seem to locate this skin...
Well, I gues that problem is that property is not set when the skin is loading.
It is set, just after some work is done.
That would explain behavior Iam seeing.
Is there any other way how to "hide" group of controls?
I wanted to avoid setting visible parametr to all controls in included file.
Thanks.
Well, I gues that problem is that property is not set when the skin is loading.
It is set, just after some work is done.
That...
Hi.
Iam modding Moving pictures Titan skin for NetflixAlpha plugin and trying to use this code
<include...
https://forum.team-mediaportal.com/streamedmp-301/
Just write up a new thread or log an issue report here: http://code.google.com/p/streamedmp/issues/list
https://forum.team-mediaportal.com/streamedmp-301/
Just write up a new thread or log an issue report here...
Hi All,
I'm actually using with satisfaction the SteramedMP skin, using the Fanart layouts for both MovingPictures and MP-TV...
I've created a category in Moving Pictures called kids, then filtered in all the films I want in there.
In Titan Editor I created a Moving Pictures module and wanted to add the category kids that I created as a sub menu but it is not the drop down categories with 'All Movies, Genre' etc. I've rebooted the pc but it has still not...
I've created a category in Moving Pictures called kids, then filtered in all the films I want in there.
In Titan Editor I created...
I've created a category in Moving Pictures called kids, then filtered in all the films I want in there.
In Titan Editor I created...
Hi,
thanks for your suggestions, but I am looking really for the 1 click solution out of the Home Screen. Hmmh.
I thought that there would be a way by customising the Skin files...
We'll see. Probably there is another solution out there.
Hi,
thanks for your suggestions, but I am looking really for the 1 click solution out of the Home Screen. Hmmh.
I thought that...
Hi All,
I just moved from XBMC to MP and like it quite a lot. As am quite new into MP I am looking for how to place a home menu...
Yes, mm is right! MP1 has only one player. MP2 has more players. If I recall the latest changes correctly it can now have an infinite number of players (sure, only if you hardware would be so powerful to handle an infinite amount...).
Fact is that MP2 has two players so that pip is possible and it also has a third one for movies...
Yes, mm is right! MP1 has only one player. MP2 has more players. If I recall the latest changes correctly it can now have an...
Hello everyone, my name is Marco and I'm just starting out with the creation of skinn for mediaportal.
I wanted information
is...
So I am doing some modifications to the titan skin and I was wondering if anyone knows where the setting for the spacing between the programs and channels?
Thanks for any help!
So I am doing some modifications to the titan skin and I was wondering if anyone knows where the setting for the spacing between...
So I am doing some modifications to the titan skin and I was wondering if anyone knows where the setting for the spacing between...
Thanks a lot, the skin looks wonderful, I'm very happy to be able to use it again.
Feature requests:
1 - A way to add movies to Trakt Watch List, either with a button in Movie Details or with a context menu.
2 - Being able to use the categories in Basic Home for Moving Pictures (or is this not possible for the plugin?) using the Basic...
Thanks a lot, the skin looks wonderful, I'm very happy to be able to use it again.
Feature requests:
1 - A way to add movies to...
I struggled with the install for 1.3 so I'll wait for the official 1.4 release. However, the DefaultWide skin seems to be ok for everyone so running with that for now.....another convert joining the ranks!
I struggled with the install for 1.3 so I'll wait for the official 1.4 release. However, the DefaultWide skin seems to be ok for...
Yes, you read that title correctly, I am looking for a skin that is compatible with MP1.4 but also looks and feels like Windows...
Atm the splashscreen does not allow any other controls than the splashscreen JPG/PNG and a hardcoded font at a hardcoded position to show the startup progress ;)
Atm the splashscreen does not allow any other controls than the splashscreen JPG/PNG and a hardcoded font at a hardcoded position...
Does anyone know if the splash screen can have an animation added eg. Loading progress bar :S
window>
<controls>...
I am trying to create a context menu when watching a movie to show buttons for some of my plugins available and once clicked goes into that plugin. The problem i am facing is that once you click on the plugin the full screen video overtakes the screen and the plugin can not be seen unless you stop the video.
Is there anyway I can...
I am trying to create a context menu when watching a movie to show buttons for some of my plugins available and once clicked goes...
I am trying to create a context menu when watching a movie to show buttons for some of my plugins available and once clicked goes...
Hi Marduk65!
Thank you for your answer. This solution (with fanart) helped me. I don't need the topbar because I have a remote control.
Have a nice day!
Hi Marduk65!
Thank you for your answer. This solution (with fanart) helped me. I don't need the topbar because I have a remote...
Hello!
I need your help please: I want to disable the topbar in skin Xtreme 1.2.0.0 in Mediaportal 1.3.0.0. With the plugin...
Hi.
I really have to apologise but after trying MP1.4 final I decided to drop MP1 completely. I was not able to get MP1.4 working on my system. It crashes every 5 minutes. The 1.4 Pre was working, not really good but it works. The final did not do the job at all. As I got lots of trouble with MP1 and this trouble gets worse with every...
Hi.
I really have to apologise but after trying MP1.4 final I decided to drop MP1 completely. I was not able to get MP1.4 working...
Hi.
Let me introduce you a new Skin for MediaPortal 1.3 and above. This Skin is called BackVision as it's based mainly on...
I am getting desperate, digging into the code of guilib ;-)
I found something strange, why is false not recognized as a false value:
private static object ConvertXmlStringToObject(string valueName, string valueText, Type type)
{
if (type == typeof (bool))
{
if (string.Compare(valueText, "off", true) == 0 ||...
I am getting desperate, digging into the code of guilib ;-)
I found something strange, why is false not recognized as a false...
Why does the following produce an invisible control:
<control Style="headerStyle">
<id>0</id>
<type>label</type>...