Art offset?
#1
I need to access the artwork of the previous song during music playback. I can get the labels via the offset function, but I'm scratching my head in regards to doing the same for artwork. Would appreciate any pointers.
Reply
#2
I use $INFO[MusicPlayer.offset(1).Cover] to show the cover of the next song, not sure it it'll work for you with $INFO[MusicPlayer.offset(-1).Cover] for the previous one...
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
#3
Sorry, I should have been more specific; a negative offset does work with Cover but it's the artist clearlogo and discart I need which seems less easily accessible. Using .offset(-1).Art(x) doesn't seem to be supported.

Edit:
Looks like VideoPlayer.Offset(x).Art(type) is being added in Nexus, but not for MusicPlayer. This is disappointing since I don't see how I can animate certain non-crossfading transitions without access to the previous art.
Reply

Logout Mark Read Team Forum Stats Members Help
Art offset?0