The artist folder has folder.jpg (artist image) and and the album folder also has folder.jpg (cover art).
Does anyone know of a way I can pull the artist image? I assume it is something similar to this (used to find the album art), but I can seem to figure it out:
CODE
$replace(%path%,%filename_ext%,folder.jpg)
I have tried
CODE
$replace(%path%,%directory%'/'%filename_ext%,folder.*)
and a few variations of that, but nothing seems to work.
Thanks in advance!