MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Improvement Suggestions


Improvement Suggestions You have an idea how MediaPortal could be improved? Post it in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2006-03-30, 18:00   #1 (permalink)
Portal Tester
 
ASiDiE's Avatar
 
Join Date: Jan 2005
Location: USA
Age: 32
Posts: 888
Thanks: 6
Thanked 2 Times in 2 Posts

My System

Default What's your top 3 requests after 0.2 Final.

I wanted to start a new thread on this because the other one is really old. I think it started when we were at 0.1 and most of the requests have been added already. I know from 0.1.3 until 0.2 final the Dev's are really working hard to make MP the most stable release ever. For anyone running RC3 you should know by now that they have done a damn good job of doing that. I want to thank everyone for all the hard work they have put into this project and all the people who are currently testing MP.

P.S. This thread is for ideas and thoughts you have about the future of MP. This thread is intended for fun and any suggested features here are at the total discretion of the developers of MP.
__________________
I SEE WHAT YOU DID THERE!
ASiDiE is offline   Reply With Quote
Old 2006-03-30, 18:44   #2 (permalink)
Portal Member
 
Join Date: Jun 2005
Location: North vancouver, Canada
Posts: 66
Thanks: 0
Thanked 2 Times in 2 Posts


Default Suggestions

- A big one: move to client server infrastucture where there can be at least multiple clients talking to one master(=recorder), or even multiple recorders with multiple clients

- For better adoption: A few recommended hardware combinations that works without problems, and a manual on how to install the combination

- Just for fun: Skins that can be previewed and downloaded from the internet within MP
__________________
----
MCE601 / AMD 64 X2 / 1024Mb / Sapphire Radeon X1300 256MB / MP 0.2.3 RC3
Brijn is offline   Reply With Quote
Old 2006-03-30, 19:11   #3 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 5,605
Thanks: 92
Thanked 161 Times in 146 Posts

Country:

My System

Default

This one is easy Brijn

[quote For better adoption: A few recommended hardware combinations that works without problems, and a manual on how to install the combination ]

use MCE and its limitations :lol:
Paranoid Delusion is online now   Reply With Quote
Old 2006-03-30, 19:16   #4 (permalink)
gds
Portal Member
 
gds's Avatar
 
Join Date: Oct 2004
Location: Italy
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I agree that the next big step should be the move to a client-server approach.
Another idea could be an integrated error sending system, so that the developers could get accurate info on the most common bugs.
gds is offline   Reply With Quote
Old 2006-03-30, 22:10   #5 (permalink)
Portal Member
 
Join Date: Mar 2006
Location: Holanda
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by gds
I agree that the next big step should be the move to a client-server approach.
I also agree with this, i really would like to hide away the backend using a simpler front-ends including XBMC.....
__________________
XBMC; no MediaPortal, in the livingroom yet!!!!
t029248 is offline   Reply With Quote
Old 2006-03-31, 03:03   #6 (permalink)
Portal Member
 
Join Date: Dec 2004
Posts: 81
Thanks: 1
Thanked 0 Times in 0 Posts


Default

Client / Server also has my vote. It just has so many benifits. While I am here I just want to add my sincere thanks to the dev team and everyone who has made media portal what it is today, it never fails to blow people away when they see it in action.
Dordo is offline   Reply With Quote
Old 2006-03-31, 15:13   #7 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Paris, France
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts


Default

My #1 request: IPTV.

I have a box providing telephone and DSL at home, just waiting to provide TV through rtsp://... Quality is perfect and no use for a clunky tuner card. Multiple streams supported... As of today, only VLC can play these streams.

please please please please please
__________________
"on the north side of 'wild-cat peak' the 'snow squaws' shake their winter blankets and bring forth a chill which rides the wind with goad and spur, hurling with an icy hand rime, and frost upon a dreamy land musing in the lap of Spring"
pieroxy is offline   Reply With Quote
Old 2006-03-31, 15:21   #8 (permalink)
Portal Member
 
Join Date: Apr 2005
Location: Sweden
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Switching channels is still much faster with the program that comes with my Hauppage card then with MP so I'd say the speed of MyTV. If that is solved the client server idea is very interesting.

/Moltas
__________________
=======================
Hurrah for the developers of MP!
=======================
moltas is offline   Reply With Quote
Old 2006-03-31, 15:35   #9 (permalink)
Portal Member
 
Join Date: Apr 2004
Posts: 157
Thanks: 0
Thanked 0 Times in 0 Posts


Default

An idea, could be to collect all the feature requests of the forum and make a poll with like (10-20 different requests). So we could have a better view of what users would prefer.
Molokoids is offline   Reply With Quote
Old 2006-03-31, 16:28   #10 (permalink)
Portal User
 
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default IPTV, by VLC as BDA/WDM Driver or as MP plugin ?

Oh ! that's fun, I just found your post on the more requested feature request from the french mirror of mediaportal (mp-fr.com).

I just fetched all the cvs today for starting a development of an iptv for implementing VLC as an internal player of mediaportal to be able to watch french adsl tv (freebox from free.fr), & I just started to look how was written the TV plugin for getting it & just changing actions & all other calls to tvcapture for calling vlc instead.

This idea was to keep exactly the same look as the normal tv plugin because we can find nearly the same features in vlc & specialy with the freebox (epg, timeshifting, ...).

Really enjoyed to see that some other guys are interrested.

I investigate to know how to make vlc more generic, & one of my idea was first to write a WDM video tuner driver layer for accessing vlc features & make it generic for iptv. But as it runs at a lower ring, & because, the ddk cannot simply be found on internet & needs to be register on the Microsoft, I decided not to continue on this way... but I think this was a great idea. Not by implementing the activex but more the vlc kernel directly in this bda driver...
Imagine, just having iptv generic & accessible from all softs, not obliging media portal team to write a new plugin, just "add" a new card !!!!

But that's true, writing a media portal plugin will be more simple & that's was my second idea... I just fetched all media portal source code, compiled it, started to play with the activex, but nothing else....

So there are two ideas :
-Writing an IPTV low layer (DBA driver)
-Writing a media portal plugin..

As I don't have lot of time to spend on a dba driver because it is a little bit more sotisfacted than a mp plugin,

If some of you are interrested for writing a bda driver why not, which could be installed through the vlc installer , I am also interrested.

Anyway... is there already anyone who start writing a TVIP Plugin getting all the look of the TV normal plugin ?
Is there who already started something on this subject ?

Thx, in advance,
Louis
llecaroz is offline   Reply With Quote
Reply

Bookmarks

Tags
final, requests, top

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
KIS skin final stages. Forgotten Illustrator Skins 51 2006-10-03 18:37
TV function not running properly kermit5 General Support 21 2006-10-03 08:12
Feature Requests Khris Website/Forum/Wiki Feedback 23 2006-07-31 21:03
Problems... pigboy307 General Support 7 2006-03-14 14:55


All times are GMT +1. The time now is 22:21.


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