Kodi Community Forum
Why are there different plugin types? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Kodi related discussions (https://forum.kodi.tv/forumdisplay.php?fid=6)
+--- Thread: Why are there different plugin types? (/showthread.php?tid=351946)



Why are there different plugin types? - kuluba - 2020-02-22

I am not entirely familiar with coding for Kodi, but i was recently told that an addon is not an addon, but pvr is different.
What exactly makes this necessary?
I would assume that you a plugin supplies a stream, a library of possible videos, some categories, and what kind of actions you can do, fast forward, jump back in the movie, sync the watched  state with the media provider , permission to record the video, and play it back and the programmes epg if available.

Where are the differences and why?


RE: Why are there different plugin types? - DarrenHill - 2020-02-22

PVR addons are binary, whereas most other addons are not (written in Python and XML mainly).


RE: Why are there different plugin types? - kuluba - 2020-03-01

Do they also really differ in what they can do or is it just about the coding language and being compiled ?


RE: Why are there different plugin types? - scott967 - 2020-03-02

(2020-03-01, 21:47)kuluba Wrote: Do they also really differ in what they can do or is it just about the coding language and being compiled ?

I think the PVR addons are tightly integrated with the Live TV capabilities in Kodi, whereas plugins generally provide media as listitems that display in videos or music window.  Plugins also can manipulate the now-playing video and music playlists.

scott s.
.