Page 1 of 1

Example of a profile with two outputs per type?

Posted: Wed Feb 23, 2022 5:24 pm
by snootybooty
Hi,

Apologies if this is a dupe, but I'm trying to create a profile where I can convert a DTS track to FLAC and retain the original DTS track in the output. The stickied Conversion profiles topic mentions a you can have any number of outputs, but I can't seem to make a valid XML.

Does anybody have a sample that they can post, please?

Re: Example of a profile with two outputs per type?

Posted: Wed Feb 23, 2022 5:41 pm
by mike admin

Code: Select all

    <trackSettings input="DTSHDMA-multi">
        <output outputSettingsName="copy"
                defaultSelection="$app_DefaultSelectionString">
        </output>
        <output outputSettingsName="flac-fast"
                defaultSelection="$app_DefaultSelectionString">
        </output>
    </trackSettings>
and repeat this for each input

Re: Example of a profile with two outputs per type?

Posted: Wed Feb 23, 2022 6:13 pm
by snootybooty
mike admin wrote:
Wed Feb 23, 2022 5:41 pm

and repeat this for each input
Awesome, thank you very much!