music videos link / widgets size / list view.
#1
in which XML and possible where are the code to change.

Menu link to go direct to list / poster of the the list, bypassing picking genre etc... like tv shows and movies.

Also looking for the code to change the widgets to full poster size as the tv shows and movies. I've already using a custom scraper to pull music video data, as the stock one doesn't find them.

Lastly, add list view to music videos. Seem to have some custom views just for that over the others.

Angel
Reply
#2
(2017-06-14, 13:34)zippy Wrote: in which XML and possible where are the code to change.
user\AppData\Roaming\Kodi\addons\skin\xml


Also looking for the code to change the widgets to full poster size as the tv shows and movies. I've already using a custom scraper to pull music video data, as the stock one doesn't find them.
\AppData\Roaming\Kodi\addons\skin.orient\xml\
Home.xml
you will need to change to WidgetListPoster
<include content="WidgetListSquare">
<param name="content_path" value="addons://sources/video/"/>
<param name="widget_header" value="$LOCALIZE[1037]"/>
<param name="widget_target" value="videos"/>
<param name="sortby" value="lastused"/>
<param name="sortorder" value="descending"/>
<param name="list_id" value="8100"/>
<param name="fallback_icon" value="DefaultAddon.png"/>
</include>
Reply

Logout Mark Read Team Forum Stats Members Help
music videos link / widgets size / list view.0