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
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Latest Media Handler v2.4.X.000
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="ajs" data-source="post: 1162964" data-attributes="member: 68833"><p>I did not understand how to calculate it, the plugin is enabled or not.</p><p>That's what it looks like but not sure.</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/963779a832eb4b7c08b9779210e6f935af312f2e/mediaportal/Core/guilib/GUIInfoManager.cs#L2486" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/963779a832eb4b7c08b9779210e6f935af312f2e/mediaportal/Core/guilib/GUIInfoManager.cs#L2486</a></p><p>[code=C#] /// \brief Examines the multi information sent and returns true or false accordingly.</p><p> private static bool GetMultiInfoBool(GUIInfo info, int dwContextWindow)</p><p> {</p><p> bool bReturn = false;</p><p>...</p><p> case PLUGIN_IS_ENABLED:</p><p> bReturn = PluginManager.IsPluginNameEnabled2(info.m_stringData);</p><p> break;[/code]</p></blockquote><p></p>
[QUOTE="ajs, post: 1162964, member: 68833"] I did not understand how to calculate it, the plugin is enabled or not. That's what it looks like but not sure. [URL]https://github.com/MediaPortal/MediaPortal-1/blob/963779a832eb4b7c08b9779210e6f935af312f2e/mediaportal/Core/guilib/GUIInfoManager.cs#L2486[/URL] [code=C#] /// \brief Examines the multi information sent and returns true or false accordingly. private static bool GetMultiInfoBool(GUIInfo info, int dwContextWindow) { bool bReturn = false; ... case PLUGIN_IS_ENABLED: bReturn = PluginManager.IsPluginNameEnabled2(info.m_stringData); break;[/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Latest Media Handler v2.4.X.000
Contact us
RSS
Top
Bottom