Skip to content

Commit

Permalink
Merge pull request #331 from bohning/enable_artwork_embedding
Browse files Browse the repository at this point in the history
Reenable option to embed artwork into video files (mp4 only).
  • Loading branch information
bohning authored Jan 21, 2025
2 parents 0fbc982 + 719c23d commit 32ba336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/usdb_syncer/gui/forms/SettingsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -435,19 +435,13 @@
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_video_embed_artwork">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Embed artwork:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_video_embed_artwork">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
Expand Down
2 changes: 0 additions & 2 deletions src/usdb_syncer/gui/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32ba336

Please sign in to comment.