Kodi Community Forum
List of Built In Controls - custom button for Video information "refresh" - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Context Menus (https://forum.kodi.tv/forumdisplay.php?fid=309)
+---- Thread: List of Built In Controls - custom button for Video information "refresh" (/showthread.php?tid=354844)



List of Built In Controls - custom button for Video information "refresh" - kenmoon - 2020-05-30

Hello

When I look at  Built In Controls,
https://kodi.wiki/index.php?title=List_of_Built_In_Controls#DialogVideoInfo.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).


RE: List of Built In Controls - custom button for Video information "refresh" - Hitcher - 2020-05-30

Built in controls only work for that particular window/dialog.


RE: List of Built In Controls - custom button for Video information "refresh" - kenmoon - 2020-05-30

(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"?