INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Struggling with Plugin Templates  (Read 1334 times)

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Struggling with Plugin Templates
« on: August 10, 2011, 07:32:56 pm »

I have been trying to get either of the Plugin templates to work for me...  http://wiki.jriver.com/index.php/MC_Plugin_Template_for_Visual_Studio and http://yabb.jriver.com/interact/index.php?topic=34294.0

I see that they reference HKLM ../Media Jukebox... in the Inno script. Is this still to be used? I changed the paths to HKCU .. Media center 16... and still have not gotten the plugin to install. All the other directions were followed being modified for MC16 as I could best guess.

Can anyone please point me in the correct direction. I do have limited c++ and VB experience, but am unclear what MC16 needs to reconize a Plugin...

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41953
  • Shoes gone again!
Re: Struggling with Plugin Templates
« Reply #1 on: August 10, 2011, 07:42:42 pm »

An interface plugin is just a COM control.  And you tell Media Center about the COM control in the registry.

It's probably best to use HKLM > Media Center 16 for install.  This requires UAC elevation.

You could look at the included TiVo Server for an example:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JRiver\Media Center 16\Plugins\Interface\TiVo Server
Logged
Matt Ashland, JRiver Media Center

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Struggling with Plugin Templates
« Reply #2 on: August 10, 2011, 07:44:09 pm »

Thanks Matt... I look down that road...

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)
Pages: [1]   Go Up