Zooper & Media utilities Covert art
I try to make a music widget with media utilities, the goal is to show the art cover when the music play and hide when the music is stopped.
Here is the code I used
[b]#TMU_COVERART# $#TMU_ISPLAYING#!=1?1000$[/b]
It work great but when nothing is played, I have the default Zooper Bitmap/image.
How can I hide or replace this default image
Thanks all for your help !

This post has been reshared 1 times on Google+
View this post on Google+
Use this code instead
[b]#TMU_COVERART#[/b]
[bo]$#TMU_ISPLAYING#=1?100:0$[/bo]
Wahou !! +Gurrehmat Oberoi Thanks very much it works fine now,… !!
To learn a bit, can you explain me your code, like the [bo] ?
Bo is bitmap opacity. The condition checks if track is playing. If it is, it makes opacity 100. That is totally opaque. When not playing opacity is 0. So the image become transparent
Ah OK,…
Thank you very much for your help and for the explanations !!
Is there somewhere you can find all the zooper variables and explanations ?
The zooper site somewhat helps.
Also XDA has some tutorials too.
I usually open some built-in zooper skins( or some good looking ones I find on the web), see adv parameters n try n understand how they work