Kodi Community Forum
xbmc's plugin framework & documentation needs improvement - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: xbmc's plugin framework & documentation needs improvement (/showthread.php?tid=59789)

Pages: 1 2 3


- jmarshall - 2009-10-24

I am busy, but I will review it as soon as I get the chance Smile


- queeup - 2009-10-25

Thank you @jonathan for this changes.

Now on Plugin and Script development much easier then before.
one small step for developers one giant leap for us...Smile


- queeup - 2009-10-30

@jonathan

Video duration also accept in seconds.
Code:
duration    : string (3:18 or 198) - string or duration in seconds

Could you update pls?


- jmarshall - 2009-11-01

Video duration is just a string - I can't see anywhere where it's converted to or from anything else?

EDIT: Actually, I see where it could be converted for file listings, but this is not in place generally. eg if it's used as an infolabel, or in the video info dialog for instance, it will just list in seconds in that case.

Cheers,
Jonathan