Thanks guys.
I am clearing everything out and will try again using the Current SVN (27930): https://sources.team-mediaportal.com/svn/public/trunk/
I think I understand it now.
I think in following the wiki, I used individual folders rather than just checking out at the trunk folder level and getting everything in one hit.
I'll...
Thanks guys.
I am clearing everything out and will try again using the Current SVN (27930)...
MediaPortal Version: 1.2
MediaPortal Skin: Default
Windows Version: Win7 sp1
CPU Type: Intel Core 2 Duo
HDD: Hitachi 1Gb...
Idiot's guide
Hy, don't knock it - I could have done with this!
How to make a [VB] plugin 1.2 compatible.
1) Add a reference to MP's Common.Utils.dll
2) In the AssemblyInfo.vb add -
Imports MediaPortal.Common.Utils
<Assembly: CompatibleVersion("1.1.6.27644")>
<Assembly: UsesSubsystem("MP.Config")>
<Assembly...
Idiot's guide
Hy, don't knock it - I could have done with this!
How to make a [VB] plugin 1.2 compatible.
1) Add a reference to...
OK, read the docs, (looked at the plugin development - still old), nicked someone else's plugin - that was good, trouble was it was...
Hello,
Thank you for the detailed reply. I have tried some but not yet all of your suggestions. It seems that the root cause isn't nailed down yet, as I still run into the same problem.
- as you say, graph building has never been the problem (at least from the logs it seems to work, always).
- I experiemented with the tuner...
Hello,
Thank you for the detailed reply. I have tried some but not yet all of your suggestions. It seems that the root cause...
Hi all
I have a couple of questions and a potential bug report for the developers. Let me start by giving some brief background...
AW: [Update 11.08.10] 0002773: allow playback of videos inside MyPictures
upps, sometime i should go to bed earlier and look the next day again...
Thanks for developing (gmx) and implementing it, this is realy a important feature for me (completes the experience with MP)
AW: [Update 11.08.10] 0002773: allow playback of videos inside MyPictures
upps, sometime i should go to bed earlier and look the...
While this was long time not touched and my old version (myPicturesExtended) was build on a very old codebase, i decided to do a...
I fixed this some time ago. It was a bug in Alpha :)
0003134: VirtualKeyboard is reset on show preventing properties set by plugins - MediaPortal Bugtracker
I fixed this some time ago. It was a bug in Alpha :)
0003134: VirtualKeyboard is reset on show preventing properties set by...
Hello,
I want to show a virtual keyboard and set for text a filename to edit it.
When the Virtual keyboard is show:
- the...
AW: Issues when using iMON Display API from MediaPortal
Hi,
I've released a very first MiniDisplay driver for iMON VFD displays working with the current iMON software. You can find it here: https://forum.team-mediaportal.com/mediaportal-plugins-47/imon-vfd-minidisplay-driver-mediaportal-1-1-3-a-95616/. Source code is included...
AW: Issues when using iMON Display API from MediaPortal
Hi,
I've released a very first MiniDisplay driver for iMON VFD displays...
Hi,
because MiniDisplay does not support the new iMON software (yet), I've tried to develop a plug-in for MediaPortal 1.1.3 that...
Hi MP Developers,
MP Version = 1.1.3
I ran into this issue over the weekend when fixing an issue with my Google Calendars plugin.
Can anyone tell me why the tilde (~) character is appearing in GUIFadeLabel.Label values for different regional settings? I'm not for sure if this is an MP issue, or an issue with Windows and...
Hi MP Developers,
MP Version = 1.1.3
I ran into this issue over the weekend when fixing an issue with my Google Calendars...
Hi MP Developers,
MP Version = 1.1.3
I ran into this issue over the weekend when fixing an issue with my Google Calendars...
No nightly builds so you will need to build yourself (but current SVN is basically 1.2 beta and will hopefully be released very shortly)
Because this is a bug report forum. I will move this to the development forum
No nightly builds so you will need to build yourself (but current SVN is basically 1.2 beta and will hopefully be released very...
Are there any nightly builds of Media Portal from the SVN? ...or do I need to compile it myself?
EDIT: Why was the only thread...
I didn't find a good solution.
For each control, i use for x,y,height,width the following:
(INT_Value / INT_BASERESOLUTION) * GUIGraphicsContext.SkinSize.Width
But i think there is a better solution.
I didn't find a good solution.
For each control, i use for x,y,height,width the following:
(INT_Value / INT_BASERESOLUTION) *...
Hello,
I have made a plugin with base resolution 1280x720.
With Blue3wide skin all is OK.
If i use the same plugin with...
Actually I think it was good that you brought those questions up. Definitely we didn't have good enough documentation in the wiki - now we can add those two good arion's examples to the documentation, I think it will help the other plugin developers a lot.
Yes, that should be added to there.
Actually I think it was good that you brought those questions up. Definitely we didn't have good enough documentation in the wiki -...
In the past we have had issues with plugins being incompatible with newer versions of MediaPortal due to some breaking change in...
It works ! thank you.
Using another thread to change the GUILabelControl desn't work but using another thread to do the loop work.
For information, i used this component to do the "another thread":
System.ComponentModel.BackgroundWorker
It works ! thank you.
Using another thread to change the GUILabelControl desn't work but using another thread to do the loop work...
Hello.
I want to modifiy a GUILabelControl during a long loop in a function (to write "Loading in progress..."), but until the...
I think you need to specify the playlist you want to add the items to
You are obviously looking at video playlists but it should basically be the same as music
Try the AddItemsToPlaylist method in WebSVN - MediaPortal - Rev 27491 - /trunk/mediaportal/WindowPlugins/GUIMusic/GUIMusicBaseWindow.cs
I think you just need to add...
I think you need to specify the playlist you want to add the items to
You are obviously looking at video playlists but it should...
I'm trying to figure out how to build a playlist from within a plug
I can create the playlist but I can not see it when I go back...
Re: AW: 3rd party plugins not working anymore
Glad to help (I also checked it with dummy debug vfd driver and it worked ok), we just proved that old plugins can be brought to life so user doesn't need to loose anything with new plugin compatibility check, all we need is source and little time :). I will see with the team where we...
Re: AW: 3rd party plugins not working anymore
Glad to help (I also checked it with dummy debug vfd driver and it worked ok), we...
Hi,
I've compiled a new svn some minutes ago and what did I have to see?
With svn27644 some of my plugins are not working...
Hey jameson,
thx for the reply...
Thats exactly right. I was asking in reference to 1.1.3 hotfix, and wondering if 1.2.0 beta ( svn based ) was also affected by Win 7 SP1.
cheers
Hey jameson,
thx for the reply...
Thats exactly right. I was asking in reference to 1.1.3 hotfix, and wondering if 1.2.0 beta (...
Hey guys, just wondering if SVN builds are affected by the latest Windows 7 SP1 ?
If so, which builds are affected ?
thx
No I hadn't resolved it. I will try your suggestion soon Charli
Yes Charli, that was the fix.. I just needed to add " Implements ISetupForm.XYZ" to the end of each Function in the list. Maybe I don't understand VB.Net too much, but I am not sure why that isn't in the sample code.
Now to actual test/change this function... might...
No I hadn't resolved it. I will try your suggestion soon Charli
Yes Charli, that was the fix.. I just needed to add " Implements...
Hi All,
I am new at creating Plugins, and I have tried replicating the steps from the How to write a plugin for MediaPortal in...
you are right. the id in the ctor params is needless. it must always be the same as in the skin file.
but in my tests the ids fit, so this isn't a problem, I think.
you are right. the id in the ctor params is needless. it must always be the same as in the skin file.
but in my tests the ids fit...
Hi,
I'm about to develop a plugin that uses more than one window (like the GuiControlsDemo plugin). When the plugin starts
up...
Hi all,
I'm looking for some help with D3D in order to implement some new capabilities for MP1 (targeted v1.3). Here's what I need to do:
>>> Render two (or more) primitives of different sizes and at different locations on the screen. All of the primitives rendered need to be blended with a separate diffuse texture in the same...
Hi all,
I'm looking for some help with D3D in order to implement some new capabilities for MP1 (targeted v1.3). Here's what I...
Hi all,
I'm looking for some help with D3D in order to implement some new capabilities for MP1 (targeted v1.3). Here's what I...
I'm working on a plugin for TVServer and I'm not seeing recordingended events. I see recording start, timeshift start, timeshift end, etc. I don't think it's my plugin, as I tried to setup ComskipLauncher to also run a test app at the end of a recording, and it's not being called.
I usually use 4TheRecord as my scheduler, but...
I'm working on a plugin for TVServer and I'm not seeing recordingended events. I see recording start, timeshift start, timeshift...
I'm working on a plugin for TVServer and I'm not seeing recordingended events. I see recording start, timeshift start, timeshift...
Thanks,
Found some files still from 1.1.1 branch.
I'll try a clean checkout.
:thx:
Will update...
:thx:
Thanks DJBlu!
A clean checkout fixed the problem.
Thanks,
Found some files still from 1.1.1 branch.
I'll try a clean checkout.
:thx:
Will update...
:thx:
Thanks DJBlu...
Hi,
I'm trying to compile the MediaPortal trunk using "MSBUILD_Rebuild_Release_MediaPortal.bat" but it fails.
I checked out the...