General Development (no feature request here!) (65 Viewers)

Working on your own plugin and got stuck? Post your codeing question here.
Here is a similar thread: Keyboard Shortcut for Standby/Hibernate You only get, what you are searching for ;)
Here is a similar thread: Keyboard Shortcut for Standby/Hibernate You only get, what you are searching for ;)
Hi Guys, I'm really new to mediaportal skin development. I've been having a go - and it looks good - NoBugS skin editor is...
Replies
3
Views
1K
Sorry, I have no idea. Maybe one of our skinners or devs can help?
Sorry, I have no idea. Maybe one of our skinners or devs can help?
I am customizing an XFactor skin and would like to add a "Slideshow" button to "MyMusic" window. But I do not know how to...
Replies
16
Views
3K
Solutions found Okay, I must confess that a little code reading reveals a simple solution: load the windows a usual and iterate over the included controls. But yesterday night this was not so obvious to me. sorry I am new to mp and c# development.
Solutions found Okay, I must confess that a little code reading reveals a simple solution: load the windows a usual and iterate...
Hi everybody, I hope this is the right place to ask. I am new to plugin development, but I in the last few days there is a lot...
Replies
1
Views
831
Hi. In case someone is interested I tested a bit. if (msg.Msg == 0x007E) { if (g_Player.Playing) { g_Player.Stop(); } if (!windowed) { int y = (msg.LParam.ToInt32() >> 16) & 0xFFFF; int x = (msg.LParam.ToInt32() & 0x0000FFFF)...
Hi. In case someone is interested I tested a bit. if (msg.Msg == 0x007E) { if (g_Player.Playing) {...
As M$ describes it. ;) This popped into my mind one day. Methology explained here: The Display-Aware Application (Windows)...
Replies
1
Views
1K
Hi. Actually neither. I mean Generic provider is in Win versions where has also MediaCenter, if i remember right. Dev's might correct if i'm wrong. But yes. it affects only server. regards,
Hi. Actually neither. I mean Generic provider is in Win versions where has also MediaCenter, if i remember right. Dev's might...
Hi. I mentioned in side note while testing...
Replies
8
Views
2K
Can anybody provide a full list of string functions available in skins ? :)
Can anybody provide a full list of string functions available in skins ? :)
Hi all, I want to pass a value from a plugin into the skin. Looking at some skins, it looks like variables are generally...
Replies
6
Views
1K
So sad :(. Anyway, thank you for reply :)
So sad :(. Anyway, thank you for reply :)
In case of MyPictures, MyVideo, MyMusic we have listcontrols with pics, movies, music directories & files. To display a selected...
Replies
4
Views
907
the text lets say 5 letters instead of 8 or removing some text lines
the text lets say 5 letters instead of 8 or removing some text lines
how can i change the text in the dialogmenu or dialogtext lets say in music because the text is very long you can change the size...
Replies
2
Views
838
Hi programmers, I'm on the way to build a TextToSpeech-plugin. For that reason I would like to decrease the playback volume temporarily to speak out "now plaing" information. I'm just in exploring the volume handling inside MediaPortal. What I have found out, is that using the keyboard "+" or "-" keys, the Windows XP "Wave"...
Hi programmers, I'm on the way to build a TextToSpeech-plugin. For that reason I would like to decrease the playback volume...
Hi programmers, I'm on the way to build a TextToSpeech-plugin. For that reason I would like to decrease the playback volume...
Replies
0
Views
1K
Hi, I am trying to program a tv server plugin however I am not sure how to use some of the api methods. I looked here mediaportal - Revision 23409: /trunk/TvEngine3/TVLibrary/doc for the .chm file. Sorry I don't remember where on the mediaportal site I found the links. They were suggesting that the help files were standalone...
Hi, I am trying to program a tv server plugin however I am not sure how to use some of the api methods. I looked here...
Hi, I am trying to program a tv server plugin however I am not sure how to use some of the api methods. I looked here...
Replies
0
Views
852
You can either use a tvserver plugin that runs within tvserver's process and listens for commands you will define, or you can use .net remoting like MP TV Client does but I don't know how you could do that from PHP.
You can either use a tvserver plugin that runs within tvserver's process and listens for commands you will define, or you can use...
I wonder how to start timeshifting on a remote TVserver. I want to make something similar to MP TV Client. The MySQL things are...
Replies
4
Views
965
come on guys.... nobody??? it really would help me... :(
come on guys.... nobody??? it really would help me... :(
Hi fellows, as you all know the wiki about GUI Controls is not really complete. To minimize my work-effort (which is high...
Replies
6
Views
1K
VS2008 should the best for c# programming. I can't say something about the books, you should read the ratings on amazon.
VS2008 should the best for c# programming. I can't say something about the books, you should read the ratings on amazon.
Hello folks! I'm a total n00b at this. I tried a while back, but gave up too easy. Now i figured i should give it a new shoot, and...
Replies
9
Views
2K
TsReader has unsolved bug (and unknown as well) that causes zapping between HD and SD channels to hang if ffdshow is used as MPEG2 codec.
TsReader has unsolved bug (and unknown as well) that causes zapping between HD and SD channels to hang if ffdshow is used as MPEG2...
Why is the ffdshow not accepted in the tsreader for mpeg2? The video pin explicitly checks and rejects this.
Replies
1
Views
1K
As part of the iPiMP rewrite I have uploaded the source code to code.google.com and use it's SVN for source control. Whilst looking for an SVN utility to add to visual studio I found AnkhSVN and VisualSVN, so I tried them both. VisualSVN came out easier to use and had more features primarily as it uses Tortoise SVN as its base. The...
As part of the iPiMP rewrite I have uploaded the source code to code.google.com and use it's SVN for source control. Whilst...
As part of the iPiMP rewrite I have uploaded the source code to code.google.com and use it's SVN for source control. Whilst...
Replies
0
Views
2K
Will check this. Thx for reporting Simone
Will check this. Thx for reporting Simone
A lot, if not all, notifyforms that are being used in SetupTV are shown without an owner. This way the form can be displayed behind...
Replies
1
Views
805
Hi sorry for not testing myself, but my Mediaportal computer is into pieces (upgrading) - but I found this GUI version of FFMPEG, which have some presets, furthermore there is a forum discussing these presets (can be seen on the commandline window). Webpage: WinFF - Free Video Converter forum: WinFF - Index Edit: I found...
Hi sorry for not testing myself, but my Mediaportal computer is into pieces (upgrading) - but I found this GUI version of FFMPEG...
Hi does anybody know the needed parameters to transcode ts files via ffmpeg or mencoder (or another transcoder) to flv? Thanks...
Replies
3
Views
5K
It was unfortunately much more complicated than I first thought, so I have parked this idea for the time being.
It was unfortunately much more complicated than I first thought, so I have parked this idea for the time being.
Hi I think I may have found an easy way to make conditional imports possible. Say, for instance you have a xml-file you would...
Replies
3
Views
1K
I'm happy to report that it appears the fix works perfect (at least in SVN23684)!
I'm happy to report that it appears the fix works perfect (at least in SVN23684)!
I just setup 1.0.2. Did a complete new scan on cable (Clear QAM) and noticed that several channels didn't show up in the TV...
Replies
41
Views
6K
Hi. in this Audio lang properties bug thread i post a small bug. So i found this strings in sourcecode (https://sources.team-mediaportal.com...oPlayerVMR7.cs) ---------------------------------------------------------------- /// <summary> /// Property to get/set the name for a subtitle stream /// </summary> public override...
Hi. in this Audio lang properties bug thread i post a small bug. So i found this strings in sourcecode...
Hi. in this Audio lang properties bug thread i post a small bug. So i found this strings in sourcecode...
Replies
0
Views
1K
Hi People, I have tried 1.0.2, 1.1.0 beta, 1.1.0 beta with svn and none of them will work with my Freeview tuner, it's a AF9015 by Twinhan. It first failed in 1.0.1 but it failed with no signal, and applying the analog fix files i found it managed to work again. But at the moment, when going to scan it puts the frequency as...
Hi People, I have tried 1.0.2, 1.1.0 beta, 1.1.0 beta with svn and none of them will work with my Freeview tuner, it's a AF9015...
Hi People, I have tried 1.0.2, 1.1.0 beta, 1.1.0 beta with svn and none of them will work with my Freeview tuner, it's a AF9015...
Replies
0
Views
2K
thanks for the reply. audio track: no it is not always on track 1 or 2, it's either. i can work around this by using a database (since i have to store the media info anyways) i will just have another column to indicate what track the vocal is on. and switch it based on the value from the column. to clarify the 2nd part - the...
thanks for the reply. audio track: no it is not always on track 1 or 2, it's either. i can work around this by using a database...
hi folks, i'd like to develop a video karaoke plugin but before i proceed; is it possible to tell media portal what audio track...
Replies
2
Views
1K
If you don't have access to VS 2008 you could use the free Visual C# 2008 Express Edition . Of course you will miss some advanced features, but it will get you there.
If you don't have access to VS 2008 you could use the free Visual C# 2008 Express Edition . Of course you will miss some advanced...
I have come accross MediaPortal, and from what I can see looks great. I am a UK STB engineer, and would love to get involved and...
Replies
3
Views
1K
Great, and don't forget to add credits for joostzilla's logo :D MoPhat
Great, and don't forget to add credits for joostzilla's logo :D MoPhat
Hi Designers, anybody wants to design a splashscreen for my skineditor? I'm not a graphics guy but I would like to have a nice...
Replies
6
Views
1K
For what I saw in the code (GUIControl.Render) if (Dimmed) { color &= DimColor; } So it is a "logical and" for all bit. With your example: color = 0xFFFFFFFF (plain white) dimcolor = 0x80FF0000 the results is 0x80FF0000
For what I saw in the code (GUIControl.Render) if (Dimmed) { color &= DimColor; } So...
Hi, for my skineditor I wanted to know what dimColor really does. I know whats in the wiki but I would need to know how the...
Replies
2
Views
1K
Hello, I agree I think it is a little sad, specially when you look at the amount of code, it is not really easy to read. So here are some suggestions regarding documentations I'm using at work: * There is a very nice and free plugin to help with documentation called GhostDoc. It wiil add a context menu "Document this" when you...
Hello, I agree I think it is a little sad, specially when you look at the amount of code, it is not really easy to read. So...
Is there any documentation about the sourcecode? Functions, Classes, Mehtods? For example: I want to use the inbuild video...
Replies
4
Views
2K
MP1 MP2 Sourcecode DE
With the "SVN checkout..." it works, is it the right thing?
With the "SVN checkout..." it works, is it the right thing?
First of all I have to say, that I don't know if I#m in the right section for that thread... I have some programming skills and...
Replies
5
Views
896
I guess I had to figure out myself how to modify the skin xml files. This required removing player.paused condition in a few places in common.play.progressbar.xml and videoFullScreen.xml. Now I can pause without annoying mini OSD. Developers: We need the mini progressbar on rewinding, fast forwarding, but we do not need it to stay...
I guess I had to figure out myself how to modify the skin xml files. This required removing player.paused condition in a few places...
I requested the timeout on pause mini-osd progress bar (like they did in MCE), and hope one day it will be implemented...
Replies
1
Views
1K
Thanks. I built the client only and it wouldn't run because of the issue in my first post. I will try building the server too and see if that fixes things. Thanks again.
Thanks. I built the client only and it wouldn't run because of the issue in my first post. I will try building the server too and...
I wanted to play around with the MP II code a little. When I try and start the client it tries to access xml files that don't...
Replies
12
Views
2K
Any developedment going on for this or any other attempt to use the Xbox360 as an MP extender?
Any developedment going on for this or any other attempt to use the Xbox360 as an MP extender?
Hi, I have created a TvServer plugin for MCE2005 so that you can use Xbox360 against the TvServer. I have setup a tempory...
Replies
65
Views
18K
Top Bottom