MediaPortal 1 Plugins (92 Viewers)

Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.
csberto: correct. I already told Gucky that he should not allow to change the name if it won´t work afterwards. Hope he will implement it. Change the name in the (dutch) strings file as mrmitchell suggested. tomtom
csberto: correct. I already told Gucky that he should not allow to change the name if it won´t work afterwards. Hope he will...
Area: Media Portal Home Setup plugin MP Version: 0.1.1.1 Skin: Blue Two Windows Version: XP Home SP2 CPU Type: Intel 2.4 Ghz...
Replies
4
Views
2K
T
Did you copy the 2 filters (CLDump.ax and MpgMux.ax) to your MediaPortal folder and then register them using RadLight Filter Manager or regsvr32.exe? The error message implies that the filters are not registered.... Taipan
Did you copy the 2 filters (CLDump.ax and MpgMux.ax) to your MediaPortal folder and then register them using RadLight Filter...
Hallo! First, I can´t make the burner plugin work, even if I install the 2 filters described in this tropic...
Replies
2
Views
2K
A
Yes. Your logic makes sense to me. But I suggest going to IRC and talking to frodo about it.
Yes. Your logic makes sense to me. But I suggest going to IRC and talking to frodo about it.
1. Is everything being coded in C#? 2. If I was to try to create a UPNP renderer do you think wit ween need to be part of the...
Replies
1
Views
1K
Q
Maybe a "automatic" func if change to fullscreen is a way. I mean if switch to fullscreen the function of cusors is ch+ and ch-, but you can switch back with the func-key and the plugin switch back if you are no longer in fullscreen.
Maybe a "automatic" func if change to fullscreen is a way. I mean if switch to fullscreen the function of cusors is ch+ and ch-...
Ok, installed it and it works fine. Still a couple of comments though: 1. While the previous versions responded quite slow, this...
2 3
Replies
26
Views
7K
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
A
hi well i just removed it all and startet from the top again ;) i got PEAR and Soap runnig and made the 3 Virtual Directorys but now i can acces the /install.php but the index.php is blanck this i all i get in my browser <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
hi well i just removed it all and startet from the top again ;) i got PEAR and Soap runnig and made the 3 Virtual Directorys...
Have somebody got runnig MPWebControl on the IIS? I need the IIS for a special application and i tried to migrate MPWebControl and...
Replies
8
Views
3K
It wouldn't work. You must update the content of the files as well (at at minimum the classname). My guess would also be that there are issues in terms of the navigation structure inside the source code. Things are connected, renaming a part without fixing references to it rarerly works.
It wouldn't work. You must update the content of the files as well (at at minimum the classname). My guess would also be that...
Forgive my ignorance, I don't know much about C# or compiling multiple files together, but..... Suppose you wanted MediaPortal...
Replies
1
Views
1K
mudnaes
M
MP1 MP2 WebLoader plugin DE
A small new and (may be) usefull plugin : The WebLoader plugin allows you to automatically download files from the web each day, each week or each month. It is able to unzip or unrar files after download. There is no GUI for this plugin, so do not try to find it : everything is in configuration. The binaries ...
A small new and (may be) usefull plugin : The WebLoader plugin allows you to automatically download files from the web each day...
A small new and (may be) usefull plugin : The WebLoader plugin allows you to automatically download files from the web each day...
Replies
0
Views
2K
I'll change this with the next version.
I'll change this with the next version.
Hi, I've got some problems with the texts of the german string.xml, there where too long and make much problems with change of...
Replies
33
Views
7K
Mr.Mitchell Thank you for the hint. You were right, I forgot to change the ID inside the skin file! Thanks!!!
Mr.Mitchell Thank you for the hint. You were right, I forgot to change the ID inside the skin file! Thanks!!!
Hi, I'm just wondering how the GUITVGuide gets called inside the GUITVHome. There is just a BTN_TVGuide inside an ENUM. I...
Replies
5
Views
2K
Please try out this plugin and let me know if it works for you. http://sourceforge.net/tracker/index.php?func=detail&aid=1173790&group_id=107397&atid=647927 It should let you send the keystrokes you need to change to TV-Out on your monitor, and also change the resolution of your monitor. Again, let me know if its working...
Please try out this plugin and let me know if it works for you...
Please try out this plugin and let me know if it works for you...
Replies
0
Views
3K
A
I don't know any way of getting the list of the current menu items, but you can get current activity information though the GUIPropertyManager class in MP using various tags, e.g. "#currentmodule", "TV.View.Channel", "TV.View.Title", "#title" etc. If you want to get info when outside MP, I have a plugin that uses .net remoting to...
I don't know any way of getting the list of the current menu items, but you can get current activity information though the...
Is there a way to get a list of all current menu items and also the current activity (name, artist, album etc) in a MP plugin. I...
Replies
1
Views
1K
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
samuel337 & STSC Looking through the code I was wondering if it would be possible to add some code into the OnAction() methods to populate a tag in the GUIPropertyManager whenever there is a change to the selected menu item. I could then display this using my LCDSmartie plugin. Does this sound feasible ?
samuel337 & STSC Looking through the code I was wondering if it would be possible to add some code into the OnAction() methods...
Ok, now that most of you have seen my proof-of-concept external control plugin (i.e. in MPWebControl), its time to turn this proof...
Replies
45
Views
14K
MP1 MP2 C#.NET Plugin Writing Tutorial (2 Viewers) DE
Sorry, I used the code from the PDF. I did however add the HasSetup() The MediaPortal version I attempted to use the plugin with is v0.1.0.9
Sorry, I used the code from the PDF. I did however add the HasSetup() The MediaPortal version I attempted to use the plugin...
This tutorial has been placed on the documentation page and can be downloaded directly here. This tutorial covers the basics of...
Replies
26
Views
11K
L
Thanks for the hint. I've found a few other tags I didn't know about. So some more coding to do now :roll:
Thanks for the hint. I've found a few other tags I didn't know about. So some more coding to do now :roll:
Hi all - Here's a sneak preview of My Tetris. The game logic appears to be rock solid (lots of hours wasted playing over the...
Replies
62
Views
13K
JoeDalton I was going to output direct to the display as well, but several people asked that I use LCDSmartie. Either because they don't have parallel displays, or because they don't use their machine exclusively for MP and therefore can't use MP to drive their VFD.
JoeDalton I was going to output direct to the display as well, but several people asked that I use LCDSmartie. Either because...
I'm using an Ahanix VFD, and they supply LCD smartie with the hardware. I have now discovered that development of LCD smartie...
Replies
33
Views
12K
  • 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
  • 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
