NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 74 75 76 77 78 … 93 Next »
Running on MVP

 
  • 0 Vote(s) - 0 Average
Running on MVP
Ron22
Offline

Member

Posts: 132
Threads: 29
Joined: Feb 2005
#1
2005-03-16, 03:38 PM
Is there an easy way for a plugin to tell if it is running on a MVP?
Windows XP Home
P4 2.6GHz - 768MB Ram 980GB 4 - HDD's
3 MVP
1 PVR-150
1 PVR-250
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2005-03-16, 03:45 PM
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">/// <summary>
/// Gets a value indicating whether this instances of GBPVR is running on an MVP.
/// </summary>
/// <value>
/// <c>true</c> if running on an MVP; otherwise, <c>false</c>.
/// </value>
public static bool RunningOnMVP
{
get
{
if (PluginHelperFactory.getPluginHelper() != null)
{
return (PluginHelperFactory.getPluginHelper().GetClientIdentifier().StartsWith("MVP")==true);
}

return false;
}
}[/QUOTE]

Jeff
Ron22
Offline

Member

Posts: 132
Threads: 29
Joined: Feb 2005
#3
2005-03-22, 11:09 PM
Thanks Jeff that works great.
Now how do I make it so a plugin does not show up on the GB-PVR main menu when on the MVP.
Windows XP Home
P4 2.6GHz - 768MB Ram 980GB 4 - HDD's
3 MVP
1 PVR-150
1 PVR-250
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Using Visual Studio to debug running Plugins mkenyon2 3 2,330 2007-07-04, 06:52 PM
Last Post: McBainUK
  plugin not appearing in config but running in GBPVR idkpmiller 3 1,888 2006-11-08, 01:20 PM
Last Post: McBainUK
  Running Plugins grayfox 3 1,940 2006-08-01, 12:56 PM
Last Post: grayfox
  How to get info on a running instance of GBPVR McBainUK 5 2,609 2006-03-23, 11:09 PM
Last Post: McBainUK
  anyway to tell if the current instance of gbpvr is running on a mvp? reven 3 1,873 2006-01-06, 08:56 PM
Last Post: tkgafs
  Running tasks with EPG update Jeff 1 1,648 2004-11-12, 07:13 PM
Last Post: pancapangrawit
  Can A plugin tell if it is running on an MVP tkgafs 2 2,069 2004-10-11, 10:59 AM
Last Post: tkgafs

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode