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:
+7
-12
@@ -477,22 +477,17 @@
|
||||
"redownload_started": "İndirme başladı"
|
||||
},
|
||||
"ffmpeg_updater": {
|
||||
"title": "FFmpeg Güncelleyici",
|
||||
"title": "FFmpeg Sürüm Denetçisi",
|
||||
"current_version": "Mevcut Sürüm:",
|
||||
"latest_version": "En Son Sürüm:",
|
||||
"status_up_to_date": "✓ Güncel",
|
||||
"status_update_available": "⚠ Güncelleme mevcut",
|
||||
"status_not_installed": "✗ Yüklü değil",
|
||||
"status_checking": "🔄 Güncellemeler kontrol ediliyor...",
|
||||
"status_downloading": "⬇ FFmpeg indiriliyor...",
|
||||
"status_installing": "⚙ FFmpeg yükleniyor...",
|
||||
"status_verifying": "✓ Bütünlük doğrulanıyor...",
|
||||
"check_updates": "Güncellemeleri Kontrol Et",
|
||||
"update_button": "FFmpeg'i Güncelle",
|
||||
"update_success": "FFmpeg başarıyla {version} sürümüne güncellendi!",
|
||||
"update_failed": "FFmpeg güncellemesi başarısız oldu. Lütfen tekrar deneyin.",
|
||||
"check_failed": "Güncelleme kontrolü başarısız oldu. İnternet bağlantınızı kontrol edin.",
|
||||
"install_first": "FFmpeg yüklü değil. Yüklemek için Güncelle'ye tıklayın.",
|
||||
"description": "En iyi performans ve uyumluluk için FFmpeg'i güncel tutun."
|
||||
"status_idle": "Başlamak için 'Sürümü Kontrol Et'e tıklayın",
|
||||
"status_checking": "🔄 Sürüm kontrol ediliyor...",
|
||||
"check_updates": "Sürümü Kontrol Et",
|
||||
"check_failed": "Sürüm kontrolu başarısız oldu. İnternet bağlantınızı kontrol edin.",
|
||||
"description": "FFmpeg sürümünüzü kontrol edin ve mevcut en son sürümle karşılaştırın.",
|
||||
"guide_info": " FFmpeg'i yüklemek veya güncellemek için, <a href='https://github.com/oop7/ffmpeg-install-guide'>kapsamlı kurulum kılavuzumuzu görüntülemek için buraya tıklayın</a>."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user