Announcement

Collapse
No announcement yet.

Kodi plugin control.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kodi plugin control.

    I've just installed the HDHomerun add in for Kodi. Is there a way I can control it from the HS plugin? Ideally, I'd like to be able to select the plugin, and change the channel on it.


    G

    #2
    you should be able t run the addon by using the "Execute Addon" action, and then according to this http://kodi.wiki/view/Add-on:HDHomeRun_Live_TV#Controls you should be able to use "Input Down", "Input Up", and "Input select" to change the channel, or try "Input Send Text"f for Direct channel input. You can also use the devices buttons instead of Event actions.

    Comment


      #3
      Originally posted by spud View Post
      you should be able t run the addon by using the "Execute Addon" action, and then according to this http://kodi.wiki/view/Add-on:HDHomeRun_Live_TV#Controls you should be able to use "Input Down", "Input Up", and "Input select" to change the channel, or try "Input Send Text"f for Direct channel input. You can also use the devices buttons instead of Event actions.
      Selecting the addon works fine (suggestion - can the plug in enumerate a list of available plugins so that users don't have to go searching?).

      The up/down/left/right/select keys all work, but the Input Send Text option doesn't. I've tried various things, even tried from the HS Device page, but no go. Which makes it a bit hard to use


      G

      Comment


        #4
        Originally posted by gmitch64 View Post
        Selecting the addon works fine (suggestion - can the plug in enumerate a list of available plugins so that users don't have to go searching?).

        The up/down/left/right/select keys all work, but the Input Send Text option doesn't. I've tried various things, even tried from the HS Device page, but no go. Which makes it a bit hard to use


        G
        try the "Input Execute Action" action type then number0-number9 action, and you probably need an "Input select" at the end

        Comment


          #5
          Originally posted by spud View Post
          try the "Input Execute Action" action type then number0-number9 action, and you probably need an "Input select" at the end

          Yup. That did it. I had to put in a 1 second delay between each of the inputs.


          G

          Comment


            #6
            You can also tune to a direct channel with:
            http://192.168.0.100:9999/jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Player.Ope n","params":{"item":{"channelid":6}}}

            You make the screen full screen by:
            http://192.168.0.100:9999/jsonrpc?request={"jsonrpc": "2.0", "method": "GUI.SetFullscreen", "params": {"fullscreen": true }, "id":1}

            NOTE - Replace:
            * 9999 with your port (normally 8080)
            * 6 in "channelid":6 with your channel ID (I tried a few before I got the right channel

            Comment

            Working...
            X