Add thumbnail status messages and refactor thumbnail saving
Added new localized status messages for thumbnail saving in all supported languages. Refactored the thumbnail saving logic in ytsage_gui_video_info.py to use cached images from analysis instead of extracting via yt-dlp subprocess, improving reliability and performance.
This commit is contained in:
+4
-1
@@ -389,7 +389,10 @@
|
||||
"video_file_exists": "⚠️ Video dosyası zaten mevcut",
|
||||
"audio_file_exists": "⚠️ Ses dosyası zaten mevcut",
|
||||
"subtitle_file_exists": "⚠️ Altyazı dosyası zaten mevcut",
|
||||
"cancelling": "İndirme iptal ediliyor..."
|
||||
"cancelling": "İndirme iptal ediliyor...",
|
||||
"thumbnail_saved": "✅ Küçük resim kaydedildi: {filename}",
|
||||
"thumbnail_error": "❌ Küçük resim hatası: {error}",
|
||||
"thumbnail_no_image": "Kaydedilecek küçük resim yok"
|
||||
},
|
||||
"errors": {
|
||||
"playlist_no_videos": "Hata: Oynatma listesi geçerli video içermiyor.",
|
||||
|
||||
Reference in New Issue
Block a user