Can`t add macro command "set multi mapping" (1 Viewer)

legnod

MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    Hi everyone,

    has someone an idea, why i cant use the "set multi mapping" command in the macro editor of the MPControl Plugin?
    I tried different installations on different PC`s. I Cant find any error inside the LOGs

    IRSS version is 1.4.2.4290

    MACRO_FAILED.png


    Thx in advance!
     

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    AW: Can`t add macro command "set multi mapping"

    maybe someone can tell me the correct command for the ".macro" File so i could test if this is only an Configuration Problem or if the execution is not working too...
     

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    AW: Can`t add macro command "set multi mapping"

    i found something in the Log Files...i locked at the wrong files before. :(

    2012-01-25 18:42:14.106298 [Info.][IrssComms.Client.ConnectionThread(11)]: MPControlPlugin: Connected to server
    2012-01-25 18:42:14.112298 [Debug][GenericPCQueue(3)]: MPControlPlugin: Received Message "RegisterClient"
    2012-01-25 18:42:14.113298 [Debug][GenericPCQueue(3)]: MPControlPlugin: Registered to IR Server
    2012-01-25 18:42:27.903087 [Info.][Config Main(1)]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    bei MediaPortal.Plugins.MultiMapNameBox..ctor(String mapName)
    bei MediaPortal.Plugins.MacroEditor.buttonAddCommand_Click(Object sender, EventArgs e)
    2012-01-25 18:42:27.904087 [ERROR][Config Main(1)]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    bei MediaPortal.Plugins.MultiMapNameBox..ctor(String mapName)
    bei MediaPortal.Plugins.MacroEditor.buttonAddCommand_Click(Object sender, EventArgs e)
    2012-01-25 18:42:27.904087 [Info.][Config Main(1)]: Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    2012-01-25 18:42:27.905087 [ERROR][Config Main(1)]: Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    2012-01-25 18:42:27.905087 [Info.][Config Main(1)]: site :Void .ctor(System.String)
    2012-01-25 18:42:27.905087 [ERROR][Config Main(1)]: site :Void .ctor(System.String)
    2012-01-25 18:42:27.906087 [Info.][Config Main(1)]: source :MPControlPlugin
    2012-01-25 18:42:27.906087 [ERROR][Config Main(1)]: source :MPControlPlugin
    2012-01-25 18:42:27.907087 [Info.][Config Main(1)]: stacktrace: bei MediaPortal.Plugins.MultiMapNameBox..ctor(String mapName)
    bei MediaPortal.Plugins.MacroEditor.buttonAddCommand_Click(Object sender, EventArgs e)
    2012-01-25 18:42:27.907087 [ERROR][Config Main(1)]: stacktrace: bei MediaPortal.Plugins.MultiMapNameBox..ctor(String mapName)
    bei MediaPortal.Plugins.MacroEditor.buttonAddCommand_Click(Object sender, EventArgs e)
     

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    AW: Can`t add macro command "set multi mapping"

    I got a solution for this problem. I looked at the Code and found the correct command to set the different mappings.

    MultiMapping command:

    Code:
    <item command="Multi-Mapping: MPControlPlugin" />

    The execution of the macro works fine but i still cant edit the entry in the configuration. If you got the same problem and want to use this feature, just write an macro with an editor and put that file to "C:\ProgramData\IR Server Suite\MP Control Plugin\Macro\". You Just have to change the Name of the Mapping (MPControlPlugin).
     

    Users who are viewing this thread

    Top Bottom