| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jan 2005
Posts: 78
Thanks: 1
Thanked 0 Times in 0 Posts
| I was wondering how plugins work within MP. Reading here it appears that plugins are actually built into the main source ?? I am a C++ programmer and was looking at an LCD plugin. Could anyone give me any pointers on whether it is possible to build a plugin in C++ and if so what interface there is to get info from MP (track names / sample rate / artist etc) |
| | |
| | #3 (permalink) | |
| Portal Member Join Date: Jan 2005
Posts: 78
Thanks: 1
Thanked 0 Times in 0 Posts
| Quote:
| |
| | |
| | #4 (permalink) |
| Guest
Posts: n/a
| For LCD-support see this thread: http://nolanparty.com/mediaportal.so...topic.php?t=21 Dek (again points to his signature, search before post!!) |
|
| | #5 (permalink) | |
| Portal Member Join Date: Aug 2004 Location: Melbourne, Australia
Posts: 773
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
The plugins are 'built into the source' for tidiness sake I think... MP will still load individual plugins if they are placed in the correct folders - mediaportal\plugins\process for non-GUI plugins, and mediaportal\plugins\window for window plugins. If you are using C++ you need to use managed C++ in order to work with MP (unless you're going to use COM which I'm not very familiar with). There is no fixed interface to get info from MP, its mainly just an aggregration from a number of sources once you work out which module is playing. I've done some coding for this for the web interface. It would be nice to see an actual interface developed though... Sam | |
| | |
| | #6 (permalink) | |
| Portal Member Join Date: Jan 2005
Posts: 78
Thanks: 1
Thanked 0 Times in 0 Posts
| Quote:
I guess the more important info was how I could access info such as file stats / artist details etc via C++. | |
| | |
![]() |
| Bookmarks |
| Tags |
| architecture, plugin |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IPTV@UT Plugin | moiristo | Plugins | 116 | 2008-10-06 22:32 |
| Plugin architecture changed in recent revs? | Hesse | Plugins | 0 | 2006-10-31 15:04 |
| Gathering topical infos about plugins (To: authors & use | tomtom21000 | Plugins | 2 | 2006-02-05 00:20 |
| Plugin example doesnt show in list | Anonymous | Plugins | 5 | 2005-08-13 12:12 |