User Tools

Site Tools


kodi:kodi-config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kodi:kodi-config [2025/08/28 17:45] – [Clock in music] Wulf Rajekkodi:kodi-config [2025/08/29 00:46] (current) – [Clock in music] Wulf Rajek
Line 430: Line 430:
  
 ===== Clock in music ===== ===== Clock in music =====
 +
 +{{:kodi:kodi-music-vis-clock.jpg?nolink&400|}}
  
 .kodi/addons/skin.estuary.modv2/xml/MusicVisualization.xml .kodi/addons/skin.estuary.modv2/xml/MusicVisualization.xml
-Add to controls at end+Add before the last %%</controls>%% at end
 <code> <code>
-        <control type="label"> +<!-- Start - Clock in Music Vis --> 
-            <animation effect="fade" start="100" end="0" tim +        <control type="image"> 
-e="300condition="Window.Next(screencalibration)">WindowClo +            <left>0</left> 
-se</animation+            <top>0</top> 
-            <animation effect="slide" end="0,-10" time="0+            <width>110%</width> 
-ondition="String.IsEqual(Skin.Font,Arial)">Conditional</anim +            <height>160</height> 
-ation+            <texture colordiffuse="$VAR[Bars_Opacity]">frame/osdfade.png</texture
-            <font>font_clock</font+            <animation effect="fade" start="100" end="0" time="300condition="Window.Next(screencalibration)">WindowClose</animation
-            <shadowcolor>$VAR[ShadowColorVar]</shadowcolor+            <visible>!Player.ShowInfo</visible
-            <height>200</height+        </control
-            <left>20</left> +        <control type="grouplist"
-            <width>auto</width>+            <top>0</top>
             <align>right</align>             <align>right</align>
-            <label>[B]$INFO[System.Time][/B]</label> +            <right>20</right> 
-        </control> +            <height>200</height> 
 +            <orientation>horizontal</orientation> 
 +            <width>1270</width> 
 +            <itemgap>10</itemgap> 
 +            <visible>!Window.IsVisible(extendedprogressdialog) + !Window.IsActive(fullscreenvideo)</visible> 
 +            <animation effect="fade" time="150">VisibleChange</animation> 
 +            <visible>!Player.ShowInfo</visible> 
 +            <control type="group"> 
 +                <width>600</width> 
 +                <animation effect="fade" time="200">VisibleChange</animation> 
 +                <control type="grouplist"> 
 +                    <left>-75</left> 
 +                    <orientation>horizontal</orientation> 
 +                    <height>38</height> 
 +                    <top>14</top> 
 +                    <align>right</align> 
 +                    <width>660</width> 
 +                    <itemgap>5</itemgap> 
 +                    <usecontrolcoords>true</usecontrolcoords> 
 +                    <control type="image"> 
 +                        <top>7</top> 
 +                        <width>1</width> 
 +                        <height>23</height> 
 +                        <texture /> 
 +                        <visible>Player.HasAudio + !Player.Paused</visible> 
 +                    </control> 
 +                    <control type="image"> 
 +                        <top>4</top> 
 +                        <width>32</width> 
 +                        <height>32</height> 
 +                        <aspectratio>keep</aspectratio> 
 +                        <texture colordiffuse="$VAR[SkinColorVar]">$VAR[NowPlayingIconVar]</texture> 
 +                        <visible>![Player.HasAudio + !Player.Paused]</visible> 
 +                    </control> 
 +                    <control type="label"> 
 +                        <label>$INFO[Player.Title]</label> 
 +                        <font>font27</font> 
 +                        <shadowcolor>$VAR[ShadowColorVar]</shadowcolor> 
 +                        <height>35</height> 
 +                        <width min="1" max="555">auto</width> 
 +                        <scroll>true</scroll> 
 +                    </control> 
 +                </control> 
 +                <control type="label" id="7700"> 
 +                    <label>$VAR[NowPlayingSublabelVar]</label> 
 +                    <left>5</left> 
 +                    <top>48</top> 
 +                    <font>font12</font> 
 +                    <textcolor>grey</textcolor> 
 +                    <shadowcolor>$VAR[ShadowColorVar]</shadowcolor> 
 +                    <height>25</height> 
 +                    <width>580</width> 
 +                    <align>right</align> 
 +                    <scroll>true</scroll> 
 +                </control> 
 +            </control> 
 +            <control type="label"> 
 +                <animation effect="fade" start="100" end="0" time="300" condition="Window.Next(screencalibration)">WindowClose</animation> 
 +                <animation effect="slide" end="0,-10" time="0" condition="String.IsEqual(Skin.Font,Arial)">Conditional</animation> 
 +                <font>font_clock</font> 
 +                <shadowcolor>$VAR[ShadowColorVar]</shadowcolor> 
 +                <height>200</height> 
 +                <right>203</right> 
 +                <width>auto</width> 
 +                <label>[B]$INFO[System.Time][/B]</label
 +                <visible>!Player.ShowInfo</visible> 
 +            </control
 +        </control> 
 +<!-- End - Clock in Music Vis --> 
 +</code> 
 + 
 +===== Screenshot ===== 
 + 
 +Stored in Screenshot folder configured in debug settings: https://kodi.wiki/view/Settings/System/Logging#Screenshot_folder 
 + 
 +Keyboard shortcut Ctrl-s or remote command: 
 +<code> 
 +kodi-send --action="TakeScreenshot"
 </code> </code>
  
  
kodi/kodi-config.1756399503.txt.gz · Last modified: by Wulf Rajek