Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
⚡ Match music info artwork button to video info
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 22, 2024
1 parent 85dfeaa commit d6f831f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions 1080i/Includes_Items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
</include>
</include>

<!-- Wiki -->
<!-- Artwork -->
<include content="DialogInfo_Button">
<param name="vertical">true</param>
<param name="id">4005</param>
Expand Down Expand Up @@ -974,15 +974,17 @@
<param name="id">4005</param>
<param name="groupid">4105</param>
<param name="sliceid">4205</param>
<param name="label">Wiki</param>
<param name="icon">special://skin/extras/icons/globe.png</param>
<param name="label">$LOCALIZE[39123]</param>
<param name="icon">special://skin/extras/icons/image.png</param>
<param name="zoom_in_delay">240</param>
<param name="zoom_in_include">$PARAM[zoom_in_include]</param>
<onclick>runscript(script.wikipedia,wikipedia=$VAR[Path_Wikipedia_Title],tmdb_type=$VAR[Path_Wikipedia_Type])</onclick>
<include content="DialogInfo_Button_HintLabel">
<param name="label">Wiki</param>
<param name="label">$LOCALIZE[39123]</param>
</include>
<onfocus>ClearProperty(DetailsView)</onfocus>
<onleft>Control.Move(7003,-1)</onleft>
<onright>Control.Move(7003,1)</onright>
<onclick condition="Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml)">SendClick(10)</onclick>
<onfocus>SetProperty(DetailsView,Artwork)</onfocus>
</include>
</definition>
</include>
Expand Down

0 comments on commit d6f831f

Please sign in to comment.