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-09-23, 14:20   #1 (permalink)
Portal Member
 
Vulture's Avatar
 
Join Date: Jan 2006
Location: Nieuwendijk (NB)
Age: 37
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default plugin for the website wwitv.com?

perhaps it has been discussed before in this forum, but wouldn't it be great to have a MP plugin that acts as a frontend to the website

http://wwitv.com/portal.htm

this website collects all links to streaming tv stations worldwide.
it would be great to have a plugin in MP that allows me to navigate to the different countries/channels and perhaps have a recent/favorites list.

I don't think this would be too hard to code (?)
I never programmed in C#.

anyone?
Vulture is offline   Reply With Quote
Old 2006-09-23, 15:37   #2 (permalink)
Retired Team Member
 
mzemina's Avatar
 
Join Date: Feb 2005
Location: Ft Smith, AR
Posts: 2,023
Thanks: 33
Thanked 9 Times in 9 Posts

Country:


Default

I didn't know it existed! This would be so great to have!

As long as we are wishing - How about the following feature requests:
Favorites
Sticky for the Country (so don't have to scroll down to select each time)
or maybe sticky1, sticky2, sticky3 then can select the stations from each of those list generated.
__________________
mzemina is offline   Reply With Quote
Old 2006-09-23, 22:02   #3 (permalink)
Portal Member
 
ohdarklord's Avatar
 
Join Date: Dec 2005
Location: Scotland
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

I like the idea of it but i think it would be very very very hard to code

When you click on a channel you just go to its site not straight to the stream and some of the sites open the stream in a seperate windows.


i could be completely wrong and it would just take a very good coder.
__________________
ohdarklord is offline   Reply With Quote
Old 2006-09-24, 09:16   #4 (permalink)
Portal Member
 
Vulture's Avatar
 
Join Date: Jan 2006
Location: Nieuwendijk (NB)
Age: 37
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I don't think it's hard to code.
if you select a country on the left side, you get a list of the channels from that country.
In the list are four columns called >Website/Stream/Live?/Information<
the website-column links to the website of the channel but the Stream-column has a direct link to the stream (unless the word website says otherwise) and even tells you what the bandwith of the stream is.

so a plugin only has to show the same list as the webpage does and perhaps leave out the links that don't have a direct stream.
that's it.
There is a plugin for the website called uitzending gemist. It's a dutch site where you can watch past television programmes from the public channels.
I think this plugin would be very similar to the Uitzending gemist plugin.
Vulture is offline   Reply With Quote
Old 2006-09-24, 09:22   #5 (permalink)
Portal Member
 
Vulture's Avatar
 
Join Date: Jan 2006
Location: Nieuwendijk (NB)
Age: 37
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

The author of the Uitzending gemist plugin is Zipperzip.
perhaps he has some more spare time to please us?
Vulture is offline   Reply With Quote
Old 2006-09-24, 09:26   #6 (permalink)
Portal Member
 
Join Date: Jul 2005
Posts: 176
Thanks: 4
Thanked 3 Times in 3 Posts


Default

Quote:
Originally Posted by ohdarklord View Post
I like the idea of it but i think it would be very very very hard to code

When you click on a channel you just go to its site not straight to the stream and some of the sites open the stream in a seperate windows.


i could be completely wrong and it would just take a very good coder.
I think we are almost there. If someone who know how to code C# contacts "Dinkie" who made this site; http://www.worldwidemediaproject.com/

I once coded a php backend which performed mysql searches and gave the output in a xml format. I think with his database the same can easily be achieved.
Let me give a example.

Dinkie writes a page say mp.php which can be used with different actions like;

mp.php?action=getlanguages

The page will therefor perform a search and gives the output of all languages into a xml output.

The C# coder then only have to write some sort xml parser with different http request for getting the data. (This is even easier then for instance the trailers plugin or musicvideos plugin).

Then when all langueses are retrieved and the user select one, the next action can be taken like;

mp.php?action=getstreams&language=english

And again a xml output with all streams of that language and the information in different tags.



Looks easy and i know it is (the php - part) i once looked at C# but the best project i made was called "hello world"

So if a C# coder is interested and Dinkie is also interested, this can come together. I'm willing to help.
j1nx is offline   Reply With Quote
Old 2006-09-24, 13:03   #7 (permalink)
Portal Member
 
ohdarklord's Avatar
 
Join Date: Dec 2005
Location: Scotland
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

i understand now i didnt realise that there were links directly to the streams for most of the sites
__________________
ohdarklord is offline   Reply With Quote
Old 2006-10-02, 09:02   #8 (permalink)
Portal Member
 
Vulture's Avatar
 
Join Date: Jan 2006
Location: Nieuwendijk (NB)
Age: 37
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

As I don't think that anyone will create this plugin in a while, I am busy creating one myself.
I'm no C# coder (in fact, this is the first C# project I created), but I have experience with coding in VB.Net 2.0.

to cut things short, I used the code from the Uitzending Gemist plugin from Zipperzip and modified this to my needs (the fastest way I could think of...)

if Zipperzip is reading this, please give me your opinion on the fact that I re-used his code. Are you OK with this?

The basic functionality is working already. I need to fix some things before it's ready.
It will be a very simple plugin.
Just a list of streams from the selected country and a button to change countries.

But it looks like it works fine (al lease in the BlueTwo skin)
Vulture is offline   Reply With Quote
Old 2006-10-02, 17:34   #9 (permalink)
Portal Member
 
fdask's Avatar
 
Join Date: Sep 2006
Age: 32
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Looking forward to trying out your work, Vulture!
fdask is offline   Reply With Quote
Old 2006-10-02, 19:51   #10 (permalink)
Portal Developer
 
Zipperzip's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 31
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Send a message via MSN to Zipperzip
Default

Quote:
Originally Posted by Vulture View Post
if Zipperzip is reading this, please give me your opinion on the fact that I re-used his code. Are you OK with this?
No problems offcourse .

If you get stuck or need help, just send me a PM.

Good luck, Marc
Zipperzip is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, website, wwitvcom

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
IPTV@UT Plugin moiristo Plugins 111 2008-07-19 13:06
wwITV.Com Plugin Blank (black) screen mrabie Plugins 3 2007-02-07 22:42
Gathering topical infos about plugins (To: authors & use tomtom21000 Plugins 2 2006-02-04 23:20
Plugin example doesnt show in list Anonymous Plugins 5 2005-08-13 11:12


All times are GMT +1. The time now is 12:09.


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