Add audio format selection for audio-only downloads
Introduces settings and UI for forcing audio format conversion on audio-only downloads, including support for selecting preferred audio formats. Updates language files for all supported languages, adds config options, and passes new settings through the downloader and main app logic.
This commit is contained in:
+13
-1
@@ -293,7 +293,19 @@
|
||||
"force_format_help": "عند التمكين، سيتم تحويل الفيديوهات المدموجة إلى تنسيقك المفضل. قم بالتعطيل للسماح لـ yt-dlp بالقرار تلقائياً.",
|
||||
"format_mp4": "MP4 (الأكثر توافقاً)",
|
||||
"format_webm": "WebM (حديث، مفتوح)",
|
||||
"format_mkv": "MKV (غني بالميزات)"
|
||||
"format_mkv": "MKV (غني بالميزات)",
|
||||
"audio_format_settings": "إعدادات تنسيق الصوت",
|
||||
"force_audio_format": "فرض تنسيق الصوت لتنزيلات الصوت فقط",
|
||||
"preferred_audio_format": "تنسيق الصوت المفضل:",
|
||||
"force_audio_format_help": "عند التمكين، سيتم تحويل تنزيلات الصوت فقط إلى التنسيق المفضل لديك. هذا ينطبق فقط عند تنزيل تنسيقات الصوت.",
|
||||
"audio_format_best": "الأفضل (بدون تحويل)",
|
||||
"audio_format_aac": "AAC (جيد للتحرير)",
|
||||
"audio_format_mp3": "MP3 (عالمي)",
|
||||
"audio_format_flac": "FLAC (بدون فقدان)",
|
||||
"audio_format_wav": "WAV (غير مضغوط)",
|
||||
"audio_format_opus": "Opus (فعال)",
|
||||
"audio_format_m4a": "M4A (أبل)",
|
||||
"audio_format_vorbis": "Vorbis (مفتوح)"
|
||||
},
|
||||
"main_ui": {
|
||||
"url_placeholder": "أدخل رابط فيديو يوتيوب أو قائمة تشغيل",
|
||||
|
||||
Reference in New Issue
Block a user