2010-10-27, 16:40
My bad. I thought that random themes played as you browsed. Didn't realize it played in the selected tv show. Sorry.
mwkurt Wrote:Ronie,
Would like to try out the svn version of your skin to get the new features and debug for you but I do not know how to download the whole thing. What do I need to do to get this on my pc and into XBMC? Do I need to download each folder and install seperately or do I use some sort of a program to download and install at one time? I am using Windows 7 32 bit.
Thanks,
Mark
After looking around some, I guess I need to download something like TortoiseSVN, and then enter the url and save the files to somewhere on my pc to then move them to the addons folder in XBMC? Is this pretty close?
dsim Wrote:@rONniE, that with lyrics and music info in keymap you said, works great.
i would also like to have a key to change between the different kind of visualization. slideshow, fanart...
can you tell me how i can do that?
ronie Wrote:no guarantees it'll work, but give this one a shot
SendClick(990)
dsim Wrote:1. this doesn't work,not even when the MusicOSD is visible?
dsim Wrote:what is your command to switch between fanart slide show and visualization?i use multiple commands, so guess that's not possible to add to your keymap. you can look up the "990" buttons at the bottom of MusicOSD.xml
dsim Wrote:2. i have noticed, that the fanart slideshow also works in artist view and album view, not only on visualization. to work on artist view and album view, i have to add the extrafanart folder before the album folder.
this works in all views, only not on homescreen.
Artist
->Extrafanrt (folder)
->folder.jpg
->album1
->album2
..
dsim Wrote:if two or many cd's
this works in all views, only not on homescreen.
in this case i have to add extrafanart folder also in album inside
Artist
->Extrafanrt (folder)
->folder.jpg
->album
---->CD1
---->CD2
---->Extrafanrt (folder) (if not here, then not showing in visualzation)
will it be fixed to have only one extrafanrt folder, or should i add for albums with 2 cd's two extrafanrt folder?
<include name="fanartslideshow-musicvisualisation">
<control type="multiimage">
<description>dirty hack for showing fanart slideshow instead of visualisation</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Player.FolderPath,,../extrafanart/]</imagepath>
<aspectratio>scale</aspectratio>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>750</fadetime>
<include condition="!Skin.HasSetting(FanartSlideshowAnimation)">backgroundanimation2</include>
<include>VisibleFadeEffect</include>
<visible>Player.HasAudio + Skin.HasSetting(FanartSlideshowNoVisualisation) + ![substring(Player.FolderPath,pvr://) | substring(Player.FolderPath,http://) | substring(Player.FolderPath,https://) | substring(Player.FolderPath,htsp://)]</visible>
</control>
</include>
<include name="fanartslideshow-musicvisualisation">
<control type="multiimage">
<description>dirty hack for showing fanart slideshow instead of visualisation</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Player.FolderPath,,../extrafanart/]</imagepath>
<aspectratio>scale</aspectratio>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>750</fadetime>
<include condition="!Skin.HasSetting(FanartSlideshowAnimation)">backgroundanimation2</include>
<include>VisibleFadeEffect</include>
<visible>Player.HasAudio + Skin.HasSetting(FanartSlideshowNoVisualisation) + ![substring(Player.FolderPath,pvr://) | substring(Player.FolderPath,http://) | substring(Player.FolderPath,https://) | substring(Player.FolderPath,htsp://)]</visible>
</control>
[b] <control type="multiimage">
<description>workaround for subfolders in the album folder</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Player.FolderPath,,../../extrafanart/]</imagepath>
<aspectratio>scale</aspectratio>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>750</fadetime>
<include condition="!Skin.HasSetting(FanartSlideshowAnimation)">backgroundanimation2</include>
<include>VisibleFadeEffect</include>
<visible>Player.HasAudio + Skin.HasSetting(FanartSlideshowNoVisualisation) + ![substring(Player.FolderPath,pvr://) | substring(Player.FolderPath,http://) | substring(Player.FolderPath,https://) | substring(Player.FolderPath,htsp://)]</visible>
</control>[/b]
</include>
dsim Wrote:your great, great support, thanks!
i tried 3. option and it works really great. maybe you can add this workaround to the svn for others...
dsim Wrote:1. because you are a genious of workarounds, it is possible to take the folder "*all albums" in albumviews to the and of the lists or show in other way?
Quote:<hideallitems>true</hideallitems> <!-- removes the "*All" items from the music library -->
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
dsim Wrote:2. i realized that, if i listening to music in visualization, and i would see the list of songs, i have to switch back. wouldn't be great to have a option as music-info, to show a list of current album songs, where you can choose the song you want to listen to?
ronie Wrote:general info:
the development version of Transparency! is available @ the T! SVN
in order to download it, you'll need special svn software.
- if you prefer a command-line client: svn checkout http://transparency-xbmc.googlecode.com/svn/trunk/ skin.transparency
- or if you use a gui based client, like TortoiseSVN use this url: http://transparency-xbmc.googlecode.com/svn/trunk/
GranCanaria Wrote:ronie, I don´t know if when you left the 50 year mark behind you some things get to complicated like operating a VCR, but I can not make heads or tails out of this instruction.
how do I update?
I am at the trunk and I could download it file by file at: http://transparency-xbmc.googlecode.com/svn/trunk/720p/
but I think there is a better way?
"in order to download it, you'll need special svn software."
where do I get that?