I try to get/save on my hard drive the albumart of what vlc is playing for displaying it with a http interface.
When cover is downloaded from vlc, it is saved in the file:
Code: Select all
/home/wlourf/.cache/vlc/art/artistalbum/Artist/Album/art.jpg
Code: Select all
[0x26a0800] main playlist debug: Album art is local file, no need to cache
[0x26a0800] main playlist debug: found art for MySong in cache
thanks in advance (vlc 1.1.3)