MediaPortal 1 Plugins (91 Viewers)

Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.
W
Can i have also that? co'z i'm writing similar to this. thanks... noister -- noister_net@yahoo.com
Can i have also that? co'z i'm writing similar to this. thanks... noister -- noister_net@yahoo.com
Hi! I will have in near future panasonic plasma screen which gives possibility to use RS232 connection to control from PC...
Replies
10
Views
4K
This is exactly what I wanted to know! Thank you very much. But can you please do me a favour and change following code in the TVDatabase.cs, method Open(): // Open database String strPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly. GetExecutingAssembly().Location)...
This is exactly what I wanted to know! Thank you very much. But can you please do me a favour and change following code in the...
Hi, does anybody know why MP needs these columns (iCancelTime and bContenRecording) in the table 'recording' of the database...
Replies
4
Views
1K
A
Hi, you could try c#, it was designed by the head designer of delphi. I admit It takes some time to get used to it. but is it not so hard to make the switch if you are familiar with delphi. If you are a delphi programmer that hardly uses the IDE you will have to get used to some C# way's, but the switch is not that hard...
Hi, you could try c#, it was designed by the head designer of delphi. I admit It takes some time to get used to it. but is it...
All, Is there any such thing as a TMediaPortalPlugin class for Delphi available already? ... TIA, Hans Vledder The Netherlands
Replies
4
Views
2K
The plugin's been released - see this thread: http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?p=29705#29705 Sam
The plugin's been released - see this thread: http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?p=29705#29705...
Hi everyone I've started work on developing the framework for a plugin called My Online Content. The idea of this plugin is to...
Replies
5
Views
2K
Hi, thank you! You are right, it also works now, too. Another assembly was causing trouble.
Hi, thank you! You are right, it also works now, too. Another assembly was causing trouble.
Hi, does anybody know how to call a WindowsProgressDialog in a process plugin? I always get this error...
Replies
3
Views
2K
MP1 MP2 Autostart TV plugin (1 Viewer) DE
Ahh I just tried that one and works a treat - didn't see it down there! Thanks for the suggestion and good to see this plugin still going :)
Ahh I just tried that one and works a treat - didn't see it down there! Thanks for the suggestion and good to see this plugin...
There is a slight problem in my household since we first stumbled across MediaPortal. Using the TV as a TV is no longer the norm...
Replies
71
Views
29K
Yes, I am aware of this, but I don't have time to fix it. It simply needs a recompilation against the newer MP source code. Sam
Yes, I am aware of this, but I don't have time to fix it. It simply needs a recompilation against the newer MP source code. Sam
EDIT: Now with the ability to view webpages! Follow the instructions below - I have edited them for the new version. So, without...
Replies
19
Views
12K
BeyondTV has a feature that is very useful for people with multiple tuners to be able to tell each show which tuner to record one (i.e. CSI Miami - Tuner 1, 24 - Tuner 2, etc. etc.) Which is extremely useful if you put a couple minutes padding on either the end or beginning of shows and there are consecutive shows on the same channel...
BeyondTV has a feature that is very useful for people with multiple tuners to be able to tell each show which tuner to record one...
Hello, after a lot of work done I will release my first Beta of my PVR Scheduler with MediaPortal Plugin. These are the...
Replies
89
Views
26K
Just my two cents, I was looking for this functionality a few weeks back and found nothing and started writing my own (with severe trepidation about how video would work I might add). Less than a week ago I 'found' iSpy, dowloaded installed and - well, let's just say I'm not bothering to write anything like this now. My system is...
Just my two cents, I was looking for this functionality a few weeks back and found nothing and started writing my own (with severe...
G'day, Let me just say that aside from some Pascal and Cobol programming about 8 years ago, I don't really have any idea about...
Replies
49
Views
26K
MP1 MP2 My Launch (yahoo launch videos) (1 Viewer) DE
Fair enough.. BTW: I have bumped one thread before; Wed Jul 13, 2005 1:53 pm . LOL...
Fair enough.. BTW: I have bumped one thread before; Wed Jul 13, 2005 1:53 pm . LOL...
I have been working on this for the last two weeks. I wasn't aware of this till about two days ago but samuel337 made an excellent...
Replies
154
Views
37K
MP1 MP2 My Keys Plugin DE
This is perfect for :) Thank you thank you I use a logitech 525 that mp cant recognize as a mce remote because of my ir receiver. But with this plugin i map mymusic and the others and then it works for me :)
This is perfect for :) Thank you thank you I use a logitech 525 that mp cant recognize as a mce remote because of my ir...
Click here to download. If enabled, this plugin adds some keyboard shortcuts for jumping directly to the following screens...
Replies
69
Views
43K
I just found this info on the DVR-MS file format. It includes code for editing, playing and transcoding DVR-MS files. It is beyond my programming skills, but I thought the information would be helpful for future plugin development... Anyhow, here is the url...
I just found this info on the DVR-MS file format. It includes code for editing, playing and transcoding DVR-MS files. It is...
I just found this info on the DVR-MS file format. It includes code for editing, playing and transcoding DVR-MS files. It is...
Replies
0
Views
1K
I am developing a plugin to use the LiveDrive! IR (and Audigy Drive IR et al) as a remote control receiver. During the implementation, I had occasion to use: ActionTranslator.GetAction(...) and ActionTranslator.GetActionDetail(...) GetAction(...) did precisely what I wanted, populating the given ref Action with all of the data...
I am developing a plugin to use the LiveDrive! IR (and Audigy Drive IR et al) as a remote control receiver. During the...
I am developing a plugin to use the LiveDrive! IR (and Audigy Drive IR et al) as a remote control receiver. During the...
Replies
0
Views
1K
R
For 0.1.3.0 pre and later cvs versions no HCWPlugin.dll is needed any longer. If you got it, remove it. If not, never heard of that problem before. Maybe you can post more details (support template/log)? But if you really don't have that HCWPlugin.dll anymore, this sounds more like a driver or card problem.
For 0.1.3.0 pre and later cvs versions no HCWPlugin.dll is needed any longer. If you got it, remove it. If not, never heard of that...
Edited by mPod: There is no plugin necessary anymore, it is now natively supported in MediaPortal in 0.1.3 prerelease and above...
21 22 23 24 25
Replies
246
Views
60K
I thought that if for example LinDriveIR is a "normal" plugin it has a start() method and so could be made static while configuration is loading, but I see that is perhaps a contridiction to dynamic loading... - so better forget about it :roll: I prefer the second idea - I think it would be more flexible and sure I got that your...
I thought that if for example LinDriveIR is a "normal" plugin it has a start() method and so could be made static while...
The devices I will be discussing are detailed here. Before I begin, it should be noted that the LiveDriveIR plugin allows you to...
Replies
3
Views
2K
Anonymous
A
hello, please re-upload your plugin.... Thanks.
hello, please re-upload your plugin.... Thanks.
From now on new releases will be announced here. This thread will be dedicated to technial problems/questions. If people have...
Replies
63
Views
16K
A
MP1 MP2 plugins list DE
Perhaps a stupid question, but why not use SorceForge for plugins? I realize that it'd require some people to do the administration but I think it'd be the best place for it, perhaps a sub project of the main mediaportal.
Perhaps a stupid question, but why not use SorceForge for plugins? I realize that it'd require some people to do the...
I think we need a plugins list, or a site with downloads would be great.
Replies
2
Views
3K
Winter
W
Nothing,until an offical dev has the time to try it i suppose.. meanwhile, If you would like to do your own compile,sourcefiles are here.. http://sourceforge.net/tracker/index.php?func=detail&aid=1671923&group_id=107397&atid=647927
Nothing,until an offical dev has the time to try it i suppose.. meanwhile, If you would like to do your own compile,sourcefiles are...
Hello folks, in the next CVS, myPrograms will include an allgame-lookup option. Here's a short HowTo to get you started. The...
Replies
11
Views
4K
  • Poll
This thread has been moved http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?p=32960 Please state your wishes there.
This thread has been moved http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?p=32960 Please state your...
Hi, I got tired of searching the forum getting the files i need, unziping, putting files in correct folders, and so on...
Replies
3
Views
3K
MP1 MP2 LCDSmartie plugin DE
Can anyone get this working on 0.2.3?
Can anyone get this working on 0.2.3?
At last I'm releasing the first cut of my LCDSmartie plugin. It's not complete by any means and some work is needed on MP to make...
Replies
147
Views
51K
  • Locked
If you developed a new plugin, please announce it in this subforum. 1. Create a new thread for your plugin. 2. keep the topic name short 3. be sure to contain a download link in your post and if you have an updated version, replace the link in the 1st post of the thread! frodo
If you developed a new plugin, please announce it in this subforum. 1. Create a new thread for your plugin. 2. keep the topic...
If you developed a new plugin, please announce it in this subforum. 1. Create a new thread for your plugin. 2. keep the topic...
Replies
0
Views
9K
It worked for me :) I have tested it, and it works. When is v. 0.1.2.0 added to your package? You live in Norway, lyxalig? Would you be interested in getting involved in a Norwegian mediaportal site/project?
It worked for me :) I have tested it, and it works. When is v. 0.1.2.0 added to your package? You live in Norway, lyxalig? Would...
Mediaportal Addons Plugins/Codec - Downloader/Installer Lyxalig Mediaportal Addons installer V.1.1 This setup si an...
Replies
6
Views
11K
thegrey
T
Hello bionicdonkey, Are the links of the plugin and of openlounge available? It looks that the original website of openlounge is no more available. Thank you!
Hello bionicdonkey, Are the links of the plugin and of openlounge available? It looks that the original website of openlounge is...
This plugin will turn MediaPortal into a uPnP Media Server, allowing it to stream media files (video, music, pictures, etc) across...
Replies
86
Views
51K
MP1 MP2 Burner plugin DE
Paranoid Delusion: Yes, you are right, I remembered wrong: https://forum.team-mediaportal.com/posting.php?mode=quote&p=47050 elecard was needed for transcoding to .avi. So, maybe he needs the cyberling mpeg multiplexer? Or is that post from dman outdated alltogether? maybe someone with more experience in the matter can...
Paranoid Delusion: Yes, you are right, I remembered wrong: https://forum.team-mediaportal.com/posting.php?mode=quote&p=47050...
New features were added by Gucky62 to cvs today: # It is now possible to burn audio CD´s with MediaPortal. mp3´s will be...
Replies
36
Views
17K
A
MP1 MP2 LCD display plugin DE
Move it? How?
Move it? How?
Hello. I wounder if it is possible to get LCD-texts out of MP to a standard windows-32 bit program? I have a Star customer...
Replies
2
Views
3K
Anonymous
A
MP1 MP2 iMonVFD (2 Viewers) DE
Hmmm, now i have two of them to choose from - I wonder which one I'll end up with. Thanks coruba for posting yours again as well. Mike
Hmmm, now i have two of them to choose from - I wonder which one I'll end up with. Thanks coruba for posting yours again as well...
Joe, Any chance you could add support for the iMonVFD which comes with the Silverstone -M cases. Currently uses a USB Driver...
Replies
17
Views
10K
A
MP1 MP2 External display (1 Viewer) DE
Hello, the dll which you need is Core.dll. The code would be: using MediaPortal.GUI.Library; ... GUIPropertyManager.OnPropertyChanged += GUIPropertyManager_OnPropertyChanged; ... void GUIPropertyManager_OnPropertyChanged(string tag, string tagValue) { ... // your code } Regards
Hello, the dll which you need is Core.dll. The code would be: using MediaPortal.GUI.Library; ...
Hello! I got a little question. I know that there is ways to display messages from MP, like Current TV program. Some people have...
Replies
4
Views
2K
year is 2013 .. is there support fro x10 in Mediaportal 1.2.3 ? I need to control; temperature, lights, security cam ...
year is 2013 .. is there support fro x10 in Mediaportal 1.2.3 ? I need to control; temperature, lights, security cam ...
Hello, Home automation in MP ! The ultimate couch potato project is ongoing :D My first MP plugin is working, it's a X10...
Replies
34
Views
16K
MP1 MP2 InputDeviceMapper Plugin (1 Viewer) DE
Hello, I would be very interest to have a "how to" for the RM-1500. Thanks...
Hello, I would be very interest to have a "how to" for the RM-1500. Thanks...
InputDeviceMapper has been updated to work with MediaPortal 0.2.0.0. However, most of the functionality of InputDeviceMapper has...
Replies
47
Views
17K
tx for great info :D working perfectly... reargds, viliam
tx for great info :D working perfectly... reargds, viliam
Get it here http://sourceforge.net/tracker/index.php?func=detail&aid=1173790&group_id=107397&atid=647927 Put the .dll in your...
Replies
34
Views
15K
Top Bottom