Announcement

Collapse
No announcement yet.

Chorous 2 login

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

    Chorous 2 login

    Hi Spud

    Please could you help.
    I would like to login to chorus 2 in HSTouch.

    I link a picture to:

    http://usernameassword@myip:myport


    But all I see is a spinning circle saying Loading Application.
    Your plugin can do it, so am I missing something very basic?

    Or do I need specific HTML script, and if so can you provide it so I can create a dummy html page on my HS3 server for HSTouch?

    Thanks
    Chris

    #2
    the plug-in use an iframe to put the chorus interface inside the HS3 web interface. The sysntax is:

    Code:
    <iframe src="http://user:password@myip:myport" width="1000px" height="700px"></iframe>
    where myport is the http port you see in th config screen.

    however I'm not sure it's possible to do that in HSTouch...

    Comment


      #3
      Hi yes, I wrote a html file in the HS3 html folder

      Code:
      <!DOCTYPE html>
      <html>
      <head></head>
      <body style="background-color: transparent; margin: 0px;>
      	<div id = "container">
      		<iframe src="http://myusername:mypassword@mykodiIP:myKodiPort" width="1000px" height="700px">
      		</iframe>
      	</div>
      </body>
      </html>
      I then tried redirecting HStouch to read this, and still get the spinning circle saying "Loading Application" but nothing more.

      I thought maybe you had a script before the iframe to login.

      Comment


        #4
        aWXi works a treat

        Comment


          #5
          Originally posted by smokeycoles View Post
          aWXi works a treat
          were you able to get this to work? I am trying to do exactly what you are trying to do. Any help would be great.

          Comment

          Working...
          X