Here is a clear and concise description of what the problem is:
I am using Leia v18.0 in Shield. My setup is like this:
Android main Profile
Android Restricted Profile
I am trying to display ONLY the menus Movies, Video and Whether on "Android Restricted Profile/Kodi Guest Profile". I set it up BUT whenever I choose Power/Exit the menus all come back when I log in "Android Restricted Profile/Kodi Guest Profile" AND the ratings information vanish. The menus will stay hidden and the ratings will persist if I choose Power/Log off Kodi Guest Profile
Here is a clear and concise description of what was expected to happen:
To show only the menu items are set up in the Interface settings before exiting.
Whenever I choose Power/Exit the menus there are hidden as per the interface settings all come back when I log in "Android Restricted Profile/Kodi Guest Profile"
The possible fix is to load the skin menu items as set up before in the interface settings.
Steps to reproduce the behavior:
The debuglog can be found here:
https://paste.kodi.tv/asazajirol.kodi
Here are some links or screenshots to help explain the problem:
Login settings

Master Profile

SP Profile

Interface General Settings

Interface Main Menu Settings

Home Screen after Main Menu Settings

SP profile log off

Kodi Login screen

Home Screen after Login WIHOUT exit

Kodi Exit Screen

Home Screen after exit

Interface General Settings after exit

Interface Main Menu Settings after exit

Interface Artwork Settings after exit

Here is some additional context or explanation that might help:
Used Operating system:
Operating system version/name:
Kodi version: Build Kodi 18.0 Git:20190128-d81c34c Compiled 2019-01-28
Extra Shield information
note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
You have banned add-ons and repositories installed. Make sure you remove them all (repositories and add-ons) and provide a new debublog.
If no new debuglog is submitted within 3 days we will close this issue. I'll mark it as invalid for the time being.
You have banned add-ons and repositories installed. Make sure you remove them all (repositories and add-ons) and provide a new debublog.
If no new debuglog is submitted within 3 days we will close this issue. I'll mark it as invalid for the time being.
@DaVukovic - I've uninstalled and installed it from scratch - there is no additional repositories nor add-ons. The error still persists as reported initially.
Please find the new debug log here -> https://paste.kodi.tv/upubulimos.kodi
Please let me know if you need any further details.
Same problem here, but even more severe. If you need screenshots or logs, let me know. Using Kodi v18 on Nvidia Shield TV with Android Oreo
This issue occurs the moment you setup profiles. Even after a complete fresh install.
Happens on at least Windows. Linux (Libreelec) and Android and is very very easy to reproduce.
Install/Open Kodi -> Set a new profile -> Set to show the login screen -> Close Kodi -> Open Kodi -> Login -> 80% (just a guess) of the strings on the skin are gone.
It started with one of the nightlies in June, made it to the final release and now to 18.1. Guess no one uses Profiles, because this one would be hard to miss otherwise.
Edit: Started on Build: 18.0-ALPHA2 Git:593949a if it helps.
@ellite
Missing texts when using profiles is kind of different to this issue here. Please use the forums to discuss that as we also have workarounds for that. It's a known issue, true, but I guess not related to this one.
A workaround for you will be:
<profile-name> folder under userdata -> profiles -> \import xbmc
xbmc.executebuiltin('ReloadSkin()')
That will cause a skin reload at every profile switch. Depending on your hardware in use you mostly won't even notice it and all your texts will be there again.
Edit: Typo fixed
Thanks.
There's a "(" missing in your code. ('ReloadSkin()');
The workaround, although not perfect, does the job.
Thank you again.
how can I achieve this on a non-rooted Nvidia SHIELD TV?
Mine is not rooted. You just need a file manager and a text editor.
In my case I created the file on my laptop, moved it to a shared folder on
my network and copied it on the shield to correct place with the file
manager.
On Sat, Mar 9, 2019, 09:45 Jelmerb notifications@github.com wrote:
how can I achieve this on a non-rooted Nvidia SHIELD TV?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/xbmc/xbmc/issues/15393#issuecomment-471158860, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ADp1jOkdTMy5FoGI893f0Bto_evflCisks5vU3SvgaJpZM4aetzO
.
Thanks 🙂
It works. I hope they will find a proper fix in time.