2020-05-30, 13:36
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.
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).
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).