stokedfish Wrote:Also, is it possible to show the album cover (big) plus album info without a viz in fullscreen mode? How can I achieve this? I'd love to see bigger album covers when a track is playing... (all my albums/songs do have embedded cover arts!)
the visualization can be disabled: settings > music > general > visualization: none
Transparancy! also gives you the option of showing artist fanart in the background instead of the visualization
but this only works if your directory structure is like this:
Music/Artist/Album/..
since you categorize everything in 'mood' subfolders (i can't help but wondering what's listed under Fumbling Towards Ecstasy ;-) ) this won't work in your case.
if you want a bigger cd cover in the fullscreen window, you'll have to get your hands dirty and do some editing in MusicVisualisation.xml.
this is the code for the cover and the surrounding cd-case:
Code:
<control type="image">
<description>cover image</description>
<posx>32</posx>
<posy>-16</posy>
<width>200</width>
<height>200</height>
<texture>$INFO[MusicPlayer.Cover]</texture>
</control>
<control type="image">
<posx>10</posx>
<posy>-19</posy>
<width>229</width>
<height>207</height>
<texture>cdcase.png</texture>
</control>
just play with the <posx> <posy> <width> and <height> values 'till the size fits your needs. you may also want to remove the cd case and/or spinning cd if you need some more room for the album cover.
stokedfish Wrote:And oh, I see no background (such as in your screenshots) when I mouse over music, pictures, etc. Why is that?
there may be precompiled svn builds available for Jaunty (never tried those myself)
or just compile from svn yourself.
stokedfish Wrote:And one last question: http://www.xbmc.org/forum/showthread.php?t=55006
Is this possible with your skin? Or, is it possible at all?
lol, seems i've already answered your question in that thread before i'd seen your reply here.