Music Visualisation Info Duration Time
#1
Hi,

I saw that in your MOD the MusicInfoDuration is always on.
How did you do it?
I want to implement this in my skin. Searching for Month mow and didn't find a solution.

Please Help
Reply
#2
Tank you all once again for not helping.
I figured it out myself.
Is this community still alive? Or is it a special Club where not everybody is allowed.
Sorry for be so offensive but to keep a scene alive you have to help.
But booth times now No help. Or only half way sort of "if you do not know how to program you do not deserve our help because you are to dumb."
i´m a bit disappointed.
Reply
#3
Usually a lot of really good quick help here!

Sorry..
Reply
#4
(2017-04-25, 12:07)tjost Wrote: Hi,

I saw that in your MOD the MusicInfoDuration is always on.
How did you do it?
I want to implement this in my skin. Searching for Month mow and didn't find a solution.

Please Help


Sorry tjost

But when I don't understand any, I don't say any.

What Mod ?
You have access to code in MusicVisualisation.xml in all mods, can you see any about it?

If you looking for a little you can find that in advancedsettings.xml in the userdata folder you have :

<songinfoduration>0</songinfoduration>

it says to KODI that songInfoDuration always on. I suposse that for your musicinfoduration is songinfoduration, but i don't know.

You can read here:

http://kodi.wiki/view/Advancedsettings.xml
Reply
#5
@emirales,
Aeon MQ7 for Krypton of course....

English is not my native language so ask please.

Advancesetting is the obvious answer but not what I was searching for.

The solution is simple: Just delete:

[Player.ShowInfo | [Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) in <visible>

very simple.....
Reply
#6
Sorry Tjost, I don't know what do you want to say in:

"The solution is simple: Just delete:

[Player.ShowInfo | [Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) in <visible>

very simple....."
Reply
#7
search in the MusicVizualisation.xml for <visible> in the Info section and delete it. Simple.
Reply
#8
this work for me put at top eas

<?xml version='1.0' encoding='utf-8'?>
<advancedsettings>
<songinfoduration>9999</songinfoduration>
    <cache>
        <buffermode>2</buffermode>
        <memorysize>143654912</memorysize>
        <readfactor>5</readfactor>
        <curlclienttimeout>10</curlclienttimeout>
        <curllowspeedtime>10</curllowspeedtime>
    </cache>
    <musiclibrary>
        <albumextraart>
            <arttype>spine</arttype>
            <arttype>discart</arttype>
            <arttype>back</arttype>
        </albumextraart>
        <artistextraart>
            <arttype>fanart1</arttype>
            <arttype>fanart2</arttype>
            <arttype>clearlogo</arttype>
            <arttype>clearart</arttype>
            <arttype>banner</arttype>
            <arttype>landscape</arttype>
        </artistextraart>
    </musiclibrary>
    <videolibrary>
        <moviesetextraart>
            <arttype>clearart</arttype>
            <arttype>discart</arttype>
            <arttype>banner</arttype>
            <arttype>landscape</arttype>
            <arttype>clearlogo</arttype>
        </moviesetextraart>
        <episodeextraart>
            <arttype>fanart</arttype>
        </episodeextraart>
        <movieextraart>
            <arttype>keyart</arttype>
            <arttype>banner</arttype>
            <arttype>clearart</arttype>
            <arttype>animatedfanart</arttype>
            <arttype>discart</arttype>
            <arttype>clearlogo</arttype>
            <arttype>characterart</arttype>
            <arttype>landscape</arttype>
            <arttype>animatedposter</arttype>
            <arttype>animatedkeyart</arttype>
        </movieextraart>
        <tvshowseasonextraart>
            <arttype>landscape</arttype>
        </tvshowseasonextraart>
        <musicvideoextraart>
            <arttype>artistthumb</arttype>
            <arttype>landscape</arttype>
            <arttype>discart</arttype>
            <arttype>fanart1</arttype>
            <arttype>fanart2</arttype>
            <arttype>banner</arttype>
            <arttype>clearart</arttype>
            <arttype>clearlogo</arttype>
        </musicvideoextraart>
        <tvshowextraart>
            <arttype>characterart</arttype>
            <arttype>clearart</arttype>
            <arttype>fanart1</arttype>
            <arttype>fanart2</arttype>
            <arttype>fanart3</arttype>
            <arttype>fanart4</arttype>
            <arttype>landscape</arttype>
            <arttype>clearlogo</arttype>
        </tvshowextraart>
    </videolibrary>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
Music Visualisation Info Duration Time0