|
|
|
@ -13,7 +13,7 @@ static const char description[] =
|
|
|
|
|
|
|
|
|
|
static const char version[] = "0.3.8";
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "replaygain", I18N_NOOP("Open the Replay Gain tool an add all given files"), 0 },
|
|
|
|
|
// { "repair", I18N_NOOP("Open the repair files tool an add all given files"), 0 },
|
|
|
|
@ -25,7 +25,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
{ "autoclose", I18N_NOOP("Close soundKonverter after all files are converted (enabled when using '--invisible')"), 0 },
|
|
|
|
|
{ "command <command>", I18N_NOOP("Execute <command> after each file has been converted"), 0 },
|
|
|
|
|
{ "+[files]", I18N_NOOP("Audio file(s) to append to the file list"), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|