Kodi Community Forum
Req How to have all the views also in the addons and not only in the videolibrary? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Req How to have all the views also in the addons and not only in the videolibrary? (/showthread.php?tid=369355)



How to have all the views also in the addons and not only in the videolibrary? - Andrea1998 - 2022-08-21

Is it possible to have all the display options present in the videolibrary:

<include name="PosterWrapView">
<include name="PosterWrapView2_Fanart">
<include name="MediaListView2">
<include name="MediaListView3">
<include name="MediaListView4">

in the addons view?


Because in the display options of the addons there are only these types of views:

<include name="CommonRootView">
<include name="ThumbnailView">
<include name="WideIconView">
<include name="FullWidthList">


Is it possible to have something like this: ? (in addons view)

<include name="CommonRootView">
<include name="ThumbnailView">
<include name="WideIconView">
<include name="FullWidthList">
<include name="PosterWrapView">
<include name="PosterWrapView2_Fanart">
<include name="MediaListView2">
<include name="MediaListView3">
<include name="MediaListView4">


(copy and paste in the code doesn't work, you have to change something in particular ... that I don't know...)


Even if not all the views, even just a few more ...?


Any help would be appreaciatted.