[AveTunes Programming Question] Images?

How do I display normal images over things like the album art and such?

I tried to make a thing like this

---------

[image]

top=10

left=10

width=100

height=100

------------

I did this assuming that it would look for an "image.png" like the bg image works, but I had no luck. Anyone know how to do this?

#234204

Add a new image into an Avetune config? You would have to reference to some other file, or maybe it has one built in like "image2.png"

Ask a developer.

#234209

use

[AlbumArt]

Show=1

Top=

Left=

Width=

Height=

DrawOverlay=1

DrawOverlayActualSize=0

to draw over album art

#234210

Awesome, thanks. I put in that line and I got a big question mark over the album art. But now I have no idea how to define the image.

Where can I find a guide with all the commands I can use. Or is there one?

#234228

As a side note please do not take the liberty of inventing tags.

#234235

Do you know were I can see the fun tag library?

#234240

I'm sorry, I'm not sure if you understand what I'm trying to do. I want to display an image over the album art. I've semi been sucessful. I did what unbeliever suggested, and a question mark appeared over the album art. That means that AveTunes does not know what image to use. I have no idea how to name the image so that it will work. I did not mean to rewrite or invent tags. I just assumed that since [bg] uses Bg.png that maybe [imagename] uses Imagename.png, and I could use that to display the image over the album art.

#234257

You need to use overlay.png

#234291

Thank you. Works great.

#234575