untitled
untitled

Reputation: 1127

How to enable Media info view for Kodi video add-on?

I am creating list items with xbmcgui.ListItem() but I can not switch list view to Media view in GUI. Looks like only List, Big list, Thumbnail and Wide views are available.

Basically I would like to make something like in TestTube addon. It switches to Media view by default.

Here is printscreen of TestTube view: http://prntscr.com/7mvy9j

Upvotes: 0

Views: 2174

Answers (1)

Dmitry
Dmitry

Reputation: 11

You should call

xbmcplugin.setContent(addon_handle, 'movies')

Upvotes: 1

Related Questions