XBMC Community Forum
"cdArt" concept - current cdImage with artist fanart support in music visualizations - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Artwork packs (/forumdisplay.php?fid=71)
+---- Thread: "cdArt" concept - current cdImage with artist fanart support in music visualizations (/showthread.php?tid=53242)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


- Montellese - 2009-06-22 21:52

I got a suggestion:

Could it be done that if there is no Artist/Band fanart available that it just shows the backdrops defined for the music section in the slide show?


- reaven - 2009-06-22 22:23

Montellese Wrote:I got a suggestion:

Could it be done that if there is no Artist/Band fanart available that it just shows the backdrops defined for the music section in the slide show?

maybe I will try that later and also add a generic cd if there is no cdArt

BTW you cd cutout is wrong, thats why it shows like that, here is a new one

[Image: Thankful.png]


- reaven - 2009-06-22 23:21

ok here is a video of mine with a different spin Smile

http://www.youtube.com/watch?v=T7QSRQc-pbA


- ronie - 2009-06-23 00:14

reaven Wrote:mine spin as long as the cd is playing and stop for a moment if you paused but continue when the pause is release.

sorry for the mess in the code am currently constantly testing
Code:
<control type="image">
            <description>Cd overlay</description>
            <animation effect="slide" start="-118" end="0" time="700" tween="cubic" easing="out" delay="1000">WindowOpen</animation>
            
            <animation type="WindowClose">
            <effect type="slide" start="0" end="-114" time="700" tween="cubic" easing="in" delay="0"/>
            <effect type="fade" start="100" end="0" time="1300"/>
            <condition type="!Player.Playing"/>
            </animation>
           <animation effect="rotate" end="-360" center="auto" time="2000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
            <width>270</width>
            <height>228</height>
            <posx>175</posx><!-- 112 -->
            <posy>-143</posy><!-- -143 -->
            <!--<texture diffuse="home/disc_mask.png">-->
            <texture>backdrops/artist_fanart/$INFO[MusicPlayer.Artist]/cd/$INFO[MusicPlayer.Album].png</texture>
            <aspectratio align="bottom">keep</aspectratio>
        </control>

great, i couldn't find anywhere if 'loop' was supported in animations, so this is just what i was looking for. i'll play with it some more over the next couple of days.


- reaven - 2009-06-23 02:23

Quote:great, i couldn't find anywhere if 'loop' was supported in animations,
me neither, there was nothing in the wiki i just put the word loop there = true and viola it works !! but it need some fine tuning


- Montellese - 2009-06-23 09:34

reaven Wrote:maybe I will try that later and also add a generic cd if there is no cdArt
Yeah that would be nice.

BTW you cd cutout is wrong, thats why it shows like that, here is a new one[/quote]

Oh you're right. Well my Photoshop skills aren't the best and I made them in a bit of a hurry. Thanks for pointing it out. I will try it when I get home in about 8 hours after work and report back.

I will also create some new cdArts then. Is it possible for other people to upload their cdArts to that gallery of yours? I think it would be very nice if we'd have a gallery where everyone can upload their cdArt.

And btw nice cd spinning. Can't wait to get that.


- reaven - 2009-06-23 11:41

you can post it here and then I upload them to the gallery, I have already more than 50 I will upload them to the gallery as soon as I edit them.


- theophile - 2009-06-23 16:42

Don't know if this is consistent with what you have in mind, but here's something:

[Image: e_abbey_road_lp.png]


- luppolo - 2009-06-23 17:33

hi
this magnificent mod is ok for Aeon SVN also?


- theophile - 2009-06-23 18:05

Do we have spinning code available yet or is it still being tested?