From 719c23d7d22002f3fa8b5e2a870ac65039e0bc91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20B=C3=B6hning?=
<1497707+bohning@users.noreply.github.com>
Date: Tue, 21 Jan 2025 18:59:43 +0100
Subject: [PATCH] Reenable option to embed artwork into video files (mp4 only).
Stream selection via ffmpeg has been fixed in USDX.
---
src/usdb_syncer/gui/forms/SettingsDialog.ui | 6 ------
src/usdb_syncer/gui/settings_dialog.py | 2 --
2 files changed, 8 deletions(-)
diff --git a/src/usdb_syncer/gui/forms/SettingsDialog.ui b/src/usdb_syncer/gui/forms/SettingsDialog.ui
index a7e18d32..6df9769f 100644
--- a/src/usdb_syncer/gui/forms/SettingsDialog.ui
+++ b/src/usdb_syncer/gui/forms/SettingsDialog.ui
@@ -435,9 +435,6 @@
-
-
- false
-
Embed artwork:
@@ -445,9 +442,6 @@
-
-
- false
-
diff --git a/src/usdb_syncer/gui/settings_dialog.py b/src/usdb_syncer/gui/settings_dialog.py
index 9e35f33f..faf7744a 100644
--- a/src/usdb_syncer/gui/settings_dialog.py
+++ b/src/usdb_syncer/gui/settings_dialog.py
@@ -43,8 +43,6 @@ def __init__(self, parent: QWidget, song: UsdbSong | None) -> None:
self._load_settings()
self._setup_path_template()
self._browser = self.comboBox_browser.currentData()
- self.label_video_embed_artwork.setVisible(False)
- self.checkBox_video_embed_artwork.setVisible(False)
self.groupBox_reencode_video.setVisible(False)
if sys.platform != "win32":
self.groupBox_vocaluxe.setVisible(False)