Posts: 1,013
Joined: Mar 2014
Reputation:
210
Just synced the latest skin update to the Leia version:
KODI 18 (Leia)
4.2.1 (2019-03-20)
- KODI 18 (Leia) IMCOMPLETE(!) Beta Test release
- Reworked Skin Settings menu
- - Added:
- - - Power menu options (You can now hide items from the power menu)
- - - Option "Hide labels within Wall Views for video library content" (Recommended!)
- - - Option "Hide Clock within Wall Views" (Recommended!)
- Visual changes to System Info memory section
- Fix album ratings in Fanart view (Adapted from Confluence 3.1.5)
- Other improvements
Posts: 2,134
Joined: Sep 2014
Reputation:
57
will download and comment
Posts: 12
Joined: Dec 2011
Reputation:
1
Great skin!
One thing. It's causing A LOT of database traffic. With 6 clients over a 6 hour period it generates over 1.4GB of MySQL network traffic. Any way I can reduce this?
I've already turned off everything in Skin Widgets as I don't need those features.
Using it on Krypton until I can figure out why pause/play on Leia don't work correctly with my Harmony remote anymore. That's a mission for another day.
Posts: 1,013
Joined: Mar 2014
Reputation:
210
2019-04-27, 20:50
(This post was last modified: 2019-04-27, 20:51 by axbmcuser.)
Thanks for the feedback.
What addon exactly do you think causes the mentioned traffic? I'd need more and exact information - maybe i can then point you in the right direction. (which won't be the skin most likely)
The skin does not rely on any addons which would cause traffic and are specific to this skin.
The only lightweight dependency is "service.library.data.provider" which is already installed on most systems.
Posts: 1,013
Joined: Mar 2014
Reputation:
210
2019-04-27, 22:17
(This post was last modified: 2019-04-27, 22:19 by axbmcuser.)
You have many addons installed, which i would not consider using on a low end device myself, but i don't want to insist that they are the reason for the queries.
for example:
script.favourites
script.randomandlastitems
service.skin.widgets
script.module.trak
As said, Library Data Provider is the only common and lightweight dependency the skin has. It does not use any other addons which would query anything.
Try this
Go to
Addons -> My Addons -> All -> Library Data Provider -> Configure -> General
Uncheck "Show plot ...."
Change "Set number ...." to 0 or 1 (try both, start with testing 0) instead of 20 (which is default)
Uncheck "Include Specials"
Reboot. Test again for queries in log.
Posts: 1,013
Joined: Mar 2014
Reputation:
210
2019-04-28, 09:10
(This post was last modified: 2019-04-28, 11:15 by axbmcuser.)
Great. Just read the other thread. Makes sense.
Just out of personal interest:
Did you test with changing "20" to "0" first?
Does this already fix most of the queries not being made anymore?
Posts: 12
Joined: Dec 2011
Reputation:
1
I do have another question, this time regarding the submenus. I was able to add "In progress" for TV Shows without issue.
However if I go back to the home screen and select "In progress" I then have to select my way through a couple menus before getting to the list of TV Shows that are in progress. (Videos ->TV shows -> In progress TV Shows)
Is it possible to change it so it goes right from the home screen to the list of In progress TV Shows without having to go through the extra menus?
Posts: 1,013
Joined: Mar 2014
Reputation:
210
2019-04-28, 14:07
(This post was last modified: 2019-04-28, 14:07 by axbmcuser.)
No problem. Glad to help.
Since "Library Data Provider" is a script which is not updated frequently, i will consider making a custom version of it which does not have all the queries. The skin only uses a very small feature of the script and the rest is completely unused in this "skin use case".