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 [2024/12/27 16:39] Wulf Rajekkodi:kodi-config [2025/08/29 00:46] (current) – [Clock in music] Wulf Rajek
Line 413: Line 413:
 </smartplaylist> </smartplaylist>
 </code> </code>
 +
 +
 +===== Keyboard shortcuts =====
 +https://kodi.wiki/view/Keymap
 +
 +.kodi/userdata/keymaps/keyboard.xml
 +<code>
 +    <keymap>
 +      <global>
 +        <keyboard>
 +          <1>ReloadSkin()</1>
 +        </keyboard>
 +      </global>
 +    </keymap> 
 +</code>
 +
 +===== Clock in music =====
 +
 +{{:kodi:kodi-music-vis-clock.jpg?nolink&400|}}
 +
 +.kodi/addons/skin.estuary.modv2/xml/MusicVisualization.xml
 +Add before the last %%</controls>%% at end
 +<code>
 +<!-- Start - Clock in Music Vis -->
 +        <control type="image">
 +            <left>0</left>
 +            <top>0</top>
 +            <width>110%</width>
 +            <height>160</height>
 +            <texture colordiffuse="$VAR[Bars_Opacity]">frame/osdfade.png</texture>
 +            <animation effect="fade" start="100" end="0" time="300" condition="Window.Next(screencalibration)">WindowClose</animation>
 +            <visible>!Player.ShowInfo</visible>
 +        </control>
 +        <control type="grouplist">
 +            <top>0</top>
 +            <align>right</align>
 +            <right>20</right>
 +            <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>
 +
  
kodi/kodi-config.1735317593.txt.gz · Last modified: by Wulf Rajek