Re: winkawaks ok, I've done the changes and I'm able to launch "1941" from MP. (Had a hard time because most of my roms are not kawaks-compatible :-/ ). Do you have an idea of how to exit winkawaks only using the remote? I have to hit <ENTER> and <ALT-F4> to quit the emu, maybe there's an easier way (... more tv-remote-friendly...
Re: winkawaks ok, I've done the changes and I'm able to launch "1941" from MP. (Had a hard time because most of my roms are not...
Hi folks, I've reworked the myPrograms documentation and replaced some old screenshots...
Replies
35
Views
9K
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
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
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
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
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
Re: A short guide how you to start burner plugin in mp 0.1.0 Works as *.bat file too. The ServerURL from the help is bit incorrect. The file is rar not zip. Just need to extract the 2 files (MPGMUX.AX ,CLDUMP.AX) to WINDOWS dir. After this run your anyname.bat or anyname.cmd. I forgot. If im informed right, you need any...
Re: A short guide how you to start burner plugin in mp 0.1.0 Works as *.bat file too. The ServerURL from the help is bit...
Sorry my english is not very well, but i will try to answer some questions about getting the burner plugin started. First you...
Replies
6
Views
3K
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
R
Your own recCodec.bat Just because there are so many quastions for the reccodec.bat. Copy the two ax files in your windows folder and write a bat (use editor and you will get anything.txt rename file to anything.bat ) with the following 2 lines: regsvr32.exe CLDump.ax regsvr32.exe MpgMux.ax It´s that easy !!! Those 2...
Your own recCodec.bat Just because there are so many quastions for the reccodec.bat. Copy the two ax files in your windows...
I had the reccodec on version .1.0.0.7 now its gone how to I get it back. I followed all the directions in the setup for burner...
Replies
3
Views
2K
Will this also work when I put it into the folder plugins/windows? I need a combined process/windows plugin. It seems that I have to put the non-gui plugin into the process folder and the gui plugin into the windows folder. The thing is that I actually want to use only one assembly.
Will this also work when I put it into the folder plugins/windows? I need a combined process/windows plugin. It seems that I...
Hi, On request i created a (simple) interface for non-gui plugins its located in guilib/iplugin.cs and has the following...
Replies
3
Views
11K
This currently not possible, but would be a nice feature.
This currently not possible, but would be a nice feature.
Hello... is it possible to manage different mail accounts with my mail and assure each of them with a PIN. (like movie...
Replies
1
Views
2K
Top Bottom