From 4843ac1cb5f29db8517948da7044665779dc708e Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Thu, 20 Aug 2026 20:21:15 +0500 Subject: [PATCH] FEATURE: clarifes 'format' option in output section of the frontend --- web/frontend/src/components/OptionsPanel.tsx | 27 ++++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/web/frontend/src/components/OptionsPanel.tsx b/web/frontend/src/components/OptionsPanel.tsx index 62e4732..0fd3ef8 100644 --- a/web/frontend/src/components/OptionsPanel.tsx +++ b/web/frontend/src/components/OptionsPanel.tsx @@ -115,32 +115,37 @@ export const OptionsPanel: React.FC = () => {
- MP3 - M4A - MKV - MP4 - OGG - OPUS - FLAC - WAV - AAC + MP3 (.mp3) + M4A (.m4a) + MKV (.mkv) + MP4 (.mp4) + OGG (.ogg) + OPUS (.opus) + FLAC (.flac) + WAV (.wav) + AAC (.aac) + {/* Transcode option – remains unchanged but clearly labeled */} handleChange('transcode_to', e.target.value || undefined)} fullWidth size="small" + helperText="Select an audio codec to re-encode, or keep 'Copy' to preserve the original." > Copy (no transcoding) MP3 (LAME)