Visualations while browsing tv shows if tvtunes enabled.
#1
Gotham official realese windows 7

While browsing tv show episodes, the background changing from fanart to visualation because of the tvtunes addon running...
It started to happen when the skin updated to latest version.

Any solution?[/code]
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#2
thx! will fix that.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Did you fixed it?
I noticed that in my other pc there is no problem.. win 8.1 xbmc 13.0 T! 6.0.6
but on my htpc it didn't fixed, (win 7)
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#4
untill you will fix it, can you point me to the right xml file?
I disabled tvtunes for now ....
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#5
https://github.com/ronie/skin.transparen...db21c4c7c3
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
I replaced the line.
Code:
    <include name="home-fanart-fallback">
        <control type="multiimage">
            <description>fallback texture if no fanart is available</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <timeperimage>5000</timeperimage>
            <randomize>true</randomize>
            <fadetime>2000</fadetime>
            <imagepath fallback="special://skin/backgrounds/background-music.jpg" background="true">$INFO[Skin.String(Custom_Back_Music_Folder)]</imagepath>
            <aspectratio>scale</aspectratio>
            <animation effect="fade" start="100" end="20" time="0" condition="!Skin.HasSetting(HideHomeVizBackground) + ![StringCompare(Visualisation.Name,waveform) | StringCompare(Visualisation.Name,opengl spectrum) | StringCompare(Visualisation.Name,directx spectrum)]+ !Skin.HasSetting(Vis-Visualization)">Conditional</animation>
            <include condition="Skin.HasSetting(Vis-Animation)">backgroundanimation</include>
            <visible>Player.HasAudio + IsEmpty(Window(Videos).Property(TvTunesIsAlive)) + [!Skin.HasSetting(Vis-Fanart) | [Skin.HasSetting(Vis-Slideshow) + IsEmpty(Control.GetLabel(6101))]] + IsEmpty(MusicPlayer.Property(Fanart_Image))</visible>
        </control>
    </include>

is it the right fix?
because It doesnt work...

on my other pc Its seems to be right from the beggining, the problem doesnt exist...
but on my htpc (win 7, xbmc 13.1) - still the fanart disapear while tvtunes is played.
maybe ill try fresh install...
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#7
fresh install solved it.
Phenomenal™ Skin • ForumWebsiteGitHub
Reply

Logout Mark Read Team Forum Stats Members Help
Visualations while browsing tv shows if tvtunes enabled.0