Plugin doesn't show In Home (1 Viewer)

doug

MP Donator
  • Premium Supporter
  • September 22, 2010
    81
    12
    Calgary
    Home Country
    Canada Canada
    Hi,
    I just started coding a plugin for MP1.2 and can't get my plugin to show up in the Home menu.

    I went back to following the coding example on the wiki (at Develop a Plugin - MediaPortal Wiki).

    I've got the compatible version system working and the configuration part of my plugin works:
    [assembly: UsesSubsystem("MP.SkinEngine")]
    [assembly: UsesSubsystem("MP.Config")]
    [assembly: CompatibleVersion("1.1.6.27644")]

    I've click the In Home button on the plugin configuration and made sure the check box next to In Home is there.

    I'd provide code, but I l just copied and pasted from the example referenced above.

    Any suggestions on what is happening?

    Thanks,
    Doug
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    For example, you are using Basic Home and didn't add your plugin to menu thru BasicHomeEditor. Anyway you must look at your logs.
     

    doug

    MP Donator
  • Premium Supporter
  • September 22, 2010
    81
    12
    Calgary
    Home Country
    Canada Canada
    Well don't I feel like a total newbie. Not for forgetting to attach the logs, but for dropping the dll in the process plugin folder when I am making a GUI/Window plugin. :oops:
     

    Users who are viewing this thread

    Top Bottom