Solved Loading profiles from outside of settings
#1
Is there any way to enable the web interface before logging into a profile?

I couldn't find anything about.
Reply
#2
I'm guessing no, as the profile determines what databases to use.

Could be wrong though...
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#3
And maybe enabling some kind of guest user?

By now i have one guest profile and kodi log in automatically to it, and then i load my profile from settings, but i can have only one private profile because all should know master user password to load their profile
Reply
#4
what's the end result you are looking for?
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#5
I want it to be headless, so i need to be able to controll it before loading any profile, and obviously i need more than one profile.
Reply
#6
wondering why you need profiles on a headless unit.. I guess you are updating 2 different databases on this Pi using some automation?

Maybe you can script it by using list_of_built-in_functions (wiki)

Code:
LoadProfile(profilename,[prompt])

Load the specified profile. If prompt is not specified, and a password would be required for the requested profile, this command will silently fail. If promp' is specified and a password is required, a password dialog will be shown.

Code:
Mastermode

Runs Kodi in master mode
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#7
Can you add one example of LoadProfile usage, i've been trying for a while and i can't make it work (never asks for passwords or load any profile)
Reply
#8
Have a look at this post for some examples of how to send commands to the JSON RPC
http://forum.kodi.tv/showthread.php?tid=...pid2418722
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply
#9
Thanks now i have it working properly Smile
Reply
#10
good stuff!
4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
Loading profiles from outside of settings0