Refactor FFmpeg updater to version checker

Replaces the FFmpeg updater logic with a version checker across all supported languages and removes the updater module. The Windows installation logic in ytsage_ffmpeg.py is rewritten to use essentials build extraction and path configuration directly, removing dependency on the updater module. Dialogs and UI strings are updated to reflect the new version checking workflow and provide installation guide links.
This commit is contained in:
oop7
2025-11-14 17:10:36 +02:00
parent 4c07423b49
commit bb231ccd12
17 changed files with 419 additions and 772 deletions
+7 -12
View File
@@ -477,22 +477,17 @@
"redownload_started": "डाउनलोड शुरू हुआ"
},
"ffmpeg_updater": {
"title": "FFmpeg अपडेटर",
"title": "FFmpeg संस्करण जांचकर्ता",
"current_version": "वर्तमान संस्करण:",
"latest_version": "नवीनतम संस्करण:",
"status_up_to_date": "✓ अप टू डेट",
"status_update_available": "⚠ अपडेट उपलब्ध",
"status_not_installed": "✗ इंस्टॉल नहीं है",
"status_checking": "🔄 अपडेट जांच रहे हैं...",
"status_downloading": "⬇ FFmpeg डाउनलोड हो रह है...",
"status_installing": "⚙ FFmpeg इंस्टॉल हो रहा है...",
"status_verifying": "✓ अखंडता सत्यापित कर रहे हैं...",
"check_updates": "अपडेट जांचें",
"update_button": "FFmpeg अपडेट करें",
"update_success": "FFmpeg सफलतापूर्वक संस्करण {version} में अपडेट किया गया!",
"update_failed": "FFmpeg अपडेट विफल रहा। कृपया पुनः प्रयास करें।",
"check_failed": "अपडेट जांच विफल रही। कृपया अपना इंटरनेट कनेक्शन जांचें।",
"install_first": "FFmpeg इंस्टॉल नहीं है। इंस्टॉल करने के लिए अपडेट पर क्लिक करें।",
"description": "सर्वोत्तम प्रदर्शन और संगतता के लिए FFmpeg को अप टू डेट रखें।"
"status_idle": "शुरू करने के लिए 'संस्करण जांचें' पर क्लिक करें",
"status_checking": "🔄 संस्करण जांच रह है...",
"check_updates": "संस्करण जांचें",
"check_failed": "संस्करण जांच विफल रही। कृपया अपना इंटरनेट कनेक्शन जांचें।",
"description": "अपने FFmpeg संस्करण की जांच करें और इसे नवीनतम उपलब्ध संस्करण से तुलना करें।",
"guide_info": " FFmpeg को इंस्टॉल या अपडेट करने के लिए, <a href='https://github.com/oop7/ffmpeg-install-guide'>हमारी व्यापक इंस्टॉलेशन गाइड देखने के लिए यहां क्लिक करें</a>."
}
}