Beta script.module.kodi-six - a library for creating Python 2/3 compatible addons
#22
(2020-06-12, 00:24)gujal Wrote: Unfortunately the dialog deprecation is quite sudden, Leia does not support the new format that Matrix expects.

That is strange, I have replaced text in all my dialogs with single string versions and everything works fine in Leia. The most recent example in my addon that is currently under development: https://github.com/romanvm/kodi.tvmaze.s...ice.py#L68

I have checked Dialog.h sources in Leia and indeed there was no clear deprecation notice but using additional lineX arguments was not recommended in favor if a multi-line single string text. Anyway, as far as I can see, the change in Leia is trivial and should not prevent from using the same code in Liea and Matrix.
Reply


Messages In This Thread
RE: script.module.kodi-six - a library for creating Python 2/3 compatible addons - by Roman_V_M - 2020-06-12, 10:05
Logout Mark Read Team Forum Stats Members Help
script.module.kodi-six - a library for creating Python 2/3 compatible addons0