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

Working on your own plugin and got stuck? Post your codeing question here.
Putting the finishing touches to my HomeSeer (home automation, X10, IR that kind of thing) plugin I was >carefully< looking at the current MediaPortal screens. Some have semi transparent text in the top left of the screen. I know one comes from mediaportaltext.png and have opened this in GIMP, but it isn't just 'straight' text, it...
Putting the finishing touches to my HomeSeer (home automation, X10, IR that kind of thing) plugin I was >carefully< looking at the...
Putting the finishing touches to my HomeSeer (home automation, X10, IR that kind of thing) plugin I was >carefully< looking at the...
Replies
0
Views
1K
You can also use uberoptions to do the same... however if you set a key for eg. "s" but have caps lock on the result will be "S" which will not work. Setpoint doesnt stick to the keycode that you have programmed - strange. I have also seen that if you try to manage the volume via setpoint using keycode - and = it will work ok for a...
You can also use uberoptions to do the same... however if you set a key for eg. "s" but have caps lock on the result will be "S"...
I bought this Keyboard suite quite a while back so if anyone else has this floating around the house this may help. This package...
Replies
3
Views
3K
+1
+1
Hey guys, After years of fighting Windows Media Center I'm looking for something new. I've been poking around at SageTV and a...
Replies
12
Views
2K
SQL Server feels a bit heavy for this application and presents a number of risks for the average non-technical user if they don't manage it appropriately. Any thoughts on moving to VistaDB (Managed SQL database alternative for .Net programmers - VistaDB) or the extensible storage engine (ESE) now that there is a managed library...
SQL Server feels a bit heavy for this application and presents a number of risks for the average non-technical user if they don't...
SQL Server feels a bit heavy for this application and presents a number of risks for the average non-technical user if they don't...
Replies
0
Views
1K
Would love to know this as well. Ive tried various things but to no avail as well.
Would love to know this as well. Ive tried various things but to no avail as well.
Hi to everyone, I have been developing a plugin for mediaportal and it seems to work rather well. I have tralled through the...
Replies
1
Views
1K
System.Core.dll is part of the .NET Framework 3.5. You'll need to install the redistributable on any machine which requires it. Cheers, Colin
System.Core.dll is part of the .NET Framework 3.5. You'll need to install the redistributable on any machine which requires it...
Hello there! I'm new to MP Development and C# (i'm a C,C++ and Java Developer). I created a small plugin for MP to learn how...
Replies
2
Views
1K
RTFM (to me)
RTFM (to me)
RTFM (to me)
Replies
0
Views
820
using DVBGuide I noticed the following information being pulled down <programme channel="X1088" start="20081221190000 +0000" stop="20081221200000 +0000"> <!--event id="46973" --> <!--crid type="0x31" uri="crid://fp.bbc.co.uk/1RE8PG" --> <!--crid type="0x32" uri="crid://fp.bbc.co.uk/KCIEX8" --> <title...
using DVBGuide I noticed the following information being pulled down <programme channel="X1088" start="20081221190000 +0000"...
using DVBGuide I noticed the following information being pulled down <programme channel="X1088" start="20081221190000 +0000"...
Replies
0
Views
2K
I am also looking to lessen burn-in by making the black side bars grey in fullscreen mode. I'm not familiar with MediaPortal skinning but I looked at the videoFullscreen.xml file in the skin folder anyway. However, I didn't see anything that looked like a border or background color option. Am I looking at the wrong file...
I am also looking to lessen burn-in by making the black side bars grey in fullscreen mode. I'm not familiar with MediaPortal...
Suggesting to add such option which will be useful to owners of plasma TVs. At video review on a full screen in a format 4х3 on the...
Replies
4
Views
1K
channels with same name only showing up once Here's my problem: the xmltv importer is working great for me except for one detail. I have several channels that have the same name, but with unique channel numbers (see below example with HDPPV). I have about 15 channels labeled HDPPV and about 10 NBAHD channels. Whenever xmltv...
channels with same name only showing up once Here's my problem: the xmltv importer is working great for me except for one...
Hi I had a few issues with the xmltv plugin as i've mentioned here in another thread...
Replies
155
Views
45K
TV-Server Version: 1 RC4 MediaPortal Version: 1 RC4 MediaPortal Skin: Blue3 wide Windows Version: Vista 32bit Home Premium SP1 CPU Type: AMD Athlon 64 X2 Dual Core 5000+ HDD: Samsung H501LJ (500 GB) Memory: 2 GB Motherboard: Asus M2A-VM HDMI Video Card: NVIDIA GeForce 8600 GT (Asus EN8600GT SILENT/HTDP/256M) Video Card...
TV-Server Version: 1 RC4 MediaPortal Version: 1 RC4 MediaPortal Skin: Blue3 wide Windows Version: Vista 32bit Home Premium SP1...
TV-Server Version: 1 RC4 MediaPortal Version: 1 RC4 MediaPortal Skin: Blue3 wide Windows Version: Vista 32bit Home Premium SP1...
Replies
0
Views
932
wrong post
wrong post
I was missing a smart scheduling (for series) in mediaportal. (My wive keeps asking: where is my recording when it changed to...
Replies
12
Views
2K
Dear Portal Developers, I have the following question - does it make any sense to load IMDB information for folder as well as for file? Here is a part of the code I'm talking about (GUIVideoFiles.cs line 1132): private void SetMovieProperties(string path) { IMDBMovie info = new IMDBMovie(); bool isDirectory...
Dear Portal Developers, I have the following question - does it make any sense to load IMDB information for folder as well as...
Dear Portal Developers, I have the following question - does it make any sense to load IMDB information for folder as well as...
Replies
0
Views
2K
Great, thanks. I was seeing this when creating GDI+ graphics online and periodically changing the image.
Great, thanks. I was seeing this when creating GDI+ graphics online and periodically changing the image.
While working on an enhancement for Moving Pictures I came across a bug in the MediaPortal GUIImage class. Briefly, if a GUIImage...
Replies
3
Views
1K
:thx: mswiege for spotting this issue and providing a patch for it. The patch is in SVN now and will be available with the next SVN build. MisterD
:thx: mswiege for spotting this issue and providing a patch for it. The patch is in SVN now and will be available with the next...
If you use the mapping of the keyboard keys to certain functions in the configuration.exe at "General/Keys and Sounds" you use the...
Replies
2
Views
1K
First of all, my statement above about no function for recording is not true. There is an function StartRecording which is overloaded 3 times. But it is not obvious how you can use this function to start a recording as none of the overloads let you specify a channel. As a test, I think I will just add a record manually in the database...
First of all, my statement above about no function for recording is not true. There is an function StartRecording which is...
I have been looking over TvControl.chm for a function to set a manual recording. But I cant find any info on how to do this. There...
Replies
1
Views
1K
Hiya! Iwe been configuring my MediaPortal for a while now, and have came across 2 minor things inn the documentation. Update 1: FloppyDTV-S2 HD, is not working propperly inn Norway using Canal Digital, if it works with Viasat i dont know. This should perhaps stand inn the documentation, as i bought this card cause of the...
Hiya! Iwe been configuring my MediaPortal for a while now, and have came across 2 minor things inn the documentation...
Hiya! Iwe been configuring my MediaPortal for a while now, and have came across 2 minor things inn the documentation...
Replies
0
Views
764
MP1 MP2 OnPageLoad() DE
Thanks for the help, although I didn't solve the problem yet. The funny thing is that you before RC4 could access buttons, labels etc. in a process-plugin. Now, you can still access labels, but buttons are a no go. In RC3, I could easily set focus...
Thanks for the help, although I didn't solve the problem yet. The funny thing is that you before RC4 could access buttons, labels...
Hi Is it possible to have a process-plugin that can contain the code below, and if yes, which references should I have in my...
Replies
2
Views
922
Hi, it seems not many people need it, but there is small bug in WebEPG Sublink grabber using non-default encoding. I.e. my grabber (see attachement) uses at the time utf-8. Independent on settings in the grabber, for sublink parser default (iso-8859-1, see HTMLPage.cs) encoding is always used. The bug is in HTTPRequest.cs file...
Hi, it seems not many people need it, but there is small bug in WebEPG Sublink grabber using non-default encoding. I.e. my grabber...
Hi, it seems not many people need it, but there is small bug in WebEPG Sublink grabber using non-default encoding. I.e. my grabber...
Replies
0
Views
1K
MP1 MP2 Action Menu plugin DE
Hi guys, is it possible to write plugin which can be started from Action Menu (like IMDB scan, or File Menu in MyVideos) without rewriting orginal WindowsPlugins.dll ? I mean is there any technique to add items to action menu & catch OnClicked events ? thnx for help
Hi guys, is it possible to write plugin which can be started from Action Menu (like IMDB scan, or File Menu in MyVideos)...
Hi guys, is it possible to write plugin which can be started from Action Menu (like IMDB scan, or File Menu in MyVideos)...
Replies
0
Views
1K
No plans, but indeed it would be nice to have.
No plans, but indeed it would be nice to have.
Are there plans for add additional method in TVController for asynchronous tuning - asynchronous version of StartTimeShifting()...
Replies
1
Views
937
Hi As a fix for the menu in the skin mediaStream (that stopped working with RC4 for some weird reason), I am trying to build a new process-plugin. In this, I need to know which menuitem that is currently the focused one in the menu. Whenever I try the code (se further down), I get loads of errors in the log, complaining about...
Hi As a fix for the menu in the skin mediaStream (that stopped working with RC4 for some weird reason), I am trying to build a new...
Hi As a fix for the menu in the skin mediaStream (that stopped working with RC4 for some weird reason), I am trying to build a new...
Replies
0
Views
1K
MP1 MP2 Unable to build DE
This may happen when you have a space in the path. Goto the properties for project throwing the error, open properties, goto the Build Events tab and you should see some command in the "Post-build event command line" box. xcopy $(SourcePath) $(TargetPath) Wrap both source and target paths with double quotations (")...
This may happen when you have a space in the path. Goto the properties for project throwing the error, open properties, goto the...
Hey Guys, I'm considering going through some code to see if I could help out anywhere and perhaps learn some C# while I'm at it...
Replies
2
Views
1K
I've just built a development machine which is all up to date, and as such as VS2008. Is there anything I need to be aware of when buildng with VS2008 (Full version, not EE)? It seems only 2005 is used by the dev team? UPDATE: OK - so it compiled fine for me. I must have done something wrong the first time!
I've just built a development machine which is all up to date, and as such as VS2008. Is there anything I need to be aware of when...
I've just built a development machine which is all up to date, and as such as VS2008. Is there anything I need to be aware of when...
Replies
0
Views
772
I now created a small "process plugin" that automatically cleans the movie db on every MediaPortal startup. The full thread is here: https://forum.team-mediaportal.com/plugins-47/new-plugin-video-cleanup-49262/#post335695 Maik
I now created a small "process plugin" that automatically cleans the movie db on every MediaPortal startup. The full thread is...
Hi! I'm using MediaPortal for quite a while now and love that it is open source so I (C++/C# developer) can customize it myself...
Replies
9
Views
2K
A
That is the latest.
That is the latest.
Requirements: -Visual Studio 2003.NET -The sources (look here how to get them...
2 3
Replies
22
Views
18K
Pleas add this to dvbt.xml <country name="Estonia - All regions" offset="125"> <carrier frequency="570000" bandwidth="8" /> <carrier frequency="610000" bandwidth="8" /> <carrier frequency="666000" bandwidth="8" /> <carrier frequency="682000" bandwidth="8" /> <carrier frequency="690000" bandwidth="8" />...
Pleas add this to dvbt.xml <country name="Estonia - All regions" offset="125"> <carrier frequency="570000" bandwidth="8" />...
Pleas add this to dvbt.xml <country name="Estonia - All regions" offset="125"> <carrier frequency="570000" bandwidth="8" />...
Replies
0
Views
895
salü, while i was trying the different SVN's - different configs and all that kind of things - it was always "stress-full" for me, to restart the TV-Service ;) over the Windows surface going to the "start - run - services.msc - restart tv-service" ... thats why i created a small simple batch-file which i deposited...
salü, while i was trying the different SVN's - different configs and all that kind of things - it was always "stress-full"...
salü, while i was trying the different SVN's - different configs and all that kind of things - it was always "stress-full"...
Replies
0
Views
1K
MP1 MP2 Skinnable sudoku DE
Splendid, there's the info I needed. Thanks a bunch. Patrick :D
Splendid, there's the info I needed. Thanks a bunch. Patrick :D
The current version of the sudoku game is very limited from a skinning perspective. Some color and image settings are hardcoded...
Replies
5
Views
1K
Now in SVN :thx: morpheus_xx
Now in SVN :thx: morpheus_xx
Hi, these are the current DVB-C tuning parameters for Germany-Primacom (Saxony) valid since 01.October.2008. They changed a...
Replies
1
Views
2K
Top Bottom