2014-08-27, 13:31
Hi Guys
While all waiting for the CM skin below is something you guys can do to get Extra Fab Arts cycle within Movies folder. I have updated this for Gotham 13.2 and tested and working on Pi and MAC.
Step1: Get a copy of default Confluence copied from below location in to "addons" folder (Where all Skins and other Addons you download will go)
Default Confluence Skin Location:
Ubuntu Linux: /home/<username>/.xbmc/addons/skin.confluence/720p/
Ubuntu Linux (alternative):: /usr/share/xbmc/addons/skin.confluence/720p/
OS X: /Applications/XBMC.app/Contents/Resources/XBMC/addons/skin.confluence/720p
Windows 7/8.1: Program Files (x86)\XBMC\addons\skin.confluence\720p
Step2: Change the name to something else (like skin.confluence2) and apply the same name to id tag and name tag in addon.xml which is within skin.confluence2 folder (id="skin.confluence2" / name="Confluence2")
Step3: Add below code to the MyVideoNav.xml within 720p folder below the line <include>CommonBackground</include>
Step3: Reboot the XBMC and change the Skin to name you put in step 2 (Confluence2) via settings --> Appearance --> Skin
This is a cool feature to have until CM is available.......
While all waiting for the CM skin below is something you guys can do to get Extra Fab Arts cycle within Movies folder. I have updated this for Gotham 13.2 and tested and working on Pi and MAC.
Step1: Get a copy of default Confluence copied from below location in to "addons" folder (Where all Skins and other Addons you download will go)
Default Confluence Skin Location:
Ubuntu Linux: /home/<username>/.xbmc/addons/skin.confluence/720p/
Ubuntu Linux (alternative):: /usr/share/xbmc/addons/skin.confluence/720p/
OS X: /Applications/XBMC.app/Contents/Resources/XBMC/addons/skin.confluence/720p
Windows 7/8.1: Program Files (x86)\XBMC\addons\skin.confluence\720p
Step2: Change the name to something else (like skin.confluence2) and apply the same name to id tag and name tag in addon.xml which is within skin.confluence2 folder (id="skin.confluence2" / name="Confluence2")
Step3: Add below code to the MyVideoNav.xml within 720p folder below the line <include>CommonBackground</include>
Code:
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<aspectratio>stretch</aspectratio>
<!--<aspectratio>keep</aspectratio> -->
<imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<aspectratio>stretch</aspectratio>
<imagepath background="true">$INFO[ListItem.Path]../extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<visible>Container.Content(episodes)</visible>
</control>
Step3: Reboot the XBMC and change the Skin to name you put in step 2 (Confluence2) via settings --> Appearance --> Skin
This is a cool feature to have until CM is available.......