Currently there's not Output Location settings that allow preservation of path when converting folders at different folder depths. Convermed hwre: https://forum.dbpoweramp.com/showthr...l=1*post161797
Please consider adding naming elements to solve this.
[TRIMTOBASEFOLDER]string[] removes the first folders that appear in the path to the folder passed to the converter command e.g. by Explorer's 'dBpoweramp Batch Convert' command. Example: [TRIMTOBASEFOLDER]f1\f2\f3[] when executed on '\f1\f2' returns 'f2\f3'
[TRIMTOCOMMONFOLDER]string[] removes the first folders that appear in the path of all files in this batch Example: [TRIMTOCOMMONFOLDER]f1\f2\f3[] when files are in '\f1\f2\f3' and '\f1\f2\f4' only, returns 'f2\f3'
Please consider adding naming elements to solve this.
[TRIMTOBASEFOLDER]string[] removes the first folders that appear in the path to the folder passed to the converter command e.g. by Explorer's 'dBpoweramp Batch Convert' command. Example: [TRIMTOBASEFOLDER]f1\f2\f3[] when executed on '\f1\f2' returns 'f2\f3'
[TRIMTOCOMMONFOLDER]string[] removes the first folders that appear in the path of all files in this batch Example: [TRIMTOCOMMONFOLDER]f1\f2\f3[] when files are in '\f1\f2\f3' and '\f1\f2\f4' only, returns 'f2\f3'