List of Built In Controls - custom button for Video information "refresh"
#1
Hello

When I look at  Built In Controls,
https://kodi.wiki/index.php?title=List_o...eoInfo.xml

1.30 DialogVideoInfo.xml
id 6 , buttonRefresh video information

Also verified it is in DialogVideoInfo.xml to all of skins.

xml:

<control type="button" id="6">
<width>300</width>
<height>50</height>
<description>Refresh</description>
<label>$LOCALIZE[184]</label>
<textwidth>260</textwidth>
</control>

Can I place it in ViewsViewTypeList.xml? When I place above button (id =6) in somewhere in ViewsViewTypeList (POSTER MOVIES VIEW ID 601), it just show button only and it can not open window.
Is there any way to make buttons to open "Refresh video information" for selected video? (i.e I am using TMDB movie scraper and sometime it shows wrong movie information, so I need to change information with context menu 2-3 times click. I want to just one click open that window).
Reply
#2
Built in controls only work for that particular window/dialog.
Reply
#3
(2020-05-30, 15:32)Hitcher Wrote: Built in controls only work for that particular window/dialog.

Does it means it shoud be used in "
DialogVideoInfo.xml"?
Reply

Logout Mark Read Team Forum Stats Members Help
List of Built In Controls - custom button for Video information "refresh"0