[SOLVED] patterns for parent dir?

Ask questions on how to do this and that here.
Post Reply
zwene
Posts: 2
Joined: Sun Mar 28, 2021 3:02 pm

[SOLVED] patterns for parent dir?

Post by zwene »

At merging: Is there a way to create the output files in parent dir? E. g. '%parentdir%\%albumartist% - %album%.

'..\ %albumartist% - %album%' or '\%albumartist% - %album%' don't work.
Last edited by zwene on Mon Mar 29, 2021 9:13 pm, edited 1 time in total.
admin
Site Admin
Posts: 964
Joined: Wed Nov 17, 2010 12:56 pm

Re: patterns for parent dir?

Post by admin »

Here's the update to try - https://xrecode.com/test/setup_xrecode3 ... _1.111.exe
Then enable "Create files in source folder" and use

Code: Select all

..\%albumartist% - %album%
as a file name pattern like this https://imgur.com/eQsWlRi
zwene
Posts: 2
Joined: Sun Mar 28, 2021 3:02 pm

[SOLVED] Re: patterns for parent dir?

Post by zwene »

admin wrote: Mon Mar 29, 2021 7:59 pm Here's the update to try
Thank you thousand times. It work's perfectly. :)
Post Reply