Did there something change during the last two Kodi versions?
i tought as soon as an Addon sets its content type, all Views which should be visible for this content type shuld be available.
as an example:
The YouTube-Addon sets the Content type for the VideoClips it holds as “episodes” (i can check it by “$INFO[ListItem.DBTYPE]”) . As much as i remember in earlier versions of Kodi (Helix, Isengard?) all Episode Views where available in this case.
Now it seems this doesnt work animore? Did there Change something?
Do i now have to set the visible for the list in a View diffrently?
means: ist’nt “Container.Content(episodes)” enough as visible condition?
<control type="fixedlist" id="73">
....
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(artists)</visible>
this View does show up for episodes in the Library, but not for Clips from the YouTube Addon, which holds “episodes” (“<label>$INFO[ListItem.DBTYPE]</label>”)