Announcement

Collapse
No announcement yet.

Kodi and Advanced Launcher

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

    Kodi and Advanced Launcher

    I am trying to Execute a Kodi Addon "Advanced Launcher"

    It does support JSON control however i can't seem to get it to load properly

    Here is the post from the developer that details this.
    http://forum.kodi.tv/showthread.php?...066#pid1501066

    I have created an event and can use the Execute Addon feature however when i try to use your example (with the security cam addon) for passing parameters, it never loads

    I went the XML file and pulled the category and id that the previous post said is requred.

    Code:
    <launcher>
      <id>23a0c4d3a0b4b59b1f0b95990dfca298</id>
      <name>SqueezeLite</name>
      <category>default</category>
    Here is the string i am using to try to pass
    {"category":"default","id":"23a0c4d3a0b4b59b1f0b95990dfca298 "}

    Not sure the exact names of the parameters though

    Any thoughts?

    #2
    Here is an example that is said to work
    http://IPADDRESS:PORT/jsonrpc?request={"jsonrpc":"2.0","method":"Player.Open","par ams":{"item":{"file":"plugin://plugin.program.advanced.launcher/?CATEGORY/LAUNCHERID"}}}

    Not sure how i would use that in combination with the execute addon though

    Comment


      #3
      Okay This works,

      Going to try the activate windows method
      Attached Files

      Comment


        #4
        any thoughts on getting this to work using the execute addon method would be awesome. Currently the open media method displays a window saying accessing stream

        Comment


          #5
          did you try the "GUI Activate Window" action? it looks like this is what your link above recommend to use

          set Window=video
          and Sub-section=plugin://plugin.program.advanced.launcher?CATEGORY_ID/LAUNCHER_ID

          Comment


            #6
            I got both methods working, thanks

            Comment

            Working...
            X