More > JRiver Media Center 23 for Windows

NEW: Panel -- A Built-in Web App for MC and Engen

<< < (77/88) > >>

JimH:
That could be a browser thing.  Maybe a browser setting?

I don't think this is the case on Android.

mattkhan:
speaking of "add to homescreen", panel isn't currently providing any icons here so it gets a default system provided icon

There's a basic example of how to do this in https://github.com/3ll3d00d/ezmote/tree/master/public (manifest.json for https://developers.google.com/web/fundamentals/web-app-manifest/ ,  apple-touch-icon in the html as per https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html and browserconfig.xml for ms). There are sites that generate this stuff for you, e.g. https://realfavicongenerator.net/

mattkhan:
I also notice that it now makes you login multiple times, it presents a basic auth challenge (via the browser login dialog) and then presents the application login screen anyway. It behaves like the app is sending a request that requires auth before it even gets to presenting you with a login (and then the app is not realising that a token has been provided already).

Hendrik:
If you access Panel right through http://...:52199/Panel/ (ie. straight to the Panel folder) then it should not be prompting the browser credentials. Only if you access the root it may ask that. We should probably exclude that, since its just redirecting to Panel anyway.

mattkhan:

--- Quote from: Hendrik on February 21, 2018, 03:14:35 pm ---If you access Panel right through http://...:52199/Panel/ (ie. straight to the Panel folder) then it should not be prompting the browser credentials. Only if you access the root it may ask that. We should probably exclude that, since its just redirecting to Panel anyway.

--- End quote ---
it requests basic auth if I hit http://...:51299/ or if I hit http://...:52199/Panel/

devtools says it hits

MCWS/v1/Authenticate?Token=null
MCWS/v1/Playback/Zones?Token=null
MCWS/v1/Playback/Info?Zone=10009&Token=null

alongside the page itself (which presents the login panel)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version