Kodi Community Forum
Creating new Content type & view - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Creating new Content type & view (/showthread.php?tid=354054)



Creating new Content type & view - hookum - 2020-05-01

Hello fellow Kodizens,

I'm developing an addon that supplies video content to Kodi which does not fit into the available categories. I've also developed a new view (list type) to display this content. My questions are as follows:
  1. How can I tell Kodi about this new content type?
  2. Can I make my view available as a separate addon, or should I fork an existing skin, and modify that (current approach)
  3. How can I ensure that my view is only applied/available for my new content type (it wouldn't make sense to display a movie in this view, for example)
  4. My view is currently available to use in my modified skin (Bello 7), but it appears in the menu as "list"; how can I give it a better name?
Thanks in advance for any tips!