home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TvOSD.cs under TvEngine3/TVLibrary/TvPlugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mattjcurry" data-source="post: 818372" data-attributes="member: 116338"><p>alright, so I answered my own question a little bit.</p><p></p><p>It looks like tvprogress gets defined in GUIControlFactory.cs under mediaportal\core\guilib\GUIControlFactory.cs</p><p></p><p>looks like it simply returns the appropriate type casting needed to apply the properties from the skin to the class.</p><p></p><p>Secondarily, it looks like the #TV.Record.percent1 stuff gets set in TVHome.cs file (\TvEngine3\TVLibrary\TvPlugin\TvPlugin\TVHome.cs).</p><p></p><p>Now comes a tricky one, If I want to define a new collection in TVHome.cs, what is the recommended way to do that? Should I do it using XML marshalling, JSON, or some other way?</p><p></p><p>I should be able to pull the chapter information out of g_player, but need to know the best way to make it accessible to the skin.</p><p></p><p>Thanks,</p><p>Matt</p><p></p><p>[USER=83924]SilentException[/USER],</p><p></p><p>You are the man. Thanks for all the info. I think that I have what I need to do what I need to do. I believe that the answer to m collections question is somewhat irrelevant. I can just access gplayer directly from my own implementation of GUITvProgressControl.</p><p></p><p>Thanks for all the helpful info. Now it is time to code.</p></blockquote><p></p>
[QUOTE="mattjcurry, post: 818372, member: 116338"] alright, so I answered my own question a little bit. It looks like tvprogress gets defined in GUIControlFactory.cs under mediaportal\core\guilib\GUIControlFactory.cs looks like it simply returns the appropriate type casting needed to apply the properties from the skin to the class. Secondarily, it looks like the #TV.Record.percent1 stuff gets set in TVHome.cs file (\TvEngine3\TVLibrary\TvPlugin\TvPlugin\TVHome.cs). Now comes a tricky one, If I want to define a new collection in TVHome.cs, what is the recommended way to do that? Should I do it using XML marshalling, JSON, or some other way? I should be able to pull the chapter information out of g_player, but need to know the best way to make it accessible to the skin. Thanks, Matt [USER=83924]SilentException[/USER], You are the man. Thanks for all the info. I think that I have what I need to do what I need to do. I believe that the answer to m collections question is somewhat irrelevant. I can just access gplayer directly from my own implementation of GUITvProgressControl. Thanks for all the helpful info. Now it is time to code. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TvOSD.cs under TvEngine3/TVLibrary/TvPlugin
Contact us
RSS
Top
Bottom