2017-02-17, 12:25
Hi ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
The new version in the first post.
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
The new version in the first post.
<include>JB_PodobniArtysci</include>
(2017-03-17, 11:14)taba Wrote: 3. Add to file MusicVisualisation.xml over <include> BGBlack </ include> (line 753) code
PHP Code:<include>JB_PodobniArtysci</include>
Hi,
using latest AEONMQ and I can't find <include> BGBlack </ include> in MusicVisualisation.xml...
(....)
<control type="label">
<!-- Proxima faixa - proximo artista -->
<left>990</left>
<top>323</top>
<width>915</width>
<height>45</height>
<align>right</align>
<font>Font_26</font>
<textcolor>FFFFFAF0</textcolor>
<label>$LOCALIZE[554] $INFO[MusicPlayer.PlaylistPosition] $LOCALIZE[1443] $INFO[MusicPlayer.PlaylistLength] [COLOR=50FFFAF0]|[/COLOR] $LOCALIZE[19031]: $INFO[MusicPlayer.offset(1).Title] ($INFO[MusicPlayer.offset(1).Artist])</label>
<scroll>true</scroll>
<scrollout>true</scrollout>
</control>
</control>
<include>BGBlack</include>
</controls>
</window>
(...)
<!--JB start-->
<include>JB_PodobniArtysci</include>
<!--JB stop-->
<include>BGBlack</include>
</controls>
</window>
</controls>
</window>
(2017-03-15, 08:37)JohnyBee Wrote:hello again johnybee ...i have the same problem as @taba but i dont know how to edit the xml. can you please uplload a zip file with the edit musicvisualaziation.xml please?(2017-03-13, 15:02)Kost@s76 Wrote: Hi johnybee... Really like your work. Is it the same procedure to add similar artist on Krypton as Jarvis 16.1?
Hi.
Yes, it is the same procedure.
(2017-03-19, 19:08)Kost@s76 Wrote:(2017-03-15, 08:37)JohnyBee Wrote:hello again johnybee ...i have the same problem as @taba but i dont know how to edit the xml. can you please uplload a zip file with the edit musicvisualaziation.xml please?(2017-03-13, 15:02)Kost@s76 Wrote: Hi johnybee... Really like your work. Is it the same procedure to add similar artist on Krypton as Jarvis 16.1?
Hi.
Yes, it is the same procedure.
i edit the file includes.xml (line 65) code but i cant for file MusicVisualisation.xml.
thank you very much.
<visible>Skin.String(vis_bg,slideshowmosaic) | Skin.String(vis_bg,slideshowmosaicmix)</visible>
<visible>String.IsEqual(Skin.String(vis_bg,slideshowmosaic)) | String.IsEqual(Skin.String(vis_bg,slideshowmosaicmix))</visible>
(2017-04-04, 17:59)Angelinas Wrote: Nice work for Music...All MQ7 have bad music dialogs...Hi
This is for all.....but need to add some suggestion.
Use booling condition for Leia (Work for krypton too)
IntegerGreaterThan - Integer.IsGreater
IsEmpty - String.IsEmpty
StringCompare - String.IsEqual
SubString - String.Contains
(2017-04-04, 17:59)Angelinas Wrote: Remove code for script radio, all info and art have helper script - no need to force procesor in lower mashine with to meny addons.HI,
(2017-04-04, 17:59)Angelinas Wrote: IntegerGreaterThan - Integer.IsGreaterI have Kodi 17.1 and Libreelec 8.0.1
IsEmpty - String.IsEmpty
StringCompare - String.IsEqual
SubString - String.Contains
<visible>Skin.HasSetting(coverzoom) + IsEmpty(Control.GetLabel(880107))</visible>
<visible>Skin.HasSetting(coverzoom) + String.IsEmpty(Control.GetLabel(880107))</visible>
(2017-04-04, 14:14)JohnyBee Wrote: Hi
@JohnyBee, The new version in the first post.