Is it possible to pass the directory of the input file (not temp file) as a parameter in clienc config string?
The problem I have is as follows:
I have a directory structure full of tagged flac files:
M:\FLAC\<artist>\<album>\xx - title.flac
with a folder.jpg file in each directory for artwork.
I am trying to use clienc and iTunesEncode to create fully tagged AAC files (including artwork) under
M:\AAC\<artist>\<album>\xx - title.flac
Everything is working as hoped, apart from I cannot point iTunesEncode to the correct folder.jpg file for inclusion in the tags
It looks as though clienc provides %d (destination file) and %s (source file), however, %s is the temporary wav file which is based in the target directory.
I was hoping to use '-r %s/../folder.jpg' in the config string, but it doesn't work as I'd hoped.
Any help would be much appreciated
