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": "⚠️ Le fichier vidéo existe déjà",
|
||||
"audio_file_exists": "⚠️ Le fichier audio existe déjà",
|
||||
"subtitle_file_exists": "⚠️ Le fichier de sous-titres existe déjà",
|
||||
"cancelling": "Annulation du téléchargement..."
|
||||
"cancelling": "Annulation du téléchargement...",
|
||||
"thumbnail_saved": "✅ Miniature enregistrée : {filename}",
|
||||
"thumbnail_error": "❌ Erreur de miniature : {error}",
|
||||
"thumbnail_no_image": "Aucune miniature disponible à enregistrer"
|
||||
},
|
||||
"errors": {
|
||||
"playlist_no_videos": "Erreur : La playlist ne contient aucune vidéo valide.",
|
||||
|
||||
Reference in New Issue
Block a user