Your 2nd Add-On: Online Videos!
#24
2 Rapboy

First, your url variable is a weird construction. Why do you use strings inside sets inside a list?

Second, you need to choose which approach to choose: either you are developing a general script addon, then xbmc.Player is fine, or you are developing a plugin. In the latter case you cannot use setResolvedUrl at the top-level route of your plugin: it can be called only from an upper level ListItem of your plugin that has isFolder=False and 'isPlayable'='true' properties (see my example plugin).
Reply


Messages In This Thread
Your 2nd Add-On: Online Videos! - by zag - 2015-11-20, 15:28
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-11-20, 15:33
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-11-30, 14:42
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-12-01, 12:58
RE: Your 2nd Add-On: Online Videos! - by zag - 2016-01-18, 14:37
RE: Your 2nd Add-On: Online Videos! - by Roman_V_M - 2016-01-27, 13:03
RE: Your 2nd Add-On: Online Videos! - by pa79 - 2020-09-09, 19:59
Logout Mark Read Team Forum Stats Members Help
Your 2nd Add-On: Online Videos!2