Recently added Albums - while playing audio

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hayabusa Offline
Junior Member
Posts: 9
Joined: Oct 2010
Reputation: 0
Location: Berlin
Post: #1
Hi People,

I am currently learning how to code skins whit T!.

So, wanted to have the option to show the recently added albums while playing music.

here are some pictures to explain it better

[Image: 28bsi2q.jpg]

it should look like this

[Image: 178zf4.jpg]

Can somebody help me, or at least point me in the right direction to achieve this. (Wiki links/forum links)

Thanks Tongue
(This post was last modified: 2012-02-27 02:05 by Hayabusa.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #2
hmm.. i don't see any images...

you could just add some image controls to MusicVisualisation.xml i guess
and use <texture>$INFO[Window.Property(LatestAlbum.1.Thumb)]</texture> and so on...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Hayabusa Offline
Junior Member
Posts: 9
Joined: Oct 2010
Reputation: 0
Location: Berlin
Post: #3
ronie Wrote:hmm.. i don't see any images...

you could just add some image controls to MusicVisualisation.xml i guess
and use <texture>$INFO[Window.Property(LatestAlbum.1.Thumb)]</texture> and so on...

I updated the images!

Okey i`ll try that and give feedback if it works.

thanks for your answer Smile
find quote