Release SimplePlugin micro-framework for Kodi content plugins
#17
@Wimpie

Quote:The test1.strm contains:
Code:
Code:
plugin://script.service.bluray_iso_utils/?hello world

Why such weird URL? You must not put anything after '?', other than a properly formed URL parameter (query) string.
Also, IIRC, Kodi expects that a .strm file always contains playable links, so I you can't call an arbitrary action from a .strm. It should play something.

Quote:I don't get the extended logging in the Kodi.log described at http://romanvm.github.io/script.module.s...debug.html (or maybe no exceptions are encountered). Do I have to enable it somehow?

The diagnostic context manager re-raises a captured exception so you wouldn't have missed it, if there had been any.
Reply


Messages In This Thread
RE: SimplePlugin micro-framework for Kodi content plugins - by Roman_V_M - 2017-06-19, 11:19
Logout Mark Read Team Forum Stats Members Help
SimplePlugin micro-framework for Kodi content plugins0