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": "⚠️ वीडियो फ़ाइल पहले से मौजूद है",
|
||||
"audio_file_exists": "⚠️ ऑडियो फ़ाइल पहले से मौजूद है",
|
||||
"subtitle_file_exists": "⚠️ उपशीर्षक फ़ाइल पहले से मौजूद है",
|
||||
"cancelling": "डाउनलोड रद्द हो रहा है..."
|
||||
"cancelling": "डाउनलोड रद्द हो रहा है...",
|
||||
"thumbnail_saved": "✅ थंबनेल सहेजा गया: {filename}",
|
||||
"thumbnail_error": "❌ थंबनेल त्रुटि: {error}",
|
||||
"thumbnail_no_image": "सहेजने के लिए कोई थंबनेल उपलब्ध नहीं"
|
||||
},
|
||||
"errors": {
|
||||
"playlist_no_videos": "त्रुटि: प्लेलिस्ट में कोई वैध वीडियो नहीं है।",
|
||||
|
||||
Reference in New Issue
Block a user