Is it possible to show all entries in the skin files as marked, which reference to a python add-on?
Something like:
line 77 of DialogVideoInfo.xml is marked green, because it uses a function provided by script.skin.helper.service
line 125 of VideoFullScreen.xml is marked blue, because it uses a function provided by script.module.metadatautils
and so on.
If it is not possible, how can I find out at which position a skin uses which add-on?
It's easy to identify the dependencies a skin relies on, but I need to know where exactly the skin uses external functionalities provided by add-on ('skin-helper add-ons').
Something like:
line 77 of DialogVideoInfo.xml is marked green, because it uses a function provided by script.skin.helper.service
line 125 of VideoFullScreen.xml is marked blue, because it uses a function provided by script.module.metadatautils
and so on.
If it is not possible, how can I find out at which position a skin uses which add-on?
It's easy to identify the dependencies a skin relies on, but I need to know where exactly the skin uses external functionalities provided by add-on ('skin-helper add-ons').