Closed sy6sy2 closed 6 years ago
Dam. I didn't know that it was that bad. I set cache_to_disc
to False a while back due to some unpredictable behaviour. I will set it back to True by default and see how it goes.
By the way if can still be disabled again by doing plugin.cache_to_disc = False
if you have a need for it.
Thank you for your answer, I will try it on the Raspberry to see the difference ;-)
Do I need to add plugin.cache_to_disc = True
on each Route function?
No. That's just how you would have enabled it before. It is set to True by default now.
Yes I understand that you modified it on your last commit, but how to do to set it to True by default with the current CodeQuick version on Kodi repo?
Yes. With the current version on Kodi you will have to do plugin.cache_to_disc = True
on every Route function.
Okay, thanks for the precision. I will test that!
Perfect! This is better on my old Raspberry, at least for the "back" action ;-)
Hi willforde,
A user of our Addon notice that when he go back from any of our addon menu, the delay is as long as when he go forward in a level. This delay is very short when using the addon in a good computer but I just tested it in my old Raspberry Pi and I can reproduce the problem.
I understand the delay in forward navigation (because we have to build the Menu listing) but why there is a delay in backward navigation?
I also tested with one of your addon using codequick and the problem is the same.
BUT, by testing the same behavior with the official Youtube addon on my old RB, I can see that the loading time is long to enter in a menu, but if I go back there is no delay and the previous menu show up instantly.
Thank you for your help,
Sylvain
PS: Maybe do you want logs?
Edit:
This is the time between the key pressed and the menu on the screen:
Logs
We can notice that in the Youtube addon the addon in not executed in the backspace case. This is not the case in the Sciences Friday addon, we can see that the addon is executed.
Do you no why?
cc @wwark