2022-01-28, 19:15
(2022-01-28, 17:46)bsoriano Wrote:Hi Bart,(2022-01-28, 14:35)robertlaing Wrote: ![window.isactive(mypvrchannels.xml) | window.isactive(mypvrrecordings.xml) |
@robertlaing , this is an excellent catch, thank you! I think I have fixed the syntax error, the changes are already on GitHub. Could you please give it a try and let me know? Thanks.
Regards,
Bart
Had a good test of this, and I still get the big delay on entering each category (ie: video, music, add-ons, pictures etc) for the very first time.
I have tried exactly the same on both Estuary and Amber, and this is the only difference I can see in the log files.
Have a look and see what you think.
Estuary:
2022-01-28 16:31:33.227 T:11099 INFO <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2022-01-28 16:31:36.366 T:11099 INFO <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2022-01-28 16:31:38.787 T:11099 INFO <general>: Loading skin file: SkinSettings.xml, load type: LOAD_EVERY_TIME
2022-01-28 16:31:44.970 T:11099 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
Amber:
2022-01-28 16:38:29.530 T:12079 INFO <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2022-01-28 16:38:29.546 T:12079 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2022-01-28 16:38:30.487 T:12079 ERROR <general>: Missing operand
2022-01-28 16:38:30.487 T:12079 ERROR <general>: Error parsing boolean expression !
2022-01-28 16:38:30.557 T:12079 WARNING <general>: Trying to add unsupported control type 1
2022-01-28 16:38:32.882 T:12128 INFO <general>: Skipped 89 duplicate messages..
2022-01-28 16:38:32.882 T:12128 INFO <general>: initializing python engine.
2022-01-28 16:38:32.961 T:12079 WARNING <general>: Skipped 1 duplicate messages..
2022-01-28 16:38:32.961 T:12079 WARNING <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2022-01-28 16:38:32.961 T:12079 INFO <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2022-01-28 16:38:32.961 T:12079 INFO <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2022-01-28 16:38:33.019 T:12079 INFO <general>: JSONRPC v12.4.0: Successfully initialized
The problem seems to be when Amber tries to load the Home.xml, there is an error.
I am not sure if this is causing the delay I describe, but maybe you could take a look?
Kind regards,
Robert.