Fooblog2000 Forums » General

Help with Artist Image Paths ! ?

(2 posts)
  • Started 3 years ago by tappy
  • Latest reply from FunkyFender

  1. tappy
    Member

    I store my music in the following folder structure Genre>Artist>Album

    Within my artist folder i store a picture of the artist named 'folder.jpg'

    The global user path by default is:
    $puts(artistPath,$replace(%path%,%filename_ext%,artist.*))

    What do i need to change for it to seek up a directory for my artist image (folder.jpg)?

    Thanks :)

    Posted 3 years ago #
  2. You'll want to change it from
    $puts(artistPath,$replace(%path%,%filename_ext%,artist.*))
    to
    $puts(artistPath,$replace(%path%,%filename_ext%,../folder.jpg))

    Any particular reason why you are storing this in a variable instead of using it directly to create the image? (I'm assuming you're using Track Display panel.) Like this:
    $imageabs2(x,x,x,x,x,x,x,x,$replace(%path%,%filename_ext%,../folder.jpg),x)
    (x's being the positioning, cropping info, etc)

    Posted 3 years ago #

Rate Topic:
RSS feed for this topic

Reply

You must log in to post.