Don't quote me on this, but...
My understanding is that the PRIME locks itself. If MP is using a tuner, then the PRIME will prevent Sage from using it until MP stops using it... and when I say using it, I mean actively timeshifting or recording.
[edit: PS, this section of the forum isn't really the right place for this kind of...
Don't quote me on this, but...
My understanding is that the PRIME locks itself. If MP is using a tuner, then the PRIME will prevent...
I'm evaluating MediaPortal 1.6 (on a Win8.1 box) as a possible replacement for SageTV. All of my TV capture is done from the same...
I believe this is fixed now.
cvtres.exe was the wrong version, running a Windows update downloaded SP1 for Visual Studio which pulled a newew cvtres.exe.
I believe this is fixed now.
cvtres.exe was the wrong version, running a Windows update downloaded SP1 for Visual Studio which...
Hello
I haven't compiled since 1.4 and the process/requirements have changed. I can't see where I am going wrong but the master...
Hi, I had a few moments over so I decided to write a small plugin for Mediaportal 1, mostly for fun and keeping my coding skills fresh. I am no longer an active programmer and have never professionally coded in C#. Using the template plugin from the Wiki made the start really simple!
Anyhow, I decided to write a plugin that download...
Hi, I had a few moments over so I decided to write a small plugin for Mediaportal 1, mostly for fun and keeping my coding skills...
Hi, I had a few moments over so I decided to write a small plugin for Mediaportal 1, mostly for fun and keeping my coding skills...
Hey there...
I got stucked on extending my plugin. What I want to do is - when user does an action, to fill they standard keyboard with an value. But How do I get the current active Keyboard from the GUIWindowManager? o_O I found in the wiki the possibility to use the VirtualKeyboard class... but that class seems to be removed?
Hey there...
I got stucked on extending my plugin. What I want to do is - when user does an action, to fill they standard keyboard...
Hey there...
I got stucked on extending my plugin. What I want to do is - when user does an action, to fill they standard keyboard...
Mhhh ... if I understand correctly, you are suggesting me to add a new service to MPExtended (like the ones that I found in the Services folder, I suppose), then expose it via WCF, right ? There are some guidelines to follow?
EDIT: I can't find 0.6 version, I downloaded 0.5.4 ...
Ehm ... shame on me, but I don't know IRC ... I...
Mhhh ... if I understand correctly, you are suggesting me to add a new service to MPExtended (like the ones that I found in the...
Hi guys, I'm a senior .net developer but I'm new to MP.
My goal is to build a simple web controller with jQueryMobile that can turn...
Hi,
in the last days i tried to create a TvServer remote service to send commands from Client to TvServer using the GlobalServiceProvider. That works all well.
Here is the code:
libary classes (used with Client and Server plugin)
Imports TVMLib.MediaPortal.TvDatabase
Namespace RemoteControl
Public Interface ITVMControl...
Hi,
in the last days i tried to create a TvServer remote service to send commands from Client to TvServer using the...
Hi,
in the last days i tried to create a TvServer remote service to send commands from Client to TvServer using the...
Thanks for the hint HomeY!
The problem I am experiencing is that the BASS player won't play certain files in my library at all. I have no problems when using WSAPI.
Kind regards!
Sven
Thanks for the hint HomeY!
The problem I am experiencing is that the BASS player won't play certain files in my library at all. I...
Hello folks,
I am a professional developer (C, C++, C# and several others) and I am using MediaPortal since 2011. - I recently...
Hi,
I created a new entry in settings_GUI_Thumbnails.xml to handle the time offset value. It works but the spintype = text increase the minimum value with +1 so I can't show the 0-100.
wszText = String.Format("({0}/{1}) {2}", _intValue + 1, (int)_listLabels.Count, _listLabels[_intValue]);
If I use spintype = int then the format...
Hi,
I created a new entry in settings_GUI_Thumbnails.xml to handle the time offset value. It works but the spintype = text...
Hi,
I created a new entry in settings_GUI_Thumbnails.xml to handle the time offset value. It works but the spintype = text...
I looked for something like this and it worked like I would with MP 1.2 but unhappily it doesn't work on MP 1.4.
I hope like Hippo and Lilive there would be an update.
Thanks in advance and great job!!!
I looked for something like this and it worked like I would with MP 1.2 but unhappily it doesn't work on MP 1.4.
I hope like Hippo...
Background:
MediaPortal on Windows 7 only allows changing the volume and playing back UI sounds(e.g. key presses) on the default...
I have made the following changes in MP code.
When you enter a directory in my video, the file duration is read from db. If the file there is not in the db, the list will be shown without duration info, and in a separated thread all files will be scanned and added to the database in the background.
Just for test! Make a copy...
I have made the following changes in MP code.
When you enter a directory in my video, the file duration is read from db. If the...
Hi,
I am working on a small modification for My Video list view. I want to show the movie length (duration) next to the file size...
Not directly MediaPortal
New Intel CedarView driver and no more flicker.
Room netbooks can now run HD (even through HDMI) without any issues.
(one oddity though - I allowed VS 2012 Express to upgrade the projects and then they didin't work! No changes at all but just not even recognised by MP, so just reverted back to 2008.)
Not directly MediaPortal
New Intel CedarView driver and no more flicker.
Room netbooks can now run HD (even through HDMI)...
Dear all
I've got some plugins (search, you'll find them here) and under 1.3 they were fine.
One is a simple digital clock...
Hmm, think maybe it's not a blocking issue actually. If I comment out my download code the problem persists.
I basically want my plugin screen to be black on entry; so in my skin, I have the following:
<control>
<description>image</description>
<type>image</type>
<id>3</id>
<posX>0</posX>
<posY>0</posY>...
Hmm, think maybe it's not a blocking issue actually. If I comment out my download code the problem persists.
I basically want my...
I wonder if anyone can give brief overview of some of the plugin methods? I'm trying to force my background image to display before...
I have tested this. And it works. But now i have a problem to set focus / control focus by remote:
I use the standard HiddenMenu and one facadecontrol with id 50 and another one with id 51. Condition which facaedcontrol to show is set by the code, like you descirped. For the HiddenMenu (Actiongroup) i set the <onexit>50</onexit>...
I have tested this. And it works. But now i have a problem to set focus / control focus by remote:
I use the standard HiddenMenu...
Cheers fellow devs,
here's a new nut to crack:
Is there a way to load skin files dynamically while running the same window id...
Argh, sorry its the wrong thread...
https://forum.team-mediaportal.com/threads/help-needed-how-to-load-skin-files-dynamically-or-change-aspect-ratio-of-facade.97869/
Argh, sorry its the wrong thread...
Hello,
I'm currently developing my first MediaPortal-plugin and I'm having some very basic problems with the GUIFacadeControl...
If I am reading the code right, adding the new IDs to LanguageExceptions[] in languages.cs can solve the problem. Does this sound right or am I way off the mark? Any side effects of doing it this way?
If I am reading the code right, adding the new IDs to LanguageExceptions[] in languages.cs can solve the problem. Does this sound...
Hi,
Some channels provide English language with IDs like qaa, und, unk etc. I would like to add these IDs to the list of available...
No problem. Like I said, I think your project is interesting so I'll be interested to see the outcome. :)
To be clear, as I understand it that "96 Mbps" is the bitrate limitation for the stream that you pass through the CAM, not just the bitrate limitation for decrypting. In other words, if each channel is 16 Mbps then you can only...
No problem. Like I said, I think your project is interesting so I'll be interested to see the outcome. :)
To be clear, as I...
I'm planning to implement the scenario shown in the attached figure in a project.
Can I simply multiplex the encrypted DVB TS from...
Guys I don't want to be a party pooper but I'm going to close this thread. The discussion has strayed way ouside of miroslav22's original patch, can I suggest that you start a new thread to discuss continuing the DJBlu patch. At least that way the discussion can be all in once place. Thanks
Guys I don't want to be a party pooper but I'm going to close this thread. The discussion has strayed way ouside of miroslav22's...
Hi,
Firstly this thread is not about helping people to view Sky's encrypted subscription services. To do this you need your own...