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

Working on your own plugin and got stuck? Post your codeing question here.
I'm sorry. I was in wiki, but doesn't saw it. Thank You. Now I can test it. Is there an API for GUI ? (For example Video Screens) ? It is possible to see a Video in Fullscreen and slide in any overlay with Controls like Buttons? Best regards, rog
I'm sorry. I was in wiki, but doesn't saw it. Thank You. Now I can test it. Is there an API for GUI ? (For example Video...
Hey people I am new in Mediaportal and want to know how to develop an plugin. I have still checked out the Source Code. C#...
Replies
2
Views
1K
In case anyone else is looking, the filters have their own repository now. http://mediaportal.svn.sourceforge.net/svnroot/mediaportal/trunk/DirectShowFilters/]Revision 19383: /trunk/DirectShowFilters
In case anyone else is looking, the filters have their own repository now...
I must be blind, but I can't find the source to the COM object DirectShow filters anymore. They used to be TSWriter and TSReader I...
Replies
1
Views
1K
Thank you Peter Would it be possible that you and frodo work together to merge this load monitoring function into PowerScheduler? This is something that is definitly missing there. I have a SqueezeServer on my server machine which must be able to prevent ShutDown while somebody is streaming from it. At the moment I have a very...
Thank you Peter Would it be possible that you and frodo work together to merge this load monitoring function into...
Hi all, because the PowerScheduler did not work with the new TVServer3 in the moment, I decided to provide two small tools I...
Replies
3
Views
2K
Can someone here tell me how to reinitialize the TV card (BDA DVB-S) programaticaly with C#? Thanks.
Can someone here tell me how to reinitialize the TV card (BDA DVB-S) programaticaly with C#? Thanks.
Can someone here tell me how to reinitialize the TV card (BDA DVB-S) programaticaly with C#? Thanks.
Replies
0
Views
846
Well, no-one had an answer so I think I solved it my self. Turns out you have to tell MP where each card records and not just the first card. I suppose so that you can record on multiple drives etc. So now I know. Duh! It is not pretty or fully featured, but it does seem to work (see attachment). Chris
Well, no-one had an answer so I think I solved it my self. Turns out you have to tell MP where each card records and not just...
Hello, I have had a go at making a really simple web EPG that helps me with recording and finding films (and other stuff as...
Replies
1
Views
1K
Hi Tourettes.. Your last changes con TsReader build 19342 has made audio sincronization with Ac3Filter to be fixed.. No more lost of syncronization with Audio and Video when "skip steps " !!!! GREAT JOB!!! Thanks!!!
Hi Tourettes.. Your last changes con TsReader build 19342 has made audio sincronization with Ac3Filter to be fixed.. No more...
Hi Tourettes.. Your last changes con TsReader build 19342 has made audio sincronization with Ac3Filter to be fixed.. No more...
Replies
0
Views
1K
Hi Can anyone help me with a small development type question? I use TVServer to record a lot of DVB radio shows which I convert to MP3 so that I can listen to them in the car. I have written a few quick and dirty batch files that scan the recordings folder for new radio recordings, extract the MP2 audio streams and then...
Hi Can anyone help me with a small development type question? I use TVServer to record a lot of DVB radio shows which I...
Hi Can anyone help me with a small development type question? I use TVServer to record a lot of DVB radio shows which I...
Replies
0
Views
980
After help from anyone who might know a bit about the RTSP Header and how it works. I'm in the middle of writing a plugin for the tv server to make a rss feed of the channels (done, but could use a little clean up). Once you click on one of those links its ment ot start up timeshifting then redirect the client to the RTSP stream...
After help from anyone who might know a bit about the RTSP Header and how it works. I'm in the middle of writing a plugin for...
After help from anyone who might know a bit about the RTSP Header and how it works. I'm in the middle of writing a plugin for...
Replies
0
Views
1K
I need this for my new plugin Standby.Watcher (check link on footer), i have not found any way that the plugin is notified if a recording has started... so , im using (trying) for the moment a filesystemwatcher in the recording folder, and if a recording starts i take the filename, with this i can check the tvs db for the schedule...
I need this for my new plugin Standby.Watcher (check link on footer), i have not found any way that the plugin is notified if a...
Hi i need a filesystem watcher in a process plugin... and its start with uses a private System.IO.FileSystemWatcher...
Replies
2
Views
1K
Bah, of cource I did manage to search the older development thread :)
Bah, of cource I did manage to search the older development thread :)
We need anyone with DirectShow / DVB knowledge willing to look in couple of issues. Please read on and have a look: I would need...
Replies
195
Views
53K
Hi, I didn't find anything about this when searching. I am wondering if it's possible to get information about whats currently playing in MediaPortal from PHP? That is I want to create a PHP-script that I'll run on a secondary monitor (fullscreen firefox) which will show information (with info fetched from IMDB/TV.com/Last.fm) about...
Hi, I didn't find anything about this when searching. I am wondering if it's possible to get information about whats currently...
Hi, I didn't find anything about this when searching. I am wondering if it's possible to get information about whats currently...
Replies
0
Views
930
Hi! I'm going to move this thread to General Development (no feature request here!) - MediaPortal Forum - and suggest that you also post this in the German section: Deutsches MediaPortal Forum - MediaPortal Forum I'll also modify the topic to English only. Hope this is OK.
Hi! I'm going to move this thread to General Development (no feature request here!) - MediaPortal Forum - and suggest that you also...
Hi Guys, This in another Version of the dvbfix thats available in this forum. This fix is created by my self. Ist an updated...
Replies
1
Views
8K
I'm new to the mediaportal project, so I have a fairly basic question. In general I need help using the GUICheckListControl class. In essance, what I am trying to do is set up a list of languages with a radio button (in place of the check mark) on one side. To give a visual example, I want something like this: (-) English (-)...
I'm new to the mediaportal project, so I have a fairly basic question. In general I need help using the GUICheckListControl class...
I'm new to the mediaportal project, so I have a fairly basic question. In general I need help using the GUICheckListControl class...
Replies
0
Views
919
Ok, i have seen this with this code its works fine from a process plugin :D GUIDialogOK standbyMessage = (GUIDialogOK)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_DIALOG_OK); standbyMessage.Reset(); standbyMessage.SetHeading("Standby Notification"); standbyMessage.SetLine(1...
Ok, i have seen this with this code its works fine from a process plugin :D GUIDialogOK standbyMessage =...
Hi, how can i do this that a messagebox with a ok and cance button are displayes on any screen even a event has created? i found...
Replies
2
Views
995
MP1 MP2 InputMappingForm DE
Hi, I have created a xml file in MediaPortal\InputDeviceMappings\defaults. Now I have the following code in my plugin: InputMappingForm inputMappingForm = new InputMappingForm("Test"); inputMappingForm.ShowDialog(); Now the configuration window opens for the xml file but when I try to make changes in this window, the xml file...
Hi, I have created a xml file in MediaPortal\InputDeviceMappings\defaults. Now I have the following code in my plugin...
Hi, I have created a xml file in MediaPortal\InputDeviceMappings\defaults. Now I have the following code in my plugin...
Replies
0
Views
608
Anyone? TIA
Anyone? TIA
Hi I'm trying this (playing a channel first..) string location = @"c:\test-record.ts"; this.MeedioSystem.Log("StartRecording...
Replies
1
Views
1K
how do you know the frequency for digital channel is? i just to go to the website for Hdhomerun/channes sites. it is down. does anyone where to go to get those information?
how do you know the frequency for digital channel is? i just to go to the website for Hdhomerun/channes sites. it is down...
In order to fix the "no audio/video" error while trying to timeshift, that was introduced with the new TsWriter we have to have a...
Replies
57
Views
12K
Done.
Done.
just wanted to add this update file for virgin media cable in belfast
Replies
1
Views
1K
Hi.. I would like to try to speed up Mp on vista, I'm specially talking about "No responding WIndow" or "Some time Vista Desktop shows up" I would like to have Logs, when any of the above problems apears.. and also the Steps you did when you get any of the slow down. Thanks for your help Iosu Note: Also it will help if...
Hi.. I would like to try to speed up Mp on vista, I'm specially talking about "No responding WIndow" or "Some time Vista Desktop...
Hi.. I would like to try to speed up Mp on vista, I'm specially talking about "No responding WIndow" or "Some time Vista Desktop...
Replies
0
Views
913
HI! Here is another of my "UNSUPPORTED PATCH" This time is for thouse of you that don't want MP to stops MCE Services-- steps: 1.- Copy the util.dll to your mediaportal 2.- Edir Mediaportal.xml and add <section name="MCEServices"> <entry name="StopMceServices">no</entry> </section> If you don't add the lines, MP...
HI! Here is another of my "UNSUPPORTED PATCH" This time is for thouse of you that don't want MP to stops MCE Services--...
HI! Here is another of my "UNSUPPORTED PATCH" This time is for thouse of you that don't want MP to stops MCE Services--...
Replies
0
Views
1K
Hi folks, i want to develop plugin which, as i think, could solve my problem with dual mono files and dvb-t shows. My idea is following, i would like to create process which will change the preset of ffdshow audio render (i created 2 matrixes which do the work for me) and that is all. I have tested it manualy. Question is: Am i...
Hi folks, i want to develop plugin which, as i think, could solve my problem with dual mono files and dvb-t shows. My idea is...
Hi folks, i want to develop plugin which, as i think, could solve my problem with dual mono files and dvb-t shows. My idea is...
Replies
0
Views
776
Ok! Now in the latest svn they are in both places. Thanks once again!
Ok! Now in the latest svn they are in both places. Thanks once again!
Hi, Just made this tuningparameter file for my town/region and wanted to share. Hopefully somebody can add it to svn. //johnzered
Replies
6
Views
1K
Any comments about this? I have been keeping thinking about this.. Shouldn't it be such way when the TV server finds two of the same channels during a channelscan, a window should pop up to ask which one you want to keep, or rename one of them or something? In stead of TV server arbitrary kicks out one of the channels that it finds...
Any comments about this? I have been keeping thinking about this.. Shouldn't it be such way when the TV server finds two of the...
Dear all, A few days ago reported that I could not watch Histoy channel, and that was because there were two channels with...
Replies
1
Views
2K
Hi Check this https://forum.team-mediaportal.com/265913-post27.html If any developer can check the solution.. Thanks!
Hi Check this https://forum.team-mediaportal.com/265913-post27.html If any developer can check the solution.. Thanks!
Hi Check this https://forum.team-mediaportal.com/265913-post27.html If any developer can check the solution.. Thanks!
Replies
0
Views
895
Anyone done this already with RC1, if so can you post the <capturecard to </capturecard> entry? Cheers, Matt
Anyone done this already with RC1, if so can you post the <capturecard to </capturecard> entry? Cheers, Matt
Hallo everybody. It woulkd be great if MediaPortal supported these cards. Both based on the Philips SAA7162 Chipset, the 3010...
Replies
2
Views
4K
Kick :) Am still using this web interface. Works like a charm. Only thing I had to do for RC1 was change the databasename in index.php, because RC1 uses a different name. Change TvLibrary to MpTvDbRC1
Kick :) Am still using this web interface. Works like a charm. Only thing I had to do for RC1 was change the databasename in...
hi! Been drinking today and here is the result: PHP based Web Interface for TV Engine 0.3 What this does: -EPG is working...
Replies
29
Views
12K
thanks!
thanks!
Hi This are the Euskaltel Spain Cable tunning parametters Can you add them? Thanks!
Replies
2
Views
1K
Sorry that I didn't spot this earlier. Added to SVN.
Sorry that I didn't spot this earlier. Added to SVN.
Here are DVB-C Tuning Parameters for Finland-VLP
Replies
2
Views
1K
updated on SVN 19023. Simone
updated on SVN 19023. Simone
Here's an dvbt.xml with updated frequencys for Sweden. I think everything is correct but if something is broken please let me know!
Replies
1
Views
1K
Hi, I'm experimenting with my first MP plugin, which is a process plugin. I've managed to instruct MP to display the different sections, such as My Music, My Pictures et.c, but what I cannot figure out is how to retrieve the list of files currently being displayed? Say I enter My Music. I would like my plugin to be able to...
Hi, I'm experimenting with my first MP plugin, which is a process plugin. I've managed to instruct MP to display the...
Hi, I'm experimenting with my first MP plugin, which is a process plugin. I've managed to instruct MP to display the...
Replies
0
Views
966
Top Bottom