I've used the same command for years and it has stopped working with the new release of foobar. I have two directories, one for new stuff ripped with flac and one for MP3. When I rip something new, I put it into the directory structure called New. When I'm done ripping, I drag all the stuff in the New directory structure into foobar, right click, and choose convert. The idea is it goes into the MP3 directory structure in the same place. Here's the single tracks command:
$replace(%path%,'M:\Audio\New\',,%filename_ext%,%filename%)
When I convert, I point to the root of MP3 Audio as the last step after right clicking on the songs and selecting convert. What used to happen is the stuff in M:\Audio\New\A\Artist\Album\Songs.flac went into MP3 Audio\A\Artist\Album\Songs.mp3. Now everything goes into the root of MP3. I've tried many variations, none work. Some of those are:
$replace(%path%,M:\Audio\New\,,%filename_ext%,%filename%)
$replace(%path%,M:\Audio\New,,%filename_ext%,%filename%)
$replace($replace(%path%,M:\Audio\New,),%filename_ext%,%filename%)
$replace($replace(%path%,M:\Audio\New\,),%filename_ext%,%filename%)
$replace(%path%,'M:\Audio\New','',%filename_ext%,%filename%)
The preview in preferences is correct for all the above, the implementation is not.
Help.
Dave
