From 84ac5aadabcb1b85522184f900904c7e643ff2c0 Mon Sep 17 00:00:00 2001 From: Gianluca Pernigotto Date: Sat, 18 Jan 2025 11:13:08 +0100 Subject: [PATCH 1/2] Russian language update --- CHANGELOG | 3 ++- debian/changelog | 3 ++- videomass/data/locale/ru_RU/LC_MESSAGES/videomass.po | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cb40cf7c..99f7868c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ License: GPL3 Change Log: +------------------------------------+ -Wed, 15 Jan 2025 V.5.0.25 +Fri, 17 Jan 2025 V.5.0.25 * Checking the output directories before running processes. * Requires minimum Python version 3.9.0 . @@ -19,6 +19,7 @@ Wed, 15 Jan 2025 V.5.0.25 using the Python interpreter (interactive mode). * Updated copyleft year. * Updated Italian translation (thanks to @bovirus). + * Updated Russian translation (thanks to ChourS) +------------------------------------+ Wed, 30 Oct 2024 V.5.0.21 diff --git a/debian/changelog b/debian/changelog index 7bd278f4..e1098dac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ videomass (5.0.25-1) UNRELEASED; urgency=medium using the Python interpreter (interactive mode). * Updated copyleft year. * Updated Italian translation (thanks to @bovirus). + * Updated Russian translation (thanks to ChourS) - -- Gianluca Pernigotto Wed, 15 Jan 2025 09:00:00 +0200 + -- Gianluca Pernigotto Fri, 17 Jan 2025 23:00:00 +0200 videomass (5.0.21-1) UNRELEASED; urgency=medium diff --git a/videomass/data/locale/ru_RU/LC_MESSAGES/videomass.po b/videomass/data/locale/ru_RU/LC_MESSAGES/videomass.po index 5a99ec21..2be1dc3d 100644 --- a/videomass/data/locale/ru_RU/LC_MESSAGES/videomass.po +++ b/videomass/data/locale/ru_RU/LC_MESSAGES/videomass.po @@ -8,15 +8,16 @@ msgstr "" "Project-Id-Version: Videomass 5.0.20\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-14 17:11+0100\n" -"PO-Revision-Date: 2024-09-04 13:13+0300\n" +"PO-Revision-Date: 2025-01-18 00:00+0300\n" "Last-Translator: Chour \n" -"Language: ru_RU\n" "Language-Team: Chour \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.16.0\n" +"X-Generator: Poedit 3.5\n" #: ../../gui_app.py:121 msgid "To suppress this message on startup, please install yt-dlp or disable it from the preferences." @@ -2839,13 +2840,13 @@ msgstr "" #: ../../vdms_panels/concatenate.py:125 msgid "Videomass Documentation:" -msgstr "" +msgstr "Документация Videomass:" #: ../../vdms_panels/concatenate.py:136 #: ../../vdms_panels/sequence_to_video.py:208 #: ../../vdms_panels/video_to_sequence.py:181 msgid "Official FFmpeg documentation:" -msgstr "" +msgstr "Официальная документация FFmpeg:" #: ../../vdms_panels/concatenate.py:253 msgid "" @@ -6809,4 +6810,3 @@ msgstr "URL-адреса содержат видеоканалы. Вы увер #~ msgid "For more information, visit the official FFmpeg documentation:" #~ msgstr "Для получения дополнительной информации посетите официальную документацию FFmpeg:" - From 5bf42b2e2c1e52b350dff57a2147e9ceea72fc87 Mon Sep 17 00:00:00 2001 From: Gianluca Pernigotto Date: Sat, 18 Jan 2025 15:39:02 +0100 Subject: [PATCH 2/2] Fix disabling widgets on the audio encoder radiobox --- CHANGELOG | 4 +++- debian/changelog | 4 +++- videomass/vdms_panels/audio_encoders/acodecs.py | 10 ++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 99f7868c..5b887a22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ License: GPL3 Change Log: +------------------------------------+ -Fri, 17 Jan 2025 V.5.0.25 +Sat, 18 Jan 2025 V.5.0.25 * Checking the output directories before running processes. * Requires minimum Python version 3.9.0 . @@ -20,6 +20,8 @@ Fri, 17 Jan 2025 V.5.0.25 * Updated copyleft year. * Updated Italian translation (thanks to @bovirus). * Updated Russian translation (thanks to ChourS) + * [AV Conversions] Fixed disabling widgets and tooltips when selecting + `No Audio` and `Copy` on the audio encoder radiobox. +------------------------------------+ Wed, 30 Oct 2024 V.5.0.21 diff --git a/debian/changelog b/debian/changelog index e1098dac..17413dd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ videomass (5.0.25-1) UNRELEASED; urgency=medium * Updated copyleft year. * Updated Italian translation (thanks to @bovirus). * Updated Russian translation (thanks to ChourS) + * [AV Conversions] Fixed disabling widgets and tooltips when selecting + `No Audio` and `Copy` on the audio encoder radiobox. - -- Gianluca Pernigotto Fri, 17 Jan 2025 23:00:00 +0200 + -- Gianluca Pernigotto Sat, 18 Jan 2025 15:00:00 +0200 videomass (5.0.21-1) UNRELEASED; urgency=medium diff --git a/videomass/vdms_panels/audio_encoders/acodecs.py b/videomass/vdms_panels/audio_encoders/acodecs.py index 7c714303..93d979b2 100644 --- a/videomass/vdms_panels/audio_encoders/acodecs.py +++ b/videomass/vdms_panels/audio_encoders/acodecs.py @@ -6,7 +6,7 @@ Author: Gianluca Pernigotto Copyleft - 2025 Gianluca Pernigotto license: GPL3 -Rev: Apr.08.2024 +Rev: Jan.18.2025 Code checker: flake8, pylint This file is part of Videomass. @@ -581,13 +581,15 @@ def _param(enablenormalization, enablebuttonparameters): self.opt["AudioCodec"] = ["", ""] elif audiocodec == "Copy": - self.normalize_default() + self.rdbx_normalize.SetSelection(0) + self.on_normalize(self) _param(False, False) amap = f'-c:a:{self.opt["AudioMap"][1]}' self.opt["AudioCodec"] = [amap, v] - elif audiocodec == _("No Audio"): - self.normalize_default() + elif audiocodec == "No Audio": + self.rdbx_normalize.SetSelection(0) + self.on_normalize(self) self.opt["AudioCodec"] = ["", v] _param(False, False) # break