v19 Addon Logging Deprecation: NOTICE/SEVERE levels to be deprecated by end of June '20
#19
(2023-10-11, 07:33)davelee77 Wrote: I'm curious to know, in these messages, is there a way for me to have dumbed down, to identify what exactly needs to be changed here?

it's all in the Kodi Development documentation

lookup the current function call f.e. addStreamInfo - https://alwinesch.github.io/group__pytho...069ee5b138

there is a note at the bottom of the spec to say it is deprecated and what to use instead

lookup what it tells you it is replaced with f.e. - addVideoStream - https://alwinesch.github.io/group__pytho...f87a012d99

open the code and implement it the way the documentation tells you to


most are not copy and paste to a new function name, the new functions add functionality over the previous

but, in some cases it can be simply changed - rarely
Reply


Messages In This Thread
RE: Addon Logging Deprecation: NOTICE/SEVERE levels to be deprecated by end of June '20 - by izprtxqkft - 2023-10-11, 15:55
Logout Mark Read Team Forum Stats Members Help
Addon Logging Deprecation: NOTICE/SEVERE levels to be deprecated by end of June '200