

The config file listing (*.XML)
CODE
<?xml version="1.0" ?>
<Presets>
<Preset name="CBR 320 kbit/s" options="-b 320" />
<Preset name="VBR ~245 kbit/s" options="-V 0 --vbr-new" />
<Preset name="VBR ~225 kbit/s" options="-V 1 --vbr-new" />
<Preset name="VBR ~190 kbit/s" options="-V 2 --vbr-new" />
<Preset name="VBR ~175 kbit/s" options="-V 3 --vbr-new" />
<Preset name="VBR ~165 kbit/s" options="-V 4 --vbr-new" />
<Preset name="VBR ~130 kbit/s" options="-V 5 --vbr-new" />
<Preset name="VBR ~115 kbit/s" options="-V 6 --vbr-new" />
<Preset name="VBR ~100 kbit/s" options="-V 7 --vbr-new" />
<Preset name="VBR ~85 kbit/s" options="-V 8 --vbr-new" />
<Preset name="VBR ~65 kbit/s" options="-V 9 --vbr-new" />
<Preset name="ABR 56 kbit/s Mono" options="--abr 56 -mm" />
<Preset name="Decode to WAV" options="--decode" />
</Presets>
<Presets>
<Preset name="CBR 320 kbit/s" options="-b 320" />
<Preset name="VBR ~245 kbit/s" options="-V 0 --vbr-new" />
<Preset name="VBR ~225 kbit/s" options="-V 1 --vbr-new" />
<Preset name="VBR ~190 kbit/s" options="-V 2 --vbr-new" />
<Preset name="VBR ~175 kbit/s" options="-V 3 --vbr-new" />
<Preset name="VBR ~165 kbit/s" options="-V 4 --vbr-new" />
<Preset name="VBR ~130 kbit/s" options="-V 5 --vbr-new" />
<Preset name="VBR ~115 kbit/s" options="-V 6 --vbr-new" />
<Preset name="VBR ~100 kbit/s" options="-V 7 --vbr-new" />
<Preset name="VBR ~85 kbit/s" options="-V 8 --vbr-new" />
<Preset name="VBR ~65 kbit/s" options="-V 9 --vbr-new" />
<Preset name="ABR 56 kbit/s Mono" options="--abr 56 -mm" />
<Preset name="Decode to WAV" options="--decode" />
</Presets>
is this acceptable?
PS. This part of app is fully functional (loading), the editing will be added soon, right now you can edit this in text editor and in app you can select custom command line.
The app is fully futured frontend (only data showed while encoding/decoding is progressbar, LAME window is hidden. App is in alpha stage of developing, but the core code is working, only interface and more configuration options are added (chosing enc/dec type, output type and options for each enc/dec).
EDIT: added screenshots!