I was able to find the problem, I've submitted a patch for it:
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/autoalign-not-working-correctly-group-stacklayout-105330/
Cheers
Michel
I was able to find the problem, I've submitted a patch for it...
Hi all
MePo 1.2.2
Streamed-MP 1.7.5.3066
I hope someone is able to shed some light here :)
I'm trying to use a group with...
Yes, those should be deleted (it is also stated in the internal workflow documentation (which should be probably published :))). The reason why they are still there is that the fixes weren't merged to the master at the same time when they were merged to the 1.2.x branch - there was huge bulk of extra work for gathering and handling...
Yes, those should be deleted (it is also stated in the internal workflow documentation (which should be probably published :)))...
Hi,
First I'd like to say that I'm happy that you've moved to Git (and GitHub) for your source control. It's a lot better...
Noone takes care about ID assignment. IDs up to 1000 are reserved for MediaPortal internal stuff. Plugin authors just choose random ID larger than that. But you cannot have two plugins using same window ID. So far, there have been not many conflicts (I know of two).
Noone takes care about ID assignment. IDs up to 1000 are reserved for MediaPortal internal stuff. Plugin authors just choose random...
Hello all,
does someone know how to find out if a dialog window is currently opened in MediaPortal e. g. the MovingPictures...
Re: AW: First build of 1.2 succeeds, but crashes when it runs the initial config app.
Install MP configuration files (ie. install MP) if you want to run debugging sessions.
mm
Re: AW: First build of 1.2 succeeds, but crashes when it runs the initial config app.
Install MP configuration files (ie...
EDIT: Solved
Sorry about this, but I can't get the Media Portal config to run.
I am using VStudio 2010
This is part of...
Hi DjeC64
I'm sorry but I just don't have the time to continue to maintain this patch separate from the other work that I am doing. I am trying to integrate the work as quickly as possible with a rehash of the work that I did -->here<--. I estimate that I may have something ready for testing in a few months if things go well. Again...
Hi DjeC64
I'm sorry but I just don't have the time to continue to maintain this patch separate from the other work that I am...
Hi everyone
This thread contains the combined results of everything I have learned about "multidecrypt" from this thread and...
So it's strange that I can see notification only in native windows. :) I will dig deeper in tvplugin code. I remembered that "tvs erver lost connection" is visible in every plugin.
So it's strange that I can see notification only in native windows. :) I will dig deeper in tvplugin code. I remembered that "tvs...
Hello All,
I’m new developing Mediaportal plugins so any help or advice is highly welcome.
I've already developed a Plugin...
Hi.
Dont know if this is the right place to put this question, but I try.
I just wonder how to know what labels, text or what you call it, that you can show in a dialog, the dialog I wonder about is the mini guide, I do want to show when the current program is ending instead of how many percent has been showed of the program...
Hi.
Dont know if this is the right place to put this question, but I try.
I just wonder how to know what labels, text or what...
Hi.
Dont know if this is the right place to put this question, but I try.
I just wonder how to know what labels, text or what...
Re: Online Videos SVN 1805 (ver 1.1) - '0x80040216' : (An object or name was not foun
https://forum.team-mediaportal.com/onlinevideos-244/online-videos-svn-1805-ver-1-1-0x80040216-object-name-not-found-104593/#post831788
Re: Online Videos SVN 1805 (ver 1.1) - '0x80040216' : (An object or name was not foun...
I recently wanted to make some changes to the "Online Videos" plugin and decided to build the SVN. I first built SVN 1823 and when...
Hi again everyone
Thanks to those of you that have been waiting so patiently. The day has finally come - I think I have enabled support for the CI/CAM menu in TV Server. :D
If you can, please try the patch for MP 1.2.2 -->here<--. I need as many people to test it as possible.
Thanks in advance!
mm
:)
Hi again everyone
Thanks to those of you that have been waiting so patiently. The day has finally come - I think I have enabled...
Hello everybody,
in the Forum often people asked to create a CI Menu for the Cinergy C HD + CI, but nobody knew the API.
My...
Sorry for not spotting the thread earlier.
Jump points are there so that if user manually changes between chapers he/she wont be landing on the beginning of the commercial break - no one would want such to happen.
Sorry for not spotting the thread earlier.
Jump points are there so that if user manually changes between chapers he/she wont be...
Can someone please tell me the difference between chapters and jumpPoints?
I can see that if it is playing and autocomskip is...
I'm developing a plugin that once you're standing on a episode in mptvseries, and you press "right", the context menu shows and I have the options like 'Import', "Trakt", "Subtitles", etc. I was wondering how can I create an option there to access my plugin?
Is there a way to make it work with ANY skin?
I'm kind of lost here :(...
I'm developing a plugin that once you're standing on a episode in mptvseries, and you press "right", the context menu shows and I...
I'm developing a plugin that once you're standing on a episode in mptvseries, and you press "right", the context menu shows and I...
I cant see any in the nuget galler, but has the team considered putting the MP core assemblies as Nuget packages, might lower the bar a little for getting people developing extensions.
Just seems that using the package manager and getting the dlls is easier than downloading the source, setting up GIT, or getting dll's from latest...
I cant see any in the nuget galler, but has the team considered putting the MP core assemblies as Nuget packages, might lower the...
I cant see any in the nuget galler, but has the team considered putting the MP core assemblies as Nuget packages, might lower the...
OK, this has had me stumped for a while, I am only trying to add an Icon :(
It keeps telling me that "The type or namespace name 'PluginIcons' could not be found (are you missing a using directive or an assembly reference?)"
I have the following code (I am just copy pasting the first section):
using System;
using...
OK, this has had me stumped for a while, I am only trying to add an Icon :(
It keeps telling me that "The type or namespace name...
Hi all,
i am trying to write a new plugin. And want it to look nice as well as work....
Problem is, i cannot for the life in...
Can someone please clarify for me what these methods do:
GUIGraphicsContext.ScaleVertical(_imageTop.TextureHeight);
GUIGraphicsContext.ScaleHorizontal(_imageTop.TextureWidth);
It is a bit unclear to me what this does or how it works. Should I be using it on any gui elements that I am drawing?
Thanks,
MJC
Can someone please clarify for me what these methods do:
GUIGraphicsContext.ScaleVertical(_imageTop.TextureHeight)...
Can someone please clarify for me what these methods do:
GUIGraphicsContext.ScaleVertical(_imageTop.TextureHeight)...
I found this post, which seems to answer my question. Hopefully this is helpful to someone else.
https://forum.team-mediaportal.com/general-development-no-feature-request-here-48/working-testapp-howto-69480/
I found this post, which seems to answer my question. Hopefully this is helpful to someone else...
Wondering if anyone has gottent this to work.
When I try to compile the solution, I get errors like this:
The type or...
Thanks for the hint, but when I follow the instructions above, I get the following:
Build started.
Error TRK0002: Failed to execute command: ""D:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\ResGen.exe" /useSourcePath /r:E:\Projects\mediaportal\MediaPortal-1\mediaportal\MediaPortal.Base\Bass.Net.dll...
Thanks for the hint, but when I follow the instructions above, I get the following:
Build started.
Error TRK0002: Failed to...
Well since I was having problems compiling the code in VS2010 I gave VS2008 a shot thinking it would work flawless.
I installed...
Is there a best practice way for sending a collection to GUIPropertyManager.SetProperty?
In GUINumberPlace, it looks like they set the count and then itterate through that, however if you do not want to couple the GUI and business logic, it seems like it would be better to pass the values directly.
I am trying to allow the...
Is there a best practice way for sending a collection to GUIPropertyManager.SetProperty?
In GUINumberPlace, it looks like they...
Is there a best practice way for sending a collection to GUIPropertyManager.SetProperty?
In GUINumberPlace, it looks like they...
Very interesting thread, Im interested in a side by side GUI too, I hope in future versions at least the info and topbar can be side by side, unfortunately I dont have the skills to even help
Very interesting thread, Im interested in a side by side GUI too, I hope in future versions at least the info and topbar can be...
I've had an idea for a plugin that would help out users of 3d TVs (including me of course!) in side by side mode. I'm completely...
alright, so I answered my own question a little bit.
It looks like tvprogress gets defined in GUIControlFactory.cs under mediaportal\core\guilib\GUIControlFactory.cs
looks like it simply returns the appropriate type casting needed to apply the properties from the skin to the class.
Secondarily, it looks like the...
alright, so I answered my own question a little bit.
It looks like tvprogress gets defined in GUIControlFactory.cs under...
Can someone please explain this code to me?
private void SetVideoProgress()
{
if (g_Player.Playing)
{...
I've had a rotten cold this last week. Time to get back to it...
Thanks for that. It sort of works. It does start using up the RAM and gets bigger and bigger, but it is no where near as bad as before. After 1hr, the media player was at 175MB (before it could be at ~2GB by then). But I would expect it to stay below 50MB.
If MP was...
I've had a rotten cold this last week. Time to get back to it...
Thanks for that. It sort of works. It does start using up the...
There seems to be several issues with the media portal directshow filters. My hope is for this thread to get developers to look...
I would like to write a plugin that extends the functionality of the Tvprogress control. Is there a way to do this without extending guiwindow?
Can I extend a control then tell my skin to use that control instead of using Tvprogress?
Not sure where to start. I did a quick read through of the wiki, but did not see anything...
I would like to write a plugin that extends the functionality of the Tvprogress control. Is there a way to do this without...
I would like to write a plugin that extends the functionality of the Tvprogress control. Is there a way to do this without...