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

Working on your own plugin and got stuck? Post your codeing question here.
MP1 MP2 TV Server Events DE
Hello, I have got 2 questions about available events for a TV Server Plugin 1) Do I have the possibility to get aware (via event) of how many MP Clients are connected to the TV Server and what these clients are doing (e.g. if they are in the home / basic screen / TV / DVD / Radio and so on) ? Couldn't figure out how to get this...
Hello, I have got 2 questions about available events for a TV Server Plugin 1) Do I have the possibility to get aware (via event)...
Hello, I have got 2 questions about available events for a TV Server Plugin 1) Do I have the possibility to get aware (via event)...
Replies
0
Views
642
I have the same problem somtimes. Here is my log: 2009-06-19 19:22:32.553200 [20]: Controller: StartTimeShifting ZDF 763 2009-06-19 19:22:32.554200 [20]: Controller: find free card for channel ZDF 2009-06-19 19:22:32.555200 [20]: Controller: got 1 tuning details for ZDF 2009-06-19 19:22:32.555200 [20]: Controller: channel #1...
I have the same problem somtimes. Here is my log: 2009-06-19 19:22:32.553200 [20]: Controller: StartTimeShifting ZDF 763...
I seem to be having a problem with some Clear QAM cable channels after I moved to MP1.0.2. This may be a change in the signal on...
Replies
1
Views
1K
Is there no solution to show the YesNoDialog and continue executing code in the background? I tried a thread, but didn't worked, too. Please help :-)
Is there no solution to show the YesNoDialog and continue executing code in the background? I tried a thread, but didn't worked...
Hi there, is there any possibilty to close the dialog via program code? For my skype-plugin I want something like this: If...
Replies
1
Views
751
It Works, Thanks to both of you guys. /Providers
It Works, Thanks to both of you guys. /Providers
This patch adds support for the following languages / character sets in Teletext: Polish, Turkish, Serbian, Croatian, Slovenian...
Replies
45
Views
6K
Hi community, I have some problems to set an image in the OnMessage function. I have a listcontrol and a image control on my window and everytime i change the focus of the list control item, i set a property item with a filename of an image on my hard drive. In my skin file i use the property i set in my code. The problem is that...
Hi community, I have some problems to set an image in the OnMessage function. I have a listcontrol and a image control on my...
Hi community, I have some problems to set an image in the OnMessage function. I have a listcontrol and a image control on my...
Replies
0
Views
876
https://www.team-mediaportal.com/manual/TV-Engine_0.3 = "You are not allowed to view this page" :)
https://www.team-mediaportal.com/manual/TV-Engine_0.3 = "You are not allowed to view this page" :)
The wiki http://wiki.team-mediaportal.com/TV-Engine_0.3 contains class library documentation and examples on how to use the tvserver
Replies
8
Views
4K
Well in the end my USB tuner was broken. Connector was twisted by my kid=loose contact. raegards,
Well in the end my USB tuner was broken. Connector was twisted by my kid=loose contact. raegards,
Hi. I have pinnacle usb tuner pctv 70e. On every restart of the htpc it changes it's "instance id" in device manager. So MP...
Replies
10
Views
2K
Actually, that's what ListView does if the list is not sorted. Use Red Gate's .NET Reflector (here: .NET Reflector, class browser, analyzer and decompiler for .NET) to verify. Arion
Actually, that's what ListView does if the list is not sorted. Use Red Gate's .NET Reflector (here: .NET Reflector, class browser...
Hi there, is there any possibility to do something like with ListViews in Windows.Forms: ListViewItem lvi =...
Replies
2
Views
1K
MP1 MP2 ListControl Icon DE
Thanks a lot! Works great!
Thanks a lot! Works great!
Hi again 2 questions: 1) is there a possibility to set the icon for a listview, like in myvideo or mymusic? I have...
Replies
6
Views
991
Hi, I have a general question: How can i get the label/text of the selected item of a listcontrol in the method onClick(...) protected override void OnClicked(int controlId, GUIControl control, MediaPortal.GUI.Library.Action.ActionType actionType) { if (controlId == 4)...
Hi, I have a general question: How can i get the label/text of the selected item of a listcontrol in the method onClick(...)...
Hi, I have a general question: How can i get the label/text of the selected item of a listcontrol in the method onClick(...)...
Replies
0
Views
958
Nobody seems to care, thats the pitfall when trying to develop to poorly documented code :( So much for Open Source, might as well be closed source when the documentation is non-existant, and the developers doesn't care to comment.
Nobody seems to care, thats the pitfall when trying to develop to poorly documented code :( So much for Open Source, might as well...
Hi there I'm doing a plugin to show the recorded TV-shows in a popup to allow a fast way of playing back all your recorded TV...
Replies
1
Views
1K
Thanks. Got the 1.0.2 tagged release and will compile my patch against that. Thanks to all of you for the help
Thanks. Got the 1.0.2 tagged release and will compile my patch against that. Thanks to all of you for the help
Hi, The way MyPictures deals with thumbnails is not ideal. It creates thumbnails as you navigate through folders and this...
Replies
8
Views
2K
Hi Ray, Thank you for this nice post, really appreciated. :) Patch was submitted in the appropriate forum then. Regards. Franck.
Hi Ray, Thank you for this nice post, really appreciated. :) Patch was submitted in the appropriate forum then. Regards...
Hi, Just installed MP 1.0.1. In TV Server configuration, cause I was fed up clicking 10 times on browse buttons for Recording...
Replies
7
Views
2K
Upgraded to Dev Studio 2008. Still same issue. Found a workaround. I start Configuration.exe manually in the xbmc/bin/debug folder and attach the debugger manually to the process.
Upgraded to Dev Studio 2008. Still same issue. Found a workaround. I start Configuration.exe manually in the xbmc/bin/debug folder...
Probably an easy question but cant figure it out. I can compile and start MP fine. How can I start MP config tool in debug mode in...
Replies
3
Views
2K
MP1 MP2 State Of The Code DE
One good way to contribute to the project would be to write some documentation for other people :P The main reason why there aren't good / up to date documentation available is that people who are working with MP1 doesn't seem to like to write good code comments or especially like to skip writing the how to documentation for other...
One good way to contribute to the project would be to write some documentation for other people :P The main reason why there aren't...
I don't want to sound hyper-critical or unappreciative of what you guys are giving us, but I went through some of the code...
Replies
4
Views
1K
MP1 MP2 VS2010 DE
If someone is donating one copy of VS2010 for every developer then we might move :) But as chemelli already pointed out moving from VS2005 to VS2008 was pretty huge task, and as MP1 is already pretty close to its end of the road I see no reason to move to VS2010.
If someone is donating one copy of VS2010 for every developer then we might move :) But as chemelli already pointed out moving from...
Is the dev team going to move to VS2010 when it's released?
Replies
2
Views
910
Really, no help ?? Would it be so hard to change how teletext is displayed in wide sking. All i'm looking is place to start. regards,
Really, no help ?? Would it be so hard to change how teletext is displayed in wide sking. All i'm looking is place to start...
I'm just wondering if could patch teletext for working with 16:9 skins. Okay i have 16:9 tv and i still use 4:3 B3 skin because...
Replies
1
Views
806
It seems to be a problem with tvplugin. don't know exactly what because I don't have the tv stuff installed. Anyway I reuploaded again in my last post, I hardcoded the version number don't know if it'll work. If it doesn't then don't worry about the configuration.exe, core.dll is all that's needed, just use the original...
It seems to be a problem with tvplugin. don't know exactly what because I don't have the tv stuff installed. Anyway I reuploaded...
This method uses Windows Explorer method of getting video thumbnails and caches them in the Thumbs\Video folder in MediaPortal...
Replies
13
Views
7K
Only team members have access to Testers Lounge, and that will not change. We try to make all relevant info available in mantis, but the internal team discussion before the mantis entry is created can be found in the linked thread. It is a means to direct the developer to the thread and post that the bug has been fixed. For community...
Only team members have access to Testers Lounge, and that will not change. We try to make all relevant info available in mantis...
I just noticed the thread saying how we can contribute by submitting patches and it mentions to start by looking at the bug...
Replies
1
Views
906
Have you actually tried to reference any dll's in your project? There are loads of functions, Search the forum for Plugin development. And no I don't have any examples. Hope this helps.
Have you actually tried to reference any dll's in your project? There are loads of functions, Search the forum for Plugin...
Hi there, I'm looking for a way to read information from the MP client, e.g.: - what's running (TV Channel, Video, Music etc)...
Replies
2
Views
1K
Ah I see. So in the transport stream context for dvb-s the subchannels refer to separate channels on the same transport stream that comes from one transponder. So you might have say 17 channels on a transponder and they are referred to as subchannels? So I should see a subchannel in code for each channel and that is probably...
Ah I see. So in the transport stream context for dvb-s the subchannels refer to separate channels on the same transport stream...
For example in tvcardbase.cs around line 630 there are various functions that reference subchannels. I am trying to understand...
Replies
2
Views
2K
MP1 MP2 Weekend - Patch DE
Also added the needed lines to all of the Language files (except ko & zh-CN that were unseen on my PC). Is posting here is enough for the code to get into the source code of MediaPortal or should I sent it some else? Bob
Also added the needed lines to all of the Language files (except ko & zh-CN that were unseen on my PC). Is posting here is...
This Patch is made to allow MediaPortal to support countries in which the working days start on Sunday and not on Monday. It is...
Replies
1
Views
1K
Forget my last post, it's a bug in the TV-server: https://forum.team-mediaportal.com/1-0-1-final-svn-builds-314/schedule-currently-running-program-starts-too-late-58508/ Chris
Forget my last post, it's a bug in the TV-server...
Hi all, I'm writing some code to schedule a recording from another app. It's working, but for programs that start in a few...
Replies
2
Views
1K
Can somebody confirm a strange behaviour I found in a Window plugin I am trying to write: While an ACTION_VOLUME_UP is being dispatched to my OnAction-Method, an ACTION_VOLUME_DOWN never reaches that method. This strange behaviour is independent of the input method (keyboard, remote). Volume control in MP does work, only the...
Can somebody confirm a strange behaviour I found in a Window plugin I am trying to write: While an ACTION_VOLUME_UP is being...
Can somebody confirm a strange behaviour I found in a Window plugin I am trying to write: While an ACTION_VOLUME_UP is being...
Replies
0
Views
900
MP1 MP2 gui control align DE
Hi, Finishing off a new plugin, but got stuck in the GUI. I want to center a label horizontally from the plugin's xml file and set the vertical alignment preferrably relative to the current resolution, but if simpler I can do with entering an absolute value for the vertical. I have tried with <align>center</align> but this centers...
Hi, Finishing off a new plugin, but got stuck in the GUI. I want to center a label horizontally from the plugin's xml file and...
Hi, Finishing off a new plugin, but got stuck in the GUI. I want to center a label horizontally from the plugin's xml file and...
Replies
0
Views
867
Thanks, must have slipt through :ooops: Created a new mantis issue for that and fixed it right away :)
Thanks, must have slipt through :ooops: Created a new mantis issue for that and fixed it right away :)
Hi. I don't have a Home button in my remote, only back/return button. So after a while when I've used epg several times i have...
Replies
18
Views
2K
I found old engine - TVE2. IT works like charm, much better than new TVE3 (at least for me). Anyone have idea why TVE3 cause garbage on picture (like missing parts of data stream), and TV2 don't?
I found old engine - TVE2. IT works like charm, much better than new TVE3 (at least for me). Anyone have idea why TVE3 cause...
Hi, I would like MediaPortal to support the use of the network driver of the Technisat Skystar 2 instead of the BDA driver...
Replies
6
Views
2K
MP1 MP2 Where is TVE2? DE
My pleasure.....
My pleasure.....
I’m working on an update to MediaPortal that involves the TVEngine & MediaPortal code (adding support for weekdays that starts on...
Replies
5
Views
2K
Hej guys, That's exactly what I am looking for! My WebTV provider is broadcasting in H264/AVC over TS stream. VLC is playing that stream OK but I am quite tired to find proper set of DirectShow filters to get it passed thru TVServer. My idea is to create simple substitution of TVserver to let VLC tune to web stream and write...
Hej guys, That's exactly what I am looking for! My WebTV provider is broadcasting in H264/AVC over TS stream. VLC is playing...
Does any transcoding have to be done to a RTSP stream from VLC to make it readable by the MP TV Client? I have written a...
Replies
13
Views
9K
MP1 MP2 Web Stream DE
Hi Esprit, I am searching for similar solution. Have you got any move futher since you had posted your message? br, dmitry
Hi Esprit, I am searching for similar solution. Have you got any move futher since you had posted your message? br, dmitry
Hello Everyone, I am contemplating creating a "TV Web Tuner Card" similiar to the "Radio Web Stream" card. My intent is to be...
Replies
1
Views
1K
Top Bottom