- May 17, 2007
- 5
- 0
- Home Country
- Italy
Hi to everyone.
I've tried Mediaportal and it looks wonderful.
My question is about extracting some part of the source code: I have to create an application to view DVB-T channels. Reading the source code of Mediaportal I found g_Player so I thought "wow, everything it has been already done!". Apparently I was wrong The thing is that, if I want to use g_Player, I have to include many classes and use many methods to initialize the enviromente for my application. I don't want to create a plugin (I managed to create it reading the tutorial about plugin development), but (let's say) just a simple Form with one button to view a single DVB-T channel.
The main method, after reading some stuff from registry and things like that, creates a MediaPortalApp instance, that extends D3DApp. How can I create a new solution that can use this classes? My idea was to create a simple Form which extends D3DApp (like MediaPortalApp) and do things *similar* to MediaPortalApp.
Is there a way to get some documentation for MediaPortal, like diagrams and examples? Or should I dig the source code to understand every single feature of this complex (yet beautiful) program?
Thx to everyone!
I've tried Mediaportal and it looks wonderful.
My question is about extracting some part of the source code: I have to create an application to view DVB-T channels. Reading the source code of Mediaportal I found g_Player so I thought "wow, everything it has been already done!". Apparently I was wrong The thing is that, if I want to use g_Player, I have to include many classes and use many methods to initialize the enviromente for my application. I don't want to create a plugin (I managed to create it reading the tutorial about plugin development), but (let's say) just a simple Form with one button to view a single DVB-T channel.
The main method, after reading some stuff from registry and things like that, creates a MediaPortalApp instance, that extends D3DApp. How can I create a new solution that can use this classes? My idea was to create a simple Form which extends D3DApp (like MediaPortalApp) and do things *similar* to MediaPortalApp.
Is there a way to get some documentation for MediaPortal, like diagrams and examples? Or should I dig the source code to understand every single feature of this complex (yet beautiful) program?
Thx to everyone!