preview of the next songs in the Vis

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #1
Hi,

I had a chance to display the MusicPlayer.Cover (an preview of the next 3 songs) ?

How does the command are ?

Code:
<info>MusicPlayer.Cover.offset(1)</info
that not works, is certainly not true Big Grin


it works with a "Label" very good

example
Code:
<label>MusicPlayer.offset(3).Title</label>

in the wiki I can not find anything Confused

regards DjToll

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #2
you have your offset in a different position for the cover

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #3
I have it resolved Big Grin

[Image: screenshot031nb2.th.png]

[Image: screenshot042cb5.th.png]

Code:
<info>MusicPlayer.offset(3).Cover</info>

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote