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

Working on your own plugin and got stuck? Post your codeing question here.
MP1 MP2 Control Trouble DE
Hi guys Just got stuck on the skin controls, what code do I need to use them to control a windows form? Mainly webbrowser controls. Hope you get what I mean? Cheers
Hi guys Just got stuck on the skin controls, what code do I need to use them to control a windows form? Mainly webbrowser...
Hi guys Just got stuck on the skin controls, what code do I need to use them to control a windows form? Mainly webbrowser...
Replies
0
Views
794
This is a little late but maybe it will help with posterity. A lot of this depends on memory and machine speed. It's going to be more efficient to read the information in and insert it (or update) the database in that loop with the parameterized query and skip the collection of objects. If you fill a collection or generic list...
This is a little late but maybe it will help with posterity. A lot of this depends on memory and machine speed. It's going to be...
I want to scan a set of files say 20,000 and store them in a SQLite database. Actually doing this is straight forward enough but...
Replies
1
Views
892
I'm new to developing for MediaPortal as of yesterday (Vb.Net) so excuse some of my ignorance of the internals. It looks like first that you're not returning anything from the getSelectedItem and there is no "ByRef" variable. I suspect you want to use a Function to return the selected value. Here's an example from another control...
I'm new to developing for MediaPortal as of yesterday (Vb.Net) so excuse some of my ignorance of the internals. It looks like...
Hello, I'm currently developing my first plugin and I'm having some very basic problems with the GUIFacadeControl. I'm trying...
Replies
1
Views
998
And I made a plugin accepting tcp/ip connections, too ;) I will release a beta soon (at least I hope so).
And I made a plugin accepting tcp/ip connections, too ;) I will release a beta soon (at least I hope so).
Hi all, I want to run MediaPortal on a server and have a remote control with a client connected by TCP/IP. The client have to...
Replies
5
Views
1K
found a solution:
found a solution:
Can someone post a small example for grabbing the "PlayBackChanged" (Trackchanged) event with a vb.net Plugin ? I'm writing a...
Replies
1
Views
777
This syntax is outdated, use the following instead: using (Settings reader = new MPSettings()) You also need to reference Utils.dll and import the MediaPortal.Profile namespace: Imports MediaPortal.Profile
This syntax is outdated, use the following instead: using (Settings reader = new MPSettings()) You also need to reference...
Hi All, Im looking for a bit of help in developing my plugin, im trying to work out how to implement the XML settings reader (at...
Replies
3
Views
3K
yes, thats it ! Thank u 2
yes, thats it ! Thank u 2
Hi, i´m new to plugin developement and made a Window-Plugin to control my Home-Automation. I need a method called every time...
Replies
4
Views
1K
MP1 MP2 Video Thumb Creator DE
Hi everyone, I am trying to generate Video Thumbs for my Plugin: VideoThumbCreator.CreateVideoThumb(@"C:\video.ts", @"C:\thumb.jpg", true, false); But it doesn't work. Am I doing it wrong? I also noticed that creating a thumb for the tv-plugin doesn't always work: Has someone an idea what could be wrong? Thx in advance...
Hi everyone, I am trying to generate Video Thumbs for my Plugin: VideoThumbCreator.CreateVideoThumb(@"C:\video.ts"...
Hi everyone, I am trying to generate Video Thumbs for my Plugin: VideoThumbCreator.CreateVideoThumb(@"C:\video.ts"...
Replies
0
Views
973
I've got everything working now. Thanks for your help! I've updated the Wiki Plugin Developers guide to include the information from this thread plus how to debug DLLs in VS Express (which lacks the GUI options of Visual Studio proper).
I've got everything working now. Thanks for your help! I've updated the Wiki Plugin Developers guide to include the information...
Hi, I'm failing at the first hurdle of plugin development and I need some help! I've used the plugin guide from here...
Replies
9
Views
2K
Sounds logical to me. And even works. Thank you!
Sounds logical to me. And even works. Thank you!
Hi everyone, I'm stuck with something. Hope you guys can help me. This is what I want to do: When a video is playing, i want...
Replies
3
Views
1K
Hi, A quick(?) question :) Does anybody know if it's possible to add items to the context menu that shows while playing video? (You're watching a movie, press 'F9', get that menu with some settings and stuff) So I'd then want to add an item to this menu and when the user clicks it, my plugin does something... Guess not...
Hi, A quick(?) question :) Does anybody know if it's possible to add items to the context menu that shows while playing...
Hi, A quick(?) question :) Does anybody know if it's possible to add items to the context menu that shows while playing...
Replies
0
Views
843
Hi Guys, Got a weird problem... I think. I'm working on the Skype4MP plugin and after a lot of changes I made on the source code today, I suddenly get this error: Plugin maniac.MediaPortal.Skype.GUISkype is incompatible with the current MediaPortal version! (Skype4MP.dll) Can someone tell me where this error could come...
Hi Guys, Got a weird problem... I think. I'm working on the Skype4MP plugin and after a lot of changes I made on the source...
Hi Guys, Got a weird problem... I think. I'm working on the Skype4MP plugin and after a lot of changes I made on the source...
Replies
0
Views
1K
MP1 MP2 mptvclient for rc4. DE
I just hate the picture quality of vlcplayer. I decided to try and implement support for SMB support in the external app. launch (instead of RTSP url only) , making it possible to use any mediaplayer, even directshow ones. Not all apps support RTSP streams. Look in external app. config. - here u can choose between passing the...
I just hate the picture quality of vlcplayer. I decided to try and implement support for SMB support in the external app. launch...
hi! Ive compiled mptvclient up against rc4+ binaries. u need to copy over the gentle.config file. grab it from your mp install...
Replies
1
Views
1K
Thanks a lot, SilentExcept, that works. Not the way I thought it would (because of the VolumeTable my "set volume to xx percent" idea was wrong) but I think it will be ok :)
Thanks a lot, SilentExcept, that works. Not the way I thought it would (because of the VolumeTable my "set volume to xx percent"...
Hi all, I am looking for a way to change the MediaPortal Volume from within my process plugin. Is there some magic...
Replies
2
Views
1K
Hi Guys and Gals, i'm currently in the midst of developing a full featured (let's see how far I come) Jabber plugin... The functionality for setting one's own Presence/Activity/Tune/Location is rather easy to implement using agsXMPP and I'm making huge progress... One thing that bugs me though is: Which MediaPortal...
Hi Guys and Gals, i'm currently in the midst of developing a full featured (let's see how far I come) Jabber plugin... The...
Hi Guys and Gals, i'm currently in the midst of developing a full featured (let's see how far I come) Jabber plugin... The...
Replies
0
Views
679
In TVGuide we can select any programme in some channel and retrive info about: - channel's logo - programme's time, title, genre & description etc Here is a full list of these properties taken from SVN: #TV.Guide.Day #TV.Guide.thumb #TV.Guide.Title #TV.Guide.CompositeTitle #TV.Guide.Time #TV.Guide.Duration #TV.Guide.TimeFromNow...
In TVGuide we can select any programme in some channel and retrive info about: - channel's logo - programme's time, title, genre &...
In TVGuide we can select any programme in some channel and retrive info about: - channel's logo - programme's time, title, genre &...
Replies
0
Views
1K
Nevermind installed WMC which has better support
Nevermind installed WMC which has better support
It used to be that you could use g_Player.PlayAudioStream(URL,true); g_Player.ShowFullScreenWindow(); g_Player.FullScreen = true...
Replies
1
Views
2K
You can see the level of my design skills above..... Only want some images so I can test this out. There have to be some on the internet somewhere :S
You can see the level of my design skills above..... Only want some images so I can test this out. There have to be some on the...
Anyone got any ideas of where I can get some stock alphabet images? Looking to implement a patch to allow images to be used in...
Replies
2
Views
990
We should have an option to calibrate the volume with the volume bar in MP. I currently have the volume bar in MP showing, but it doesn't do anything since I have an external amplifier. So, when I press volume up, the volume bar does 'grow', but only till some point;not on par with the real volume.
We should have an option to calibrate the volume with the volume bar in MP. I currently have the volume bar in MP showing, but it...
Looking for some help on developing a plug-in/feature for MediaPortal 1.0. My Yamaha receiver (RX-V1800/RX-V3800) has an RS232...
Replies
2
Views
1K
Hi, I posted a bug report in RC3 section about Technotrend card. You can follow the activity here : https://forum.team-mediaportal.com/mediaportal-1-1-0-rc-3-519/technotrend-scrambled-channel-82296/ Best regards, JC
Hi, I posted a bug report in RC3 section about Technotrend card. You can follow the activity here ...
note by infinityloop Currently there seems to be an issue with (some) techotrend cards which we are trying to fix. i have moved...
Replies
140
Views
41K
so, no more ideas ? :)
so, no more ideas ? :)
I need to get a name of currently played channel. As far as I know there are the following properties: #Play.Current.Title...
Replies
3
Views
1K
yes the MP language selector
yes the MP language selector
Hi I managed to integrate MPC-HC subtitle's engine to Mediaportal. The main advantage of such integration that it allows hardware...
Replies
660
Views
161K
EPG grabber (DVB, WebEPG, xmltv, TV Movie etc) fills the Program table. When a recording is made, apart from writing the .ts file, an new row is added in Recording using data from the Program that the schedule was base upon. Then the data is also saved in an xml file so that it is possible to later import the recording back into...
EPG grabber (DVB, WebEPG, xmltv, TV Movie etc) fills the Program table. When a recording is made, apart from writing the .ts file...
Hi everyone, I'm trying to understand how the MP gets the metadata (e.g. genre) out of a transport stream into a xml file...
Replies
2
Views
3K
MP1 MP2 When which Codec? DE
AW: When which Codec? So please help me! I don't get further! For me the source-code is very crazy in this point! How can I find out wich codec-section is now used in the playing file/stream? Is this expression true in my first post?
AW: When which Codec? So please help me! I don't get further! For me the source-code is very crazy in this point! How can I find...
There are three sections to predefine the codecs, which are used by MP! But for my plugin, I need to know which codec-section is...
Replies
5
Views
1K
Hi, I need to change my audio renderer while playing videos or whatching tv... Is there any chance to rebuild the graph for that?
Hi, I need to change my audio renderer while playing videos or whatching tv... Is there any chance to rebuild the graph for that?
Hi, I need to change my audio renderer while playing videos or whatching tv... Is there any chance to rebuild the graph for that?
Replies
0
Views
865
I think you have to override the OnAction(Action action) method, and catch the keypresses there like: switch (action.wID) case Action.ActionType.ACTION_KEY_PRESSED: char pressedChar = (char)action.m_key.KeyChar;
I think you have to override the OnAction(Action action) method, and catch the keypresses there like: switch (action.wID)...
I want to get the Keys from the Keyboard to my process plugin... I tried this way: But there I have the problem, that...
Replies
1
Views
2K
MP1 MP2 WebEPG with cookies DE
See my reply in the other thread: https://forum.team-mediaportal.com/submit-epg-grabbers-tuningdetails-296/updated-tv-sms-cz-webepg-grabber-80578/
See my reply in the other thread...
Hi, because no good site with all czech tv programs was grabbable with WebEPG, I added small functionality: now COOKIES can be...
Replies
19
Views
5K
Thank you, arion_p ! This tip with regional settings helped me!:thx:
Thank you, arion_p ! This tip with regional settings helped me!:thx:
Hi! Can anybody help me to build TVEngine3 installer for current SVN? The Build Deploy Release.bat ends with File: failed opening...
Replies
10
Views
4K
MP1 MP2 Compiling error! DE
AW: Re: Compiling error! Hi Migue! Big :thx:! Issue solved! Helios
AW: Re: Compiling error! Hi Migue! Big :thx:! Issue solved! Helios
Hi! I am new with compiling MP and something i am doing wrong! I allways get the error message attached in log and screenshot...
Replies
2
Views
1K
In skin, if I specify <fadelabel> control then it's text is being scrolled. But if text is specified like <label>bla bla bla #currentplaytime</label>it will not be scrolled because of changing every second. Is it possible to provide the scrolling of changing text ?
In skin, if I specify <fadelabel> control then it's text is being scrolled. But if text is specified like <label>bla bla bla...
In skin, if I specify <fadelabel> control then it's text is being scrolled. But if text is specified like <label>bla bla bla...
Replies
0
Views
679
Top Bottom