Hi,
is there any way to get rid of the Logon screen, so people can play music directly in their web browser without having to logon.
but only play music, not change any settings?
Any help would be appreciated.
Moderator: moderators
function init() {
document.getElementById('j_username').value = "guestUserHere";
document.getElementById('j_password').value = "guestPasswordHere";
document.getElementById('submit').click();
}
bluetooth wrote:Perhaps an easier method is to just put the username and password in the url shortcut
http://yourhost/subsonic/login.view?use ... word=guest
Just replace whatever username / password you like, make sure the guest has the privileges you want and there you go.
bluetooth wrote:Always good to have a choice.
ytechie wrote:With the method I provided, the root url logs in without any user interaction, and the url does not need to be modified.
ytechie wrote:can you post your method so I can check it out for future use?
Return to Mods, Apps and Clients
Users browsing this forum: No registered users and 1 guest