MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2006-08-26, 06:23   #31 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 33
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

You don't need the DirectX SDK, you just got to have the latest DirectX 9 binaries installed. The needed files from the SDK are already in SVN and references by the solution file.
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2006-08-30, 03:34   #32 (permalink)
Portal User
 
METALGOD2099's Avatar
 
Join Date: Apr 2006
Location: Saskatoon, Saskatchewan
Age: 40
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts


Default plugin source archive

Is there a plugin Source Archive, for all plugins created, somthing like this would make very good resource for others, promote bring back plugins for new versions of media portal that are broken, written by others that have since abanded there work.

Since this is a open source community project and this would help others learn a great deal from those who have since moved on, have no more time , but have left there work/source behind.

JUST A THOUGHT

METGALGOD2099

Last edited by METALGOD2099; 2006-08-30 at 03:39.
METALGOD2099 is offline   Reply With Quote
Old 2006-08-30, 07:02   #33 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 33
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by METALGOD2099 View Post
Is there a plugin Source Archive, for all plugins created, somthing like this would make very good resource for others, promote bring back plugins for new versions of media portal that are broken, written by others that have since abanded there work.

Since this is a open source community project and this would help others learn a great deal from those who have since moved on, have no more time , but have left there work/source behind.
http://www.team-mediaportal.com/files/Download/Plugins/

Uploads usually contain the sources. If they don't contain sources, they usually get rejected. So our repository is a perfect playground (maybe as templates or to continue work) for you.
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2006-09-04, 20:17   #34 (permalink)
Portal Member
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Frodo, FYI your instructions are no longer vaild. The IDE devs should use should be changed to VS 2005 and the download method is SVN.
__________________
One day I'll forget my own name, but hopefully the world won't forget me.
neme5i5 is offline   Reply With Quote
Old 2006-09-27, 20:58   #35 (permalink)
Portal Member
 
fdask's Avatar
 
Join Date: Sep 2006
Age: 32
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Reading over this thread, (and the tutorial page), I'm still wondering if MediaPortal can be built solely in Visual C# 2005 Express edition?

I downloaded the source code via SVN, and loaded up the MediaPortal.VC#Express.sln. In the configuration manager I set the type to Release, then tried a Rebuild.

The build failed very quickly.

I have some background in C/C++, but when it comes to the MS Visual dev tools, I'm very rusty. Perhaps someone can point me in the right direction. Do I need the full VS suite, or have I done something else wrong?
fdask is offline   Reply With Quote
Old 2006-09-28, 09:34   #36 (permalink)
Portal Member
 
zag2me's Avatar
 
Join Date: Apr 2006
Age: 29
Posts: 190
Thanks: 5
Thanked 4 Times in 4 Posts

Country:


Default

Is there a simple plugin example that will display a text file on a media portal screen?

I have written a small app in c# that parses webpages and gets premiership football results putting them in a simple text file.

My next step is to display this in media portal and make a full plugin.
__________________
silent htpc, 3.6tb media server, samsung 32" lcd

http://www.movie-xml.com <--join in please, it benefits everyone.
zag2me is offline   Reply With Quote
Old 2006-11-15, 15:30   #37 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Question

hi,

I just wanted to read the How to write a plugin tutorial, but i can't open the page. The error message says "You are not authorized to view this resource.".
I got a login for the forum and the main page. What do I have to do?

greetz
keibak is offline   Reply With Quote
Old 2006-11-16, 19:15   #38 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


fixed

site's back on. never mind :-)
keibak is offline   Reply With Quote
Old 2007-01-10, 11:06   #39 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Pohlheim
Age: 44
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Starting your own PLUGIN with VB.NET

Hi guys,

I've converted the C# example of creating your own plugin from C# to VB.net.
You only have to create a new project in VB.Net and replace the Class1.vb with the attachement. The XML-file is not included.

So if you need it, have fun with it

best regards

Tom
Attached Files
File Type: txt MyPlugin.txt (3.6 KB, 46 views)
tklapettek is offline   Reply With Quote
Old 2007-01-15, 14:26   #40 (permalink)
Portal Member
 
Join Date: Nov 2004
Posts: 281
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by tklapettek View Post
Hi guys,

I've converted the C# example of creating your own plugin from C# to VB.net.
You only have to create a new project in VB.Net and replace the Class1.vb with the attachement. The XML-file is not included.

So if you need it, have fun with it
Tom

Yes, I need it. Thanks.

1. Can it be used with VB.net express?!

2. I read the tutorial in the first post,as it is based on C# it says to download MP source, compile it and then start the plugin project.
Why is this neccessary? To get the references?

How do I do this completly without C#? Just forget about compiling MP and just work "in the dark"?!

I guess that I can call objects and properties of MP from within my newly developed plugin (e.g. if a video is played or the EPG), but how? Is there any object reference available to look into?

(Sorry for poor questions, but I am at the beginning of the learning curve)
__________________
1. HTPC: FloppyDTV DVB-C + CAM/Alphacrypte, Athlon 3000+, 1GB, 160GB HDD Spinpoint, Geforce 7600GS (passive cooled), XP SP2, Pioneer PDP RXE 436, Girder RC, Thermal Balancer
2. Mac Mini + Elgato EyeTV
jcee is offline   Reply With Quote
Reply

Bookmarks

Tags
part, plugin, writing

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Autotune doesn't find any channels friedit Installation, configuration support 2 2007-01-02 13:34
TV recording question/problem 'Arry Installation, configuration support 9 2006-09-22 13:14
Recording from TV 'Arry General Support 2 2006-09-20 00:12
Cant get MyTV to work (2.0 RC3)? mdolan General Support 3 2006-03-30 14:58


All times are GMT +1. The time now is 13:52.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress