PDA

View Full Version : Convert to parent directory


lolly
11-11-2007, 07:00 AM
Hi There,

I have a a directory structure like this:

<Artist>/Album/wma/<file>.wma

I want to convert all to MP3 in this format:

<Artist>/Album/<file>.mp3

How can I do this?

Basically convert to MP3 to Parent directory removing 'wma' directory....

I have Reference if that helps?

Look forward to your thoughts....

LtData
11-11-2007, 09:57 AM
See here for some naming scheme, or in your case Dynamic Naming, tips: http://forum.dbpoweramp.com/showthread.php?goto=newpost&t=13928

Basically, it sounds like you want [TRIMLASTFOLDER][origpath]/[origfilename][] as the dynamic naming scheme. Set the path to the new drive, but leave the rest alone.

Edit: Just noticed that I hadn't included any dynamic naming-specific elements, I will add them in later today